Class
SeriesViewModel

Base ViewModel for chart series.

Definition

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