New to Telerik UI for WinFormsStart a free 30-day trial

ViewModel for categorical chart series.

Definition

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; }