FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.Chart 命名空间 / ChartElement 枚举

本主题中
    ChartElement 枚举
    本主题中
    Specifies chart element that may be found by the HitTest method.
    语法
    '声明
     
    Public Enum ChartElement 
       Inherits System.Enum
    public enum ChartElement : System.Enum 
    成员
    成员说明
    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.
    继承层次

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.ChartElement

    请参见