FlexChart for WinForms
Stacking 列挙体

C1.Chart アセンブリ > C1.Chart 名前空間 : Stacking 列挙体
Specifies whether and how to stack the chart's data values.
シンタックス
'宣言
 
Public Enum Stacking 
   Inherits System.Enum
public enum Stacking : System.Enum 
メンバ
メンバ解説
None
No stacking. Each series object is plotted independently.
Stacked
Stacked charts show how each value contributes to the total.
Stacked100pc
100% stacked charts show how each value contributes to the total with the relative size of each series representing its contribution to the total.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Chart.Stacking

参照

参照

C1.Chart 名前空間