Class SyncAreasPanel
Class represents Panel for SyncChartAreas
Inheritance
System.Object
SyncAreasPanel
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class SyncAreasPanel : StackPanel
Constructors
SyncAreasPanel()
Declaration
public SyncAreasPanel()
Methods
ArrangeOverride(Size)
Arranges the content of a System.Windows.Controls.StackPanel element.
Declaration
protected override Size ArrangeOverride(Size arrangeSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | arrangeSize | The System.Windows.Size that this element should use to arrange its child elements. |
Returns
Type | Description |
---|---|
System.Windows.Size | The System.Windows.Size that represents the arranged size of this System.Windows.Controls.StackPanel element and its child elements. |
MeasureOverride(Size)
Measures the child elements of a System.Windows.Controls.StackPanel in anticipation of arranging them during the System.Windows.Controls.StackPanel.ArrangeOverride(System.Windows.Size) pass.
Declaration
protected override Size MeasureOverride(Size constraint1)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | constraint1 | An upper limit System.Windows.Size that should not be exceeded. |
Returns
Type | Description |
---|---|
System.Windows.Size | The System.Windows.Size that represents the desired size of the element. |