Xuni Product Documentation - Xamarin.Forms
ChartElementType Enumeration
Used with HitTestInfo to determine the element selected.
Syntax
public enum ChartElementType : System.Enum 
Members
MemberDescription
Annotation An annotation.
AxisX X-axis.
AxisY Y-axis.
ChartArea The area within the control but outside of the axes.
Footer The chart footer.
Header The chart header.
Legend The legend.
LegendSeries A series within the 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
         Xuni.Forms.FlexChart.ChartElementType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xuni.Forms.FlexChart Namespace