Class ChartSeriesListItem
Class for a chart series list item used for creating chart legends.
Inheritance
System.Object
ChartSeriesListItem
Namespace: Phoenix.Polaris.Visualizations
Assembly: Phoenix.Plugin.Polaris.dll
Syntax
public class ChartSeriesListItem : BindableBase
Properties
View SourceEnabled
Gets or sets a value indicating whether this series is currently enabled.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Fill
Gets or sets the fill color for this series.
Declaration
public Brush Fill { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush |
Title
Gets or sets the title of the series.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |