ComponentOne FinancialChart for WPF
C1.Chart Namespace / ChartElement Enumeration



In This Topic
    ChartElement Enumeration
    In This Topic
    Specifies chart element that may be found by the HitTest method.
    Syntax
    'Declaration
     
    
    Public Enum ChartElement 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartElement
    public enum ChartElement : System.Enum 
    public enum class ChartElement : public 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