MPAndroidChartAndroid开发技术交流

21. DataSet subclasses (specific

2017-11-09  本文已影响17人  xiaobug

目录

第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类)

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

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

注意:线越细性能越好.线越粗性能越差.

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

LineDataSet (class LineDataSet)

BarDataSet (class BarDataSet)

ScatterDataSet (class ScatterDataSet)

CandleDataSet (class CandleDataSet)

BubbleDataSet (class BubbleDataSet)

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

PieDataSet (class PieDataSet)

上一篇下一篇

猜你喜欢

热点阅读