MindFusion.Wpf Pack Programmer's Guide
LayoutPanel Members
Constructors Fields Attached Properties Properties Methods
 


Represents the panel of the whole chart.

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

 Public Constructors

  Name Description

LayoutPanel

Initializes a new instance of the LayoutPanel class.

 Public Fields

  Name Description

DockProperty

Identifies the Dock attached property.

PlotAreaProperty

Identifies the PlotArea dependency property.

 Public Attached Properties

  Name Description

DockProperty

Gets or sets a value that indicates the position of a chart element within a parent DockPanel.

 Public Properties

  Name Description

PlotArea

Gets or sets the plot area where the chart is drawn. This is a dependency property.

 Public Methods

  Name Description

GetDock

Gets the dock of an element contained in the LayoutPanel.

SetDock

Sets the dock of an element added to the layout panel.

 Protected Methods

  Name Description

ArrangeOverride

FrameworkElement.ArrangeOverride override.

MeasureOverride

FrameworkElement.MeasureOverride override.

 See Also

LayoutPanel Class
MindFusion.Charting.Wpf Namespace