| Class | Description |
|---|---|
| UIAreaChart |
Defines properties for an area chart.
|
| UIAxisBase |
Abstract base class defining axis properties.
|
| UIAxisLine |
Defines properties for a chart axis line.
|
| UIBarChart |
Defines properties for a bar chart.
|
| UIBubbleChart |
Defines properties for a bubble chart.
|
| UIChartBase |
Abstract base class defining common properties for all chart components.
|
| UIChartValueFormat |
Defines formatting properties for the values of a chart.
|
| UIComboChart |
Defines properties for a combo chart.
|
| UIComboChartBase |
Abstract base class defining common properties for bar, line, area, and combo chart components.
|
| UIDataItem |
Defines properties for a data item of an area, bar, bubble, combo, line, or scatter chart.
|
| UIFunnelChart |
Defines properties for a funnel chart.
|
| UIFunnelDataItem |
Defines properties for a data item of a pie chart.
|
| UIHorizontalBarChart | Deprecated
use the barChart tag with horizontal orientation instead
|
| UILegend |
Defines properties for the chart legend.
|
| UILineChart |
Defines properties for a line chart.
|
| UIPieChart |
Defines properties for a pie chart.
|
| UIPieDataItem |
Defines properties for a data item of a pie chart.
|
| UIScatterChart |
Defines properties for a scatter chart.
|
| UISeriesStyle |
Defines properties for a series of a chart.
|
| UITickLabel |
Defines properties for the tick labels of a chart axis.
|
| UIXAxis |
Defines properties for the x axis of a chart.
|
| UIY2Axis |
Defines properties for the y2 axis of a chart.
|
| UIYAxis |
Defines properties for the y axis of a chart.
|
| UIYAxisBase |
Abstract base class defining y axis properties.
|