ComponentOne Chart for WPF and Silverlight
GetStackGroup Method


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

Parameters

ds
See Also

Reference

BarColumnOptions Class
BarColumnOptions Members