FlexPivot for WinForms
Stacking 列挙体

C1.Win.FlexChart.4.5.2 アセンブリ > 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 
メンバ
メンバ解説
NoneNo stacking. Each series object is plotted independently.
StackedStacked charts show how each value contributes to the total.
Stacked100pc100% 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 名前空間