ComponentOne Xamarin Edition
ChartElementType Enumeration
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart Namespace : ChartElementType Enumeration
Specifies chart element that may be found by the HitTest method.
Syntax
public enum ChartElementType : System.Enum 
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.Xamarin.Forms.Chart.ChartElementType

See Also

Reference

C1.Xamarin.Forms.Chart Namespace