ClassSeriesViewModel
Class
Base ViewModel for chart series.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class SeriesViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseSeriesViewModel
Derived Classes:
Implements:
Inherited Members
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.
MarkerInfo
Gets or sets the marker settings for this series.
OutlineWidth
Gets or sets the outline width for this series.
SeriesType
Gets or sets the type of the series.
Declaration
cs-api-definition
[CLSCompliant(false)]
public Type SeriesType { get; set; }
Property Value