21. DataSet subclasses (specific DataSet styling)(MPAndroidChart中文翻译)

目录

第8节.Setting Colors(MPAndroidChart中文翻译)
第9节.Formatting Data Values (ValueFormatter)(MPAndroidChart中文翻译)
第10节-Formatting Axis Values (AxisValueFormatter)(MPAndroidChart中文翻译)
第11节.General Settings & Styling(MPAndroidChart中文翻译)
第12节.Specific Settings & Styling(MPAndroidChart中文翻译)
第13节.Legend(MPAndroidChart中文翻译)
第14节.Dynamic & Realtime Data(MPAndroidChart中文翻译)
第15节. Modifying the Viewport(MPAndroidChart中文翻译)
第16节.Animations(MPAndroidChart中文翻译)
第17节. MarkerView (Popup View)(MPAndroidChart中文翻译)
第18节. The ChartData class(MPAndroidChart中文翻译)
第19节. ChartData subclasses(MPAndroidChart中文翻译)
第20节. The DataSet class (general DataSet styling)(MPAndroidChart中文翻译)
第21节. DataSet subclasses (specific DataSet styling)(MPAndroidChart中文翻译)
第22节. The ViewPortHandler(MPAndroidChart中文翻译)
第23节. Customizing the Fill-Line-Position (FillFormatter)(MPAndroidChart中文翻译)
第24节. Proguard(MPAndroidChart中文翻译)
第25节. Realm.io mobile database(MPAndroidChart中文翻译)
第26节. Creating your own (custom) DataSets(MPAndroidChart中文翻译)
第27节. Miscellaneous (more useful stuff)(MPAndroidChart中文翻译)

本wiki条目主要介绍DataSet的子类.此处没有提及到的所有其他DataSet的子类没有提供任何特殊功能.

Line-, Bar-, Scatter-, Bubble- & CandleDataSet(下面提及到的方法可以用于所有提及到的DataSet类)

  • setHightLightColor(int color):设置绘制突出指示器的颜色.不要忘了,获取颜色使用getResources().getColor(…) or Color.rgb(…) (or simply Color.BLACK).

Line-, Bar-, Scatter-, Candle- & RadarDataSet

  • setDrawHighlightIndicators(boolean enabled): 启用/禁用 横向和纵向的突出指示线.调用setDrawVerticalHighlightIndicator(…) 和setDrawHorizontalHighlightIndicator(…)方法进行单独配置.
  • setHighlightLineWidth(float width): 设置突出线(十字线)的宽度,单位dp.

Line- & RadarDataSet(方法仅用于LineDataSet 和RadarDataSet)

  • setFillColor(int color): 设置填充线表面的颜色.
  • setFillAlpha(int alpha): 设置填充线表面的透明度(0-255).255=全不透明,0=全透明.
  • setFillDrawable(Drawable d): 设置图片来覆盖填充区域.同时允许使用梯度.
  • setDrawFilled(boolean filled): 如果DataSet应该被填充(表面,区域),不仅仅是一条线,设置为true.禁用它会提高性能.注意,该方法使用canvas.clipPath(…)来实现绘制填充区域.API level < 18 (Android 4.3)应该关闭硬件加速.here.默认false.
  • setLineWidth(float width): 设置DataSet中线的宽度(最小=0.2f,最大10f);默认值1f.
注意:线越细性能越好.线越粗性能越差.

下文提到的方法仅用于指定提及的DataSet子类.

LineDataSet (class LineDataSet)

  • setCircleRadius(float size): 设置圆形指示器的大小,默认大小为4f.
  • setDrawCircles(boolean enabled):设置为true,开启绘制LineDataSet的圆环指示器,默认为true.
  • setDrawCubic(boolean enabled): 如果设置为true,折线图的线绘制由线性替换为立体.这对性能有负面影响,默认为false.(经测试没有找到该方法)
  • setCubicIntensity(float intensity): 设置立体线的强度(如果启用).最大值为1f,非常立方.最小为0.05f,很小的立方效果,默认0.2f.
  • setCircleColor(int color):设置所有dataset中的所有圆环指示器的颜色.
  • setCircleColors(List colors): 设置LineDataSet的外圆环所具有的颜色.也有很多其他方法来设置圆环的颜色.
  • setCircleColorHole(int color): 设置线上环(孔)的内环的颜色.
  • setDrawCircleHole(boolean enabled): 设置为true,允许在数据集的每个圆环中绘制一个圆孔,如果设置为false,圆环将被填充(没有圆孔).
  • enableDashedLine(float lineLength, float spaceLength, float phase): 开启,直线被绘制为虚线模式.例如:像这样”- – – – – -“. “lineLength” 是指实线的长度, “spaceLength” 是指两个实线之间的空隙, “phase” 是指偏移量(通常值为0)

BarDataSet (class BarDataSet)

  • setBarSpacePercent(float percent): 设置两个条之间的距离用条总宽的百分比表示.
  • setBarShadowColor(int color):设置绘制条阴影的颜色.条阴影是条后面的表面,指示着条的最大值.不要忘记使用getResources().getColor(…) 方法或者Color.rgb(…)方法来获取颜色.
  • setHighLightAlpha(int alpha): 设置绘制条的突出指示器的透明值(透明度).最小值为0(全透明),最大值为255(全不透明).
  • setStackLabels(String[] labels): Sets labels for different values of bar-stacks, in case there are one.为多个重叠的条设置不同的标签,以防止错认为一个.

ScatterDataSet (class ScatterDataSet)

  • setScatterShapeSize(float size):设置离散图的密度像素大小.仅用于非自定义形状.
  • setScatterShape(ScatterShape shape): 设置值坐在位置绘制的形状.

CandleDataSet (class CandleDataSet)

  • setBodySpace(float space): 设置每个蜡烛体左右两边的空白大小,默认为0.1f(10%),最大为0.45f,最小为0f.
  • setShadowWidth(float width):设置蜡烛阴影线的宽度,单位dp,默认为3f.
  • setShadowColor(int color):设置蜡烛阴影线的颜色.
  • setDecreasingColor(int color): 设置 当打开>关闭时,用于DataSet的唯一颜色.
  • setIncreasingColor(int color): 设置 当打开 <= 关闭时,用于DataSet的唯一颜色.
  • setDecreasingPaintStyle(Paint.Style style):设置 当打开>关闭时绘制的样式(填充/描边).
  • setIncreasingPaintStyle(Paint.Style style): 设置当打开<=关闭时绘制的样式(填充/描边).

BubbleDataSet (class BubbleDataSet)

  • setHighlightCircleWidth(float width): 设置在突出显示状态下围绕气泡的圆环的宽度.单位dp.

关于CandleDataSet的颜色信息:常用的setColors(…),setColor(…),…方法仍然用于图表的一次着色.如果需要特定的颜色(正文,引用,…)请使用上文提到的方法.

PieDataSet (class PieDataSet)

  • setSliceSpace(float degrees): 设置饼图中两个切片之间的间隙,单位dp,默认值:0->表示没有间隙.最大值20,最小值0(没有间隙).
  • setSelectionShift(float shift): 设置DataSet中突出显示的切片距离图表中心的”偏移”距离,默认12f.
    原文作者:xiaobug
    原文地址: https://www.jianshu.com/p/597726c54d26
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞