Charting for WPF Programmer's Guide

ChartSeries Members

Constructors Fields Properties Methods Events
 


Base class for series in the chart.

The following tables list the members exposed by the ChartSeries type.

 Public Constructors

  Name Description

ChartSeries

Creates a new ChartSeries object.

 Public Fields

  Name Description

FillsProperty

Identifies the Fills dependency property.

LabelFontFamilyProperty

Identifies the LabelFontFamily dependency property.

LabelFontSizeProperty

Identifies the LabelFontSize dependency property.

LabelFontStyleProperty

Identifies the LabelFontStyle dependency property.

LabelFontWeightProperty

Identifies the LabelFontWeight dependency property.

StrokesProperty

Identifies the Strokes dependency property.

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

TitleProperty

Identifies the Title dependency property.

 Public Properties

  Name Description

Fills

Gets or sets the fills for the series.

Index

Gets or sets the index of this ChartSeries.

LabelFontFamily

Gets or sets the font family for the chart labels.

LabelFontSize

Gets or sets the font size for the chart labels.

LabelFontStyle

Gets or sets the font style for the chart labels.

LabelFontWeight

Gets or sets the font weight for the chart labels.

Strokes

Gets or sets the strokes for the series.

StrokeThickness

Gets or sets the thickness of the stroke for the series.

Title

Gets or sets the title of the series.

 Public Methods

  Name Description

GetFill

Gets a Brush from the Fills list.

GetStroke

Gets a Brush from the Strokes list.

OnAppearanceChanged

Raises the AppearanceChanged event.

OnDataChanged

Raises the DataChanged event.

 Public Events

  Name Description

AppearanceChanged

Occurs when series appearance was changed.

DataChanged

Occurs when series data was changed.

 See Also