RadControls for Silverlight

Defines how multiple series of same type are combined on the plot area.

Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.2.611.1050

Syntax

C#
public enum ChartSeriesCombineMode
Visual Basic
Public Enumeration ChartSeriesCombineMode

Members

Member nameValueDescription
None0 No combining. Each series is plotted independently.
Cluster1 Series are combined next to each other.
Stack2 Series form stacks.
Stack1003 Series for stacks that occupy 100% of the plot area.

See Also