ViewModel for categorical chart series.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Charts
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class CategoricalSeriesViewModel : SeriesViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseSeriesViewModelCategoricalSeriesViewModel
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of CategoricalSeriesViewModel
C#
public CategoricalSeriesViewModel()
Properties
Gets or sets the Combine Mode for the series.
C#
public ChartSeriesCombineMode CombineMode { get; set; }
Gets or sets the data for the series.
C#
public ObservableCollection<CategoricalDataPoint> Items { get; set; }