FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / BoxWhisker Class / StackingGroup Property

In This Topic
    StackingGroup Property (BoxWhisker)
    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 Integer
    public int StackingGroup {get; set;}
    See Also