Class
SeriesViewModel

Base ViewModel for chart series.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Charts

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
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

SeriesViewModel()

Initializes a new instance of SeriesViewModel

Declaration

cs-api-definition
public SeriesViewModel()

Properties

HasMarkers

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

Declaration

cs-api-definition
public bool HasMarkers { get; }

Property Value

bool

MarkerInfo

Gets or sets the marker settings for this series.

Declaration

cs-api-definition
public MarkerInfo MarkerInfo { get; set; }

Property Value

MarkerInfo

OutlineWidth

Gets or sets the outline width for this series.

Declaration

cs-api-definition
public double? OutlineWidth { get; set; }

Property Value

double?

SeriesType

Gets or sets the type of the series.

Declaration

cs-api-definition
[CLSCompliant(false)]
public Type SeriesType { get; set; }

Property Value

Type

Title

Gets or sets the series title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string