ComponentOne FinancialChart for UWP Edition
ChartElement Enumeration

C1.Chart Namespace : ChartElement Enumeration
Specifies chart element that may be found by the HitTest method.
Syntax
'Declaration
 
Public Enum ChartElement 
   Inherits System.Enum
public enum ChartElement : System.Enum 
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.Chart.ChartElement

See Also

Reference

C1.Chart Namespace