Class ChartSeriesPanel
Represents the panel where the series segments and adornments will be placed.
Inheritance
System.Object
ChartSeriesPanel
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ChartSeriesPanel : Canvas
Constructors
ChartSeriesPanel()
Initializes a new instance of the ChartSeriesPanel class.
Declaration
public ChartSeriesPanel()
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. |