|
Class |
Description |
|
AxesChart |
A base class for all charts that use the rectangular coordinate system. |
|
AxisSettings |
A class for specifying the settings of chart axes. |
|
Bar |
Represents a bar in a bar chart. |
|
BarChart |
A class for drawing bar charts. |
|
Bubble |
Represents a bubble in bubble charts. |
|
Chart |
Base class for all chart types - bars, pies, areas, lines, or radars. |
|
ChartElement |
Base class for all chart elements - Bar, Line, Scatter, Bubble, PiePiece and RadarPiece. |
|
DoubleCollection |
Represents a strongly typed collection of double numbers. |
|
FunctionArgs |
A class specified for setting the arguments of chart functions. |
|
LabelsCollection |
Represents a strongly typed collection of StringCollection objects. |
|
LegendEventArgs |
Summary description for LegendEventArgs. |
|
Line |
A class that represents line objects in line charts. |
|
LineChart |
A class specified for drawing line, area, bubble and scatter charts. |
|
Margins |
Class for setting the space around chart elements. |
|
PieChart |
A class specified for drawing pie charts. |
|
PiePiece |
A class that represents pie piece objects in pie charts. |
|
PointCollection |
Represents a collection of PointF[] arrays. |
|
PointContainer |
Represents a collection of PointCollections. |
|
RadarChart |
A class used to draw radar charts. |
|
RadarPiece |
A class that represents radar piece objects in radar charts. |
|
Scatter |
A class that represents scatter objects in scatter charts. |
|
SeriesCollection |
Represents a list with DoubleCollection-s for specifying the data in multi-series charts. |
|
ShapeCollection |
Represents a strongly typed collection of shapes. |
|
ShapeConverter |
Provides an EnumConverter to convert Shape objects to and from various other representations. |
|
StringCollection |
Represents a collection with string labels. |