ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexChart Class / Stacking Property

In This Topic
    Stacking Property (FlexChart)
    In This Topic
    Gets or sets the data stacking.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1DescriptionAttribute("FlexChart.Stacking", "Gets or sets the data stacking.")>
    Public Overridable Property Stacking As Stacking
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Description("FlexChart.Stacking", "Gets or sets the data stacking.")]
    public virtual Stacking Stacking {get; set;}
    See Also