ChartElementType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a chart element type.
public enum class ChartElementType
public enum ChartElementType
type ChartElementType =
Public Enum ChartElementType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Nothing | 0 | No chart element. |
Title | 1 | The title of a Chart. |
PlottingArea | 2 | The plotting area, which is the chart area excluding axes, labels, and so on. Also excludes the regions that data points might occupy. |
Axis | 3 | An Axis object. |
TickMarks | 4 | Any major or minor TickMark object. |
Gridlines | 5 | Any major or minor grid line, either vertical or horizontal. |
StripLines | 6 | A StripLine object. |
AxisLabelImage | 7 | An Axis label image. |
AxisLabels | 8 | An Axis label. |
AxisTitle | 9 | An Axis title. |
DataPoint | 10 | A DataPoint object. |
DataPointLabel | 11 | A series DataPoint label. |
LegendArea | 12 | The area inside a Legend object. Does not include the space occupied by legend items. |
LegendTitle | 13 | A Legend title. |
LegendHeader | 14 | A Legend header. |
LegendItem | 15 | A LegendItem object. |
Annotation | 16 | Any object derived from the Annotation class. |