Charting for WPF Programmer's Guide

ChartLegend Members

Constructors Fields Properties
 


Describes a legend where each item gives info about a ChartSeries.

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

 Public Constructors

  Name Description

ChartLegend

Creates a new instance of the ChartLegend class.

 Public Fields

  Name Description

SeriesProperty

Identifies the Series 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

Series

Gets or sets the SeriesCollection for the legend.

 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.)

 See Also