Class | Description |
---|---|
AxesChart |
Base class for charts which use the
Cartesian coordinate system.
|
AxesSeries |
Base class for all
ChartSeries that use the
Cartesian coordinate system. |
AxisSettings |
Provides settings that define the appearance
of an axes in an
AxesChart . |
Bar |
Represents a bar in a bar chart.
|
BarChart |
A class that represents bar charts.
|
BarSeries |
A class that represents a single series in a
BarChart . |
Chart |
Base class for all chart types.
|
ChartElement |
Base class for all chart elements -
pie pieces, bars, lines.
|
ChartSeries |
Base class for all series in the
Chart . |
LicenseInfo | |
LineChart |
Represents a line chart.
|
LineSeries |
Represents a series in a
LineChart . |
PieChart |
Represents a pie chart.
|
PiePiece |
Represents a piece in a
PieChart . |
PieSeries |
Represents a series in a
PieChart . |
Utilities |
Base class for all utility methods used
by the
Chart . |
Enum | Description |
---|---|
AxisLabelType |
Specifies what type of labels can be drawn at
the axes in an
AxesChart . |
BarType |
Specifies different ways the bars in a
BarChart could be arranged. |
GridType |
Defines the different types of grid a
Chart can have. |
LabelType |
Identifies possible label types a
Chart can have. |
LineType |
Identifies possible types of a
LineSeries . |
PieType |
Specifies possible types of a
PieChart . |
ScatterType |
Identifies possible types scatters in a
LineSeries can have. |