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