ComponentOne FinancialChart for WPF
C1.Chart Namespace / Stacking Enumeration



In This Topic
    Stacking Enumeration
    In This Topic
    Specifies whether and how to stack the chart's data values.
    Syntax
    'Declaration
     
    
    Public Enum Stacking 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Stacking
    public enum Stacking : System.Enum 
    public enum class Stacking : public System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

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

    See Also