Sets the value of the StackGroupProperty attached property for a specified chart.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public static void SetStackGroup(
	DataSeries ds,
	int value
)
Visual Basic
Public Shared Sub SetStackGroup ( _
	ds As DataSeries, _
	value As Integer _
)

See Also