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


Represents a series in the RealTimeChart.

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

 Public Constructors

  Name Description

Series

Initializes a new instance of the Series class bound to the specified Y-axis.

 Public Fields

  Name Description

FillProperty

Identifies the Stroke dependency property.

LegendBackgroundProperty

Identifies the LegendBackground dependency property.

ScatterStrokeProperty

Identifies the ScatterStroke dependency property.

ScatterTypeProperty

Identifies the ScatterType dependency property.

StrokeProperty

Identifies the Stroke dependency property.

TitleFontFamilyProperty

Identifies the TitleFontFamily dependency property.

TitleFontSizeProperty

Identifies the TitleFontSize dependency property.

TitleFontWeightProperty

Identifies the TitleFontWeight dependency property.

TitleProperty

Identifies the Title dependency property.

TooltipBackgroundProperty

Identifies the TooltipBackground dependency property.

TooltipStrokeProperty

Identifies the TooltipStroke dependency property.

VisibleProperty

Identifies the Visible dependency property.

 Public Properties

  Name Description

Data

Gets or sets the data for the Series.

Fill

Gets or sets the fill for the series.

LegendBackground

Gets or sets the legend background brush.

ScatterStroke

Gets or sets the stroke for the series' scatters.

ScatterType

Gets or sets a value specifying the scatter shapes to display for the values in this series.

Stroke

Gets or sets the stroke for the series.

Title

Gets or sets the title for the series.

TitleFontFamily

Gets or sets the font family for the series title.

TitleFontSize

Gets or sets the font for the series title.

TitleFontWeight

Gets or sets the font weight for the series title.

TooltipBackground

Gets or sets the tooltip background brush.

TooltipStroke

Gets or sets the tooltip text brush.

Visible

Gets or sets whether the series should be drawn.

YAxis

Gets the Y-axis.

 Public Events

  Name Description

DataChanged

Occurs when series data was changed.

 See Also

Series Class
MindFusion.RealTimeCharting.Wpf Namespace