ComponentOne Chart for WPF and Silverlight
SetStackGroup Method


C1.WPF.C1Chart Namespace > BarColumnOptions Class : SetStackGroup Method
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 System.Integer _
) 
'Usage
 
Dim ds As DataSeries
Dim value As System.Integer
 
BarColumnOptions.SetStackGroup(ds, value)
public static void SetStackGroup( 
   DataSeries ds,
   System.int value
)

Parameters

ds
value
See Also

Reference

BarColumnOptions Class
BarColumnOptions Members