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

Base ViewModel for chart series.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Charts

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public class SeriesViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable

Inheritance: objectViewModelBaseSeriesViewModel

Derived Classes: CategoricalSeriesViewModelScatterSeriesViewModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members ViewModelBase.VerifyPropertyName(string)ViewModelBase.Dispose()ViewModelBase.OnPropertyChanged(string)ViewModelBase.Dispose(bool)ViewModelBase.PropertyChanged

Constructors

Initializes a new instance of SeriesViewModel

C#
public SeriesViewModel()

Properties

Gets or sets a value indicating whether this series has markers.

C#
public bool HasMarkers { get; }

Gets or sets the marker settings for this series.

C#
public MarkerInfo MarkerInfo { get; set; }

Gets or sets the outline width for this series.

C#
public double? OutlineWidth { get; set; }

Gets or sets the type of the series.

C#
[CLSCompliant(false)]
public Type SeriesType { get; set; }

Gets or sets the series title.

C#
public string Title { get; set; }