Show / Hide Table of Contents

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 Source

Enabled

Gets or sets a value indicating whether this series is currently enabled.

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean
View Source

Fill

Gets or sets the fill color for this series.

Declaration
public Brush Fill { get; set; }
Property Value
Type Description
System.Windows.Media.Brush
View Source

Title

Gets or sets the title of the series.

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX