Class AreaPanel
Represents the panel where all the child elements of Chart will be arranged.
Inheritance
System.Object
AreaPanel
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class AreaPanel : Panel
Constructors
AreaPanel()
Declaration
Fields
MeasurePriorityIndexProperty
The DependencyProperty for MeasurePriorityIndex property.
Declaration
public static readonly DependencyProperty MeasurePriorityIndexProperty
Field Value
Type |
Microsoft.UI.Xaml.DependencyProperty |
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
finalSize |
|
Returns
Type |
Windows.Foundation.Size |
GetMeasurePriorityIndex(DependencyObject)
Gets measure priority for this obj.
Declaration
public static int GetMeasurePriorityIndex(DependencyObject obj)
Parameters
Type |
Name |
Description |
Microsoft.UI.Xaml.DependencyObject |
obj |
|
Returns
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Windows.Foundation.Size |
SetMeasurePriorityIndex(DependencyObject, Int32)
Sets the measure priority for this obj.
Declaration
public static void SetMeasurePriorityIndex(DependencyObject obj, int value)
Parameters
Type |
Name |
Description |
Microsoft.UI.Xaml.DependencyObject |
obj |
|
System.Int32 |
value |
|