ComponentOne FinancialChart for UWP
C1.Xaml.Chart Namespace / Series Class / StackingGroup Property

In This Topic
    StackingGroup Property
    In This Topic
    Gets or sets the group index for series, only effect in bar and column chart type.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    Public Property StackingGroup As Integer
    [DefaultValue(0)]
    public int StackingGroup {get; set;}
    See Also