Charting for WPF Programmer's Guide

SeriesLegend Members

Constructors Fields Properties Methods
 


Represents a legend. Each item gives info about a data point from the ChartSeries.

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

 Public Constructors

  Name Description

SeriesLegend

Creates a new instance of the SeriesLegend class.

 Public Fields

  Name Description

BrushesSourceProperty

Identifies the BrushesSource dependency property.

LabelsSourceProperty

Identifies the LabelsSource dependency property.

 Inherited Public Fields

  Name Description

CornerRadiusProperty

Identifies the CornerRadius dependency property. (Inherited from Legend.)

FillProperty

Identifies the Fill dependency property. (Inherited from Legend.)

HorizontalAlignmentProperty

Identifies the HorizontalAlignment dependency property. (Inherited from Legend.)

PositionProperty

Identifies the Position dependency property. (Inherited from Legend.)

ShapeSizeProperty

Identifies the ShapeSize dependency property. (Inherited from Legend.)

StrokeProperty

Identifies the Stroke dependency property. (Inherited from Legend.)

VerticalAlignmentProperty

Identifies the VerticalAlignment dependency property. (Inherited from Legend.)

 Public Properties

  Name Description

BrushesSource

Gets or sets the source of the brushes that are used by this SeriesLegend.

LabelsSource

Gets or sets the source of the labels that are used by this SeriesLegend.

 Inherited Public Properties

  Name Description

ChartSeries

Gets or sets a list with the ChartSeries this Legend describes. (Inherited from Legend.)

CornerRadius

Gets or sets the corner radius of the Legend. (Inherited from Legend.)

Fill

Gets or sets the fill for the legend background. (Inherited from Legend.)

HorizontalAlignment

Gets or sets the horizontal alignment of the legend. (Inherited from Legend.)

Position

Gets or sets the position of the legend. (Inherited from Legend.)

ShapeSize

Gets or sets the size of the shapes in the Legend. (Inherited from Legend.)

Stroke

Gets or sets the stroke for the legend outline. (Inherited from Legend.)

VerticalAlignment

Gets or sets the vertical alignment of the legend. (Inherited from Legend.)

 Public Methods

  Name Description

OnBrushesSourceChanged

Raises the BrushesSourceChanged event.

OnLabelsSourceChanged

Raises the LabelsSourceChanged event.

 See Also