Class SmithChartRootPanel
Represents the panel where all the child elements of SfSmithChart will be arranged.
Inheritance
System.Object
SmithChartRootPanel
Namespace: Syncfusion.UI.Xaml.SmithChart
Assembly: Syncfusion.SfSmithChart.UWP.dll
Syntax
public class SmithChartRootPanel : Panel
Constructors
SmithChartRootPanel()
Declaration
public SmithChartRootPanel()
Methods
ArrangeOverride(Size)
When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | The final area within the parent that this element should use to arrange itself and its children. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The actual size used. |
MeasureOverride(Size)
When overridden in a derived class, measures the size in layout required for child elements.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | The available size that this element can give to child elements. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The size that this element determines it needs during layout, based on its calculations of child element sizes. |