MindFusion.Wpf Pack Programmer's Guide
ChartSeries Members
Constructors Fields Properties Events
 


Base class for Series in the chart.

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

 Protected Constructors

  Name Description

ChartSeries

Initializes a new instance of the ChartSeries class.

 Public Fields

  Name Description

ChartProperty

Identifies the Chart dependency property.

FillsSourceProperty

Identifies the FillsSource dependency property.

LabelBackgroundProperty

Identifies the LabelBackground dependency property.

LabelBorderBrushProperty

Identifies the LabelBorderBrush dependency property.

LabelBorderThicknessProperty

Identifies the LabelBorderThickness 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.

LabelForegroundProperty

Identifies the LabelForeground dependency property.

StrokeDashArrayProperty

Identifies the StrokeDashArray dependency property.

StrokeDashCapProperty

Identifies the StrokeDashCap dependency property.

StrokeDashOffsetProperty

Identifies the StrokeDashOffset dependency property.

StrokeEndLineCapProperty

Identifies the StrokeEndLineCap dependency property.

StrokeLineJoinProperty

Identifies the StrokeLineJoin dependency property.

StrokeMiterLimitProperty

Identifies the StrokeMiterLimit dependency property.

StrokesSourceProperty

Identifies the StrokesSource dependency property.

StrokeStartLineCapProperty

Identifies the StrokeStartLineCap dependency property.

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

TitleProperty

Identifies the Title dependency property.

ToolTipTextProperty

Identifies the ToolTipText dependency property.

ToolTipTypeProperty

Identifies the ToolTipType dependency property.

 Public Properties

  Name Description

Chart

Gets or sets the Chart this ChartSeries is part of.

Fills

Gets the fills of the series. This is a dependency property.

FillsSource

Gets or sets a list of brushes used for filling elements in this ChartSeries. This is a dependency property.

Index

Gets or sets the index of this ChartSeries.

LabelBackground

Gets or sets the background of the label. This is a dependency property.

LabelBorderBrush

Gets or sets the brush for the label border. This is a dependency property.

LabelBorderThickness

Gets or sets the thickness of the label border. This is a dependency property.

LabelFontFamily

Gets or sets the font family for the chart labels. This is a dependency property.

LabelFontSize

Gets or sets the font size for the chart labels. This is a dependency property.

LabelFontStyle

Gets or sets the font style for the chart labels. This is a dependency property.

LabelFontWeight

Gets or sets the font weight for the chart labels. This is a dependency property.

LabelForeground

Gets or sets the foreground of the label. This is a dependency property.

StrokeDashArray

Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline ChartSeries shapes. This is a dependency property.

StrokeDashCap

Gets or sets a PenLineCap enumeration value that specifies how the ends of a dash in a ChartSeries shape are drawn. This is a dependency property.

StrokeDashOffset

Gets or sets a double that specifies the distance within the dash pattern where a dash begins. This is a dependency property.

StrokeEndLineCap

Gets or sets a PenLineCap enumeration value that describes the shape at the end of a line. This is a dependency property.

StrokeLineJoin

Gets or sets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a ChartSeries shape. This is a dependency property.

StrokeMiterLimit

Gets or sets a limit on the ratio of the miter length to half the StrokeThickness of a ChartSeries shape element. This is a dependency property.

Strokes

Gets the strokes of the series. This is a dependency property.

StrokesSource

Gets or sets a list of brushes used as a source for the strokes used to outline chart elements in this ChartSeries. This is a dependency property.

StrokeStartLineCap

Gets or sets a PenLineCap enumeration value that describes the shape at the start of a line. This is a dependency property.

StrokeThickness

Gets or sets the thickness of the stroke for the series. This is a dependency property.

Title

Gets or sets the title of the series. This is a dependency property.

ToolTipText

Gets or sets the tooltips to use when ToolTipType is set to Custom. This is a dependency property.

ToolTipType

Gets or sets a value specifying what tooltips to display for the values in this series. This is a dependency property.

 Public Events

  Name Description

AppearanceChanged

Occurs when series appearance was changed.

DataChanged

Occurs when series data was changed.

 See Also

ChartSeries Class
MindFusion.Charting.Wpf Namespace