C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartElementType Enumeration


ChartElementType Enumeration
Specifies chart element that may be found by the HitTest method.
Syntax
'Declaration
 
Public Enum ChartElementType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ChartElementType
Members
MemberDescription
AxisX X-axis.
AxisY Y-axis.
ChartArea The area within the control but outside the axes.
DataLabel A data label.
Footer 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Android.Chart.ChartElementType

See Also