Gets or sets a value that determines whether the series should be stacked or placed side-by-side.

Namespace:  C1.Silverlight.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public bool Stacked { get; set; }
Visual Basic
Public Property Stacked As Boolean
	Get
	Set

See Also