Class | Description |
---|---|
CategoricalBubbleDataPoint | |
CategoricalDataPoint |
Defines a
DataPoint that has a single value property, used by numerical axes. |
CategoricalDataPointBase |
Represents a single-value data point, which may be plotted in a
CartesianChartAreaModel . |
DataPoint |
Base class for all points that may be plotted by a
ChartPlotAreaModel . |
DataPointCollection<T extends DataPoint> |
Represents a typed element collection which accepts
DataPoint instances only. |
OhlcDataPoint |
A High-Low-Open-Close data point.
|
PieDataPoint |
Represents a single-value data point plotted by a pie widget.
|
RangeDataPoint |
A High-Low data point.
|
ScatterBubbleDataPoint | |
ScatterDataPoint |
Represents a data point that may be visualized by a Scatter series in a CartesianChart.
Generally this is a point that provides values for both x and y axes and may be plotted by
two numerical axes - Linear or Logarithmic.
|
SingleValueDataPoint |
Defines a
DataPoint that has a single value property, used by numerical axes. |