ChartElementType Enum

Definition

Specifies a chart element type.

public enum class ChartElementType
public enum ChartElementType
type ChartElementType = 
Public Enum ChartElementType
Inheritance
ChartElementType

Fields

Annotation 22

Any object derived from the Annotation class.

Axis 3

An Axis object.

AxisLabelImage 7

An Axis label image.

AxisLabels 8

An Axis label.

AxisTitle 9

An Axis title.

DataPoint 16

A DataPoint object.

DataPointLabel 17

A series DataPoint label.

Gridlines 5

Any major or minor grid line, either vertical or horizontal.

LegendArea 18

The area inside a Legend object. Does not include the space occupied by legend items.

LegendHeader 20

A Legend header.

LegendItem 21

A LegendItem object.

LegendTitle 19

A Legend title.

Nothing 0

No chart element.

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.

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.

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.

ScrollBarThumbTracker 10

A scrollbar tracking thumb.

ScrollBarZoomReset 15

The ZoomReset button of a scrollbar.

StripLines 6

A StripLine object.

TickMarks 4

Any major or minor TickMark object.

Title 1

The title of a Chart.

Applies to