[]
        
(Showing Draft Content)

ChartElement Enumeration

ChartElement Enumeration

Specifies the type of chart element found by the hitTest method.

Enumeration members

AxisX

AxisX: = 1

X-axis.

AxisY

AxisY: = 2

Y-axis.

ChartArea

ChartArea: = 3

The area within the control but outside the axes.

DataLabel

DataLabel: = 9

A data label.

Footer: = 6

The chart footer.

Header: = 5

The chart header.

Legend

Legend: = 4

The chart legend.

None

None: = 10

No chart element.

PlotArea

PlotArea: = 0

The area within the axes.

Series

Series: = 7

A chart series.

SeriesSymbol

SeriesSymbol: = 8

A chart series symbol.