Class SeriesViewModel
Base ViewModel for chart series.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Charts
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class SeriesViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
SeriesViewModel()
Properties
HasMarkers
Gets or sets a value indicating whether this series has markers.
Declaration
public bool HasMarkers { get; }
Property Value
System.Boolean
|
MarkerInfo
Gets or sets the marker settings for this series.
Declaration
public MarkerInfo MarkerInfo { get; set; }
Property Value
MarkerInfo
|
OutlineWidth
Gets or sets the outline width for this series.
Declaration
public double? OutlineWidth { get; set; }
Property Value
System.Nullable<System.Double>
|
SeriesType
Gets or sets the type of the series.
Declaration
[CLSCompliant(false)]
public Type SeriesType { get; set; }
Property Value
System.Type
|
Title
Gets or sets the series title.
Declaration
public string Title { get; set; }
Property Value
System.String
|