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


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

Initializes a new instance of the ChartLegend class.

 Public Fields

  Name Description

CornerRadiusProperty

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

HorizontalAlignmentProperty

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

OrientationProperty

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

SeriesProperty

Identifies the Series dependency property.

ShapeSizeProperty

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

StrokeThicknessProperty

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

VerticalAlignmentProperty

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

 Public Properties

  Name Description

CornerRadius

Gets or sets the corner radius of the legend. This is a dependency property. (Inherited from Legend.)

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. (Inherited from Legend.)

Orientation

Gets or sets the orientation of the legend. This is a dependency property. (Inherited from Legend.)

Series

Gets or sets the series for the legend. This is a dependency property.

ShapeSize

Gets or sets the size of the shapes in the legend. This is a dependency property. (Inherited from Legend.)

StrokeThickness

Gets or sets the stroke thickness of lines drawn in the legend. This is a dependency property. (Inherited from Legend.)

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. (Inherited from Legend.)

 Protected Methods

  Name Description

IsItemItsOwnContainerOverride

ItemsControl.IsItemItsOwnContainerOverride override.

 Public Events

  Name Description

AppearanceChanged

Occurs when the appearance of the legend was changed. (Inherited from Legend.)

 See Also

ChartLegend Class
MindFusion.Charting.Wpf Namespace