FlexPivot for WinForms
ChartElement 列挙体

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart 名前空間 : 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

参照

C1.Chart 名前空間