FlexChart for WinForms
ChartElement 列挙体

C1.Chart アセンブリ > 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 
メンバ
メンバ解説
AxisX
X-axis.
AxisY
Y-axis.
ChartArea
The area within the control but outside the axes.
DataLabel
A data label.
Footer
The chart footer.
Header
The chart header.
Legend
The chart legend.
None
No chart element.
PlotArea
The area within the axes.
Series
A chart series.
SeriesSymbol
A chart series symbol.
継承階層

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

参照

参照

C1.Chart 名前空間