Interface ISupportCombineMode
Identifies chart series that can be combined with other ISupport
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public interface ISupportCombineMode
Properties
CombineMode
Gets or sets the Chart
Declaration
ChartSeriesCombineMode CombineMode { get; set; }
Property Value
StackGroupKey
Gets or sets the key of the stack where this instance is plotted.
Declaration
object StackGroupKey { get; set; }
Property Value
System.
|