FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.Chart 命名空间 / Stacking 枚举

本主题中
    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

    请参见