C1.iOS.Chart Assembly / C1.iOS.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
AxisXX-axis.
AxisYY-axis.
ChartAreaThe area within the control but outside the axes.
DataLabelA data label.
FooterThe chart footer.
HeaderThe chart header.
LegendThe chart legend.
NoneNo chart element.
PlotAreaThe area within the axes.
SeriesA chart series.
SeriesSymbolA chart series symbol.
Inheritance Hierarchy

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

See Also