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 areas 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. |
ScrollBarThumbTracker | 10 | A scrollbar tracking thumb. |
ScrollBarSmallDecrement | 11 | A scrollbar small decrement button. A "down arrow" button for a vertical scrollbar, a "left arrow" button for a horizontal scrollbar. |
ScrollBarSmallIncrement | 12 | A scrollbar small increment button. An "up arrow" button for a vertical scrollbar, a "right arrow" button for a horizontal scrollbar. |
ScrollBarLargeDecrement | 13 | The background of a scrollbar that, when clicked, results in a large decrement in the view size. This background is located below the thumb for a vertical scrollbar, and to the left of the thumb for a horizontal scrollbar. |
ScrollBarLargeIncrement | 14 | The background of a scrollbar that, when clicked, results in a large increment in the view size. This background is located above the thumb for a vertical scrollbar, and to the right of the thumb for a horizontal scrollbar. |
ScrollBarZoomReset | 15 | The ZoomReset button of a scrollbar. |
DataPoint | 16 | A DataPoint object. |
DataPointLabel | 17 | A series DataPoint label. |
LegendArea | 18 | The area inside a Legend object. Does not include the space occupied by legend items. |
LegendTitle | 19 | A Legend title. |
LegendHeader | 20 | A Legend header. |
LegendItem | 21 | A LegendItem object. |
Annotation | 22 | Any object derived from the Annotation class. |