SeriesViewModel
Class
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:
Implements:
Inherited Members
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; }