Classes
Class | Description | |
---|---|---|
Axis |
This class represents an axis in a chart.
| |
AxisTitle |
Represents the title of an axis.
| |
Chart |
Represents charts with different types.
| |
ChartFrame |
Represents the frame which holds one or more charts.
| |
ChartObject |
Base class for all chart classes.
| |
DataLabel |
Represents a DataLabel of a Series
| |
DocumentObject |
Base class for all chart classes.
| |
DocumentObjectCollection |
Base class of all collections.
| |
FillFormat |
Defines the background filling of the shape.
| |
Font |
Font represents the formatting of characters in a paragraph.
| |
Gridlines |
Represents the gridlines on the axes.
| |
Legend |
Represents a legend of a chart.
| |
LineFormat |
Defines the format of a line in a shape object.
| |
PlotArea |
Represents the area where the actual chart is drawn.
| |
Point |
Represents a formatted value on the data series.
| |
Series |
Represents a series of data on the chart.
| |
SeriesCollection |
The collection of data series.
| |
SeriesElements |
Represents the collection of the values in a data series.
| |
TickLabels |
Represents the format of the label of each value on the axis.
| |
XSeries |
Represents a series of data on the X-Axis.
| |
XSeriesElements |
Represents the collection of the value in an XSeries.
| |
XValue |
Represents the actual value on the XSeries.
| |
XValues |
Represents the collection of values on the X-Axis.
|
Enumerations
Enumeration | Description | |
---|---|---|
BlankType |
Determines how null values will be handled in a chart.
| |
ChartType |
Specifies with type of chart will be drawn.
| |
DataLabelPosition |
Determines where the data label will be positioned.
| |
DataLabelType |
Determines the type of the data label.
| |
DockingType |
Specifies the legend's position inside the chart.
| |
HorizontalAlignment |
Used to determine the horizontal alignment of the axis title.
| |
LineStyle |
Specifies the line style of the LineFormat object.
| |
MarkerStyle |
Symbols of a data point in a line chart.
| |
TickMarkType |
Determines the position where the Tickmarks will be rendered.
| |
Underline |
Specifies the underline type for the font.
| |
VerticalAlignment |
Used to determine the vertical alignment of the axis title.
|