ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / BarColumnOptions Class / SetStackGroup Method


In This Topic
    SetStackGroup Method
    In This Topic
    Sets the value of the StackGroupProperty attached property for a specified chart.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetStackGroup( _
       ByVal ds As DataSeries, _
       ByVal value As Integer _
    ) 
    'Usage
     
    
    Dim ds As DataSeries
    Dim value As Integer
     
    BarColumnOptions.SetStackGroup(ds, value)
    public static void SetStackGroup( 
       DataSeries ds,
       int value
    )

    Parameters

    ds
    value
    See Also