MindFusion.Wpf Pack Programmer's Guide
LineSeries Properties
 


 Public Properties

  Name Description

Chart

Gets or sets the Chart this ChartSeries is part of. (Inherited from ChartSeries.)

Curve

Gets or sets whether the line is drawn as a canonical spline.

Fills

Gets the fills of the series. This is a dependency property. (Inherited from ChartSeries.)

FillsSource

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

Index

Gets or sets the index of this ChartSeries. (Inherited from ChartSeries.)

LabelBackground

Gets or sets the background of the label. This is a dependency property. (Inherited from ChartSeries.)

LabelBorderBrush

Gets or sets the brush for the label border. This is a dependency property. (Inherited from ChartSeries.)

LabelBorderThickness

Gets or sets the thickness of the label border. This is a dependency property. (Inherited from ChartSeries.)

LabelFontFamily

Gets or sets the font family for the chart labels. This is a dependency property. (Inherited from ChartSeries.)

LabelFontSize

Gets or sets the font size for the chart labels. This is a dependency property. (Inherited from ChartSeries.)

LabelFontStyle

Gets or sets the font style for the chart labels. This is a dependency property. (Inherited from ChartSeries.)

LabelFontWeight

Gets or sets the font weight for the chart labels. This is a dependency property. (Inherited from ChartSeries.)

LabelForeground

Gets or sets the foreground of the label. This is a dependency property. (Inherited from ChartSeries.)

LabelOffset

Gets or sets the offset of the labels displayed for the values in this series. This is a dependency property.

LabelPath

Gets or sets the path to the property of the DataSource used for retrieving custom labels. This is a dependency property.

Labels

Gets or sets the labels drawn at data points. This is a dependency property.

ScatterFills

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

ScatterFillsSource

Gets or sets a strongly typed collection of brushes, which will be used as a source for the brushes used to fill the scatters in this series. This is a dependency property.

ScatterSize

Gets or sets the size of the scatter for the series. This is a dependency property.

ScatterStrokes

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

ScatterStrokesSource

Gets or sets a strongly typed collection of brushes, which will be used as a source for the brushes used to stroke the scatters in this series. This is a dependency property.

ScatterStrokeThickness

Gets or sets the thickness of the scatter strokes. This is a dependency property.

ScatterType

Gets or sets the type of the scatter for the series. 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. (Inherited from ChartSeries.)

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. (Inherited from ChartSeries.)

StrokeDashOffset

Gets or sets a double that specifies the distance within the dash pattern where a dash begins. This is a dependency property. (Inherited from ChartSeries.)

StrokeEndLineCap

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

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. (Inherited from ChartSeries.)

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. (Inherited from ChartSeries.)

Strokes

Gets the strokes of the series. This is a dependency property. (Inherited from ChartSeries.)

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. (Inherited from ChartSeries.)

StrokeStartLineCap

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

StrokeThickness

Gets or sets the thickness of the stroke for the series. This is a dependency property. (Inherited from ChartSeries.)

Title

Gets or sets the title of the series. This is a dependency property. (Inherited from ChartSeries.)

ToolTipText

Gets or sets the tooltips to use when ToolTipType is set to Custom. This is a dependency property. (Inherited from ChartSeries.)

ToolTipType

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

XAxis

  (Inherited from AxesSeries.)

XData

Gets or sets the data used for calculating the X-coordinates of data points. This is a dependency property. (Inherited from AxesSeries.)

XDataPath

Gets or sets the path to the property of the DataSource used for retrieving the X-data for this series. This is a dependency property. (Inherited from AxesSeries.)

YAxis

  (Inherited from AxesSeries.)

YData

Gets or sets the data used for calculating the Y-coordinates of data points. This is a dependency property. (Inherited from AxesSeries.)

YDataPath

Gets or sets the path to the property of the DataSource used for retrieving the Y-data for this series. This is a dependency property. (Inherited from AxesSeries.)

 See Also

LineSeries Class
MindFusion.Charting.Wpf Namespace