Class CategoricalSeriesViewModel
ViewModel for categorical chart series.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Charts
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class CategoricalSeriesViewModel : SeriesViewModel, INotifyPropertyChanged, IDisposable
Constructors
CategoricalSeriesViewModel()
Initializes a new instance of CategoricalSeriesViewModel
Declaration
public CategoricalSeriesViewModel()
Properties
CombineMode
Gets or sets the Combine Mode for the series.
Declaration
public ChartSeriesCombineMode CombineMode { get; set; }
Property Value
ChartSeriesCombineMode
|
Items
Gets or sets the data for the series.
Declaration
public ObservableCollection<CategoricalDataPoint> Items { get; set; }
Property Value
System.Collections.ObjectModel.ObservableCollection<CategoricalDataPoint>
|