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 chart
    BarChartData
    Bar chart data class, build chart data for displaying bar chart Each value corresponds to a label and color and is scaled to a rectangle
    ChartData
    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 squares
    HeatMap
    heat map, display segment color in circle.
    InstrumentChart
    instrument chart class
    LegendView
    legend view class
    LineChart
    line chart class, used to display line chart
    LineChartData
    line chart data class, build chart data for displaying line chart A number of values form a polyline
    PieChart
    Pie chart class, used to display pie chart
    PieChartData
    Pie chart data class, build chart data for displaying pie chart Each value corresponds to a label and color and is scaled to a sector
    PointDensityChart
    Point desity chart class
    PolymerChart
    polymer chart class.
    RelationalChartPoint
    Relation chart point class
    RelationPointChart
    relation point chart class
    ScatterChart
    Scatter chart class
    TimeLine
    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.