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


In This Topic
    GetStackGroup Method
    In This Topic
    Returns the value of the StackGroupProperty attached property for a specified data series.
    Syntax
    'Declaration
     
    
    <AttachedPropertyBrowsableForTypeAttribute(C1.WPF.C1Chart.DataSeries)>
    Public Shared Function GetStackGroup( _
       ByVal ds As DataSeries _
    ) As Integer
    'Usage
     
    
    Dim ds As DataSeries
    Dim value As Integer
     
    value = BarColumnOptions.GetStackGroup(ds)
    [AttachedPropertyBrowsableForType(C1.WPF.C1Chart.DataSeries)]
    public static int GetStackGroup( 
       DataSeries ds
    )

    Parameters

    ds
    See Also