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


A base class for classes that create legends in the chart.

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

 Protected Constructors

  Name Description

Legend

Initializes a new instance of the Legend class.

 Public Fields

  Name Description

CornerRadiusProperty

Identifies the CornerRadius dependency property.

HorizontalAlignmentProperty

Identifies the HorizontalAlignment dependency property.

OrientationProperty

Identifies the Orientation dependency property.

ShapeSizeProperty

Identifies the ShapeSize dependency property.

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

VerticalAlignmentProperty

Identifies the VerticalAlignment dependency property.

 Public Properties

  Name Description

CornerRadius

Gets or sets the corner radius of the legend. This is a dependency property.

HorizontalAlignment

Gets or sets the horizontal alignment of the legend when placed at the top or bottom of the plot area. This is a dependency property.

Orientation

Gets or sets the orientation of the legend. This is a dependency property.

ShapeSize

Gets or sets the size of the shapes in the legend. This is a dependency property.

StrokeThickness

Gets or sets the stroke thickness of lines drawn in the legend. This is a dependency property.

VerticalAlignment

Gets or sets the vertical alignment of the legend when placed at the left or right of the plot area. This is a dependency property.

 Public Events

  Name Description

AppearanceChanged

Occurs when the appearance of the legend was changed.

 See Also

Legend Class
MindFusion.Charting.Wpf Namespace