Client-Side API Reference > FlexChart > wijmo.chart > ChartElement Enum |
Name | Value | Description |
---|---|---|
PlotArea | 0 |
The area within the axes. |
AxisX | 1 |
X-axis. |
AxisY | 2 |
Y-axis. |
ChartArea | 3 |
The area within the control but outside the axes. |
Legend | 4 |
The chart legend. |
Header | 5 |
The chart header. |
Footer | 6 |
The chart footer. |
Series | 7 |
A chart series. |
SeriesSymbol | 8 |
A chart series symbol. |
DataLabel | 9 |
A data label. |
None | 10 |
No chart element. |
Specifies the type of chart element found by the hitTest method.