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