Charting for WPF Programmer's Guide

Legend Members

Constructors Fields Properties
 


Represents a legend in the chart.

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

 Public Constructors

  Name Description

Legend

Creates a new legend.

 Public Fields

  Name Description

CornerRadiusProperty

Identifies the CornerRadius dependency property.

FillProperty

Identifies the Fill dependency property.

HorizontalAlignmentProperty

Identifies the HorizontalAlignment dependency property.

PositionProperty

Identifies the Position dependency property.

ShapeSizeProperty

Identifies the ShapeSize dependency property.

StrokeProperty

Identifies the Stroke dependency property.

VerticalAlignmentProperty

Identifies the VerticalAlignment dependency property.

 Public Properties

  Name Description

ChartSeries

Gets or sets a list with the ChartSeries this Legend describes.

CornerRadius

Gets or sets the corner radius of the Legend.

Fill

Gets or sets the fill for the legend background.

HorizontalAlignment

Gets or sets the horizontal alignment of the legend.

Position

Gets or sets the position of the legend.

ShapeSize

Gets or sets the size of the shapes in the Legend.

Stroke

Gets or sets the stroke for the legend outline.

VerticalAlignment

Gets or sets the vertical alignment of the legend.

 See Also