Package com.supermap.mapping.imChart
Data visualization module, providing point density map, aggregation diagram, diagram, scatter plot, thermogram, grid thermal graph.
See: Description
-
Interface Summary Interface Description ChartView.OnDataPreparedListener prepareData Callback on completion, note that the callback is not a UI thread -
Class Summary Class Description BarChart Bar chart class, used to display bar chartBarChartData Bar chart data class, build chart data for displaying bar chart Each value corresponds to a label and color and is scaled to a rectangleChartData chart data base class, defined the basic property of chart data.ChartLegend The ChartLegend Class.ChartPoint The chart uses the point object.ChartsView charts view base class.ChartView The ChartVIew Base Class,It is a ViewGroup subclass that provides a common interface for charts.ColorScheme The ColorScheme Class Icons are mainly represented by color, and individual chart types support the use of pictures, so icons can be set to the picture, such as scatter charts.GridHotChart Grid hot chart, display segment color in squaresHeatMap heat map, display segment color in circle.InstrumentChart instrument chart classLegendView legend view classLineChart line chart class, used to display line chartLineChartData line chart data class, build chart data for displaying line chart A number of values form a polylinePieChart Pie chart class, used to display pie chartPieChartData Pie chart data class, build chart data for displaying pie chart Each value corresponds to a label and color and is scaled to a sectorPointDensityChart Point desity chart classPolymerChart polymer chart class.RelationalChartPoint Relation chart point classRelationPointChart relation point chart classScatterChart Scatter chart classTimeLine The real time data time line class. -
Enum Summary Enum Description ChartsView.LegendViewPosition legend position enumeration value
Package com.supermap.mapping.imChart Description
Data visualization module, providing point density map, aggregation diagram, diagram, scatter plot, thermogram, grid thermal graph.