FlexChart for WinForms
SeriesVisibility 列挙体

C1.Chart アセンブリ > C1.Chart 名前空間 : SeriesVisibility 列挙体
Specifies whether and where the Series is visible.
シンタックス
'宣言
 
Public Enum SeriesVisibility 
   Inherits System.Enum
public enum SeriesVisibility : System.Enum 
メンバ
メンバ解説
Hidden
The series is hidden.
Legend
The series is visible only in the legend.
Plot
The series is visible only on the plot.
Visible
The series is visible on the plot and in the legend.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Chart.SeriesVisibility

参照

参照

C1.Chart 名前空間