Class ChartRootPanel
Represents the panel where all the child elements of Chart will be arranged.
Inheritance
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ChartRootPanel : Panel
Constructors
ChartRootPanel()
Declaration
public ChartRootPanel()
Fields
MeasurePriorityIndexProperty
The DependencyProperty for MeasurePriorityIndex property.
Declaration
public static readonly DependencyProperty MeasurePriorityIndexProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Methods
ArrangeOverride(Size)
Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | The final area within the parent that this object should use to arrange itself and its children. |
Returns
Type | Description |
---|---|
System.Windows.Size | The actual size that is used after the element is arranged in layout. |
GetMeasurePriorityIndex(DependencyObject)
Gets measure priority for this obj.
Declaration
public static int GetMeasurePriorityIndex(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj |
Returns
Type |
---|
System.Int32 |
MeasureOverride(Size)
Provides the behavior for the Measure pass of Silverlight layout. Classes can override this method to define their own Measure pass behavior.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | availableSize | The Available Size |
Returns
Type | Description |
---|---|
System.Windows.Size | The size that this object determines it needs during layout, based on its calculations of the allocated sizes for child objects; or based on other considerations, such as a fixed container size. |
SetMeasurePriorityIndex(DependencyObject, Int32)
Sets the measure priority for this obj.
Declaration
public static void SetMeasurePriorityIndex(DependencyObject obj, int value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | |
System.Int32 | value |