ComponentOne FinancialChart for WinForms
C1.Chart Namespace / SeriesBase Class / StackingGroup Property

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