[]
        
(Showing Draft Content)

C1.iOS.Chart.ChartElementType

ChartElementType Class

Specifies chart element that may be found by the HitTest method.

Inheritance
ChartElementType
Namespace: C1.iOS.Chart
Assembly: C1.iOS.Chart.dll
Syntax
public sealed class ChartElementType : Enum

Fields

Name Description
AxisX

X-axis.

AxisY

Y-axis.

ChartArea

The area within the control but outside the axes.

DataLabel

A data label.

The chart footer.

Header

The chart header.

Legend

The chart legend.

None

No chart element.

PlotArea

The area within the axes.

Series

A chart series.

SeriesSymbol

A chart series symbol.

value__