FlexPivot for WinForms
SeriesVisibility 列挙体

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

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

参照

C1.Chart 名前空間