Class | Description |
---|---|
nUIAreaChart |
Implements an Area chart element.
|
nUIBarChart |
Implements a Bar chart element, either
horizontally or vertically.
|
nUIBubbleChart |
Implements a Bubble chart element.
|
nUIChartAxis |
nUIChartAxis holds data about one of a graphs axes.
|
nUIChartImage |
The base class for all the native UI charts.
|
nUIChartingTheme |
A class that manages the default color values that are required for drawing a chart.
|
nUIChartLabel |
A text element that goes onto a chart.
|
nUIChartRenderer |
This class provides the rendering methods for the lines,
rectangles and circle primitives, used by the charts.
|
nUIDataSeriesChart |
A base class for a chart that takes a single 1-dimensional series of data
and has no axes, such as a pie chart.
|
nUILineChart |
Implements a Line chart element.
|
nUIPieChart |
Implements a Pie chart element.
|
nUIPointGenerator |
A convenient class to help with the generation of chart keys.
|
nUIScatterChart |
Implements a Scatter chart element.
|
nUITrafficChart |
Implements a gauge type chart element, or what we are going
to call a Traffic light Chart
Linear (horizontal or vertical). |
nUITwoAxisChart |
The base class for the chart types that support 2 axes.
|