Class PivotChartLegendPanel
Inheritance
System.Object
PivotChartLegendPanel
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public class PivotChartLegendPanel : Panel, IDisposable
Constructors
PivotChartLegendPanel()
Declaration
public PivotChartLegendPanel()
Properties
ColumnCount
Declaration
public int ColumnCount { get; set; }
Property Value
Type |
---|
System.Int32 |
RowCount
Declaration
public int RowCount { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
ArrangeOverride(Size)
Positions the child elements in layout and determines a size for a this element.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | The size that this element should use to arrange itself and its children. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The actual size used to arrange its elements. |
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
MeasureOverride(Size)
Measures the size required for child elements in layout and determines a size for this element.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | The size that is available to child elements. Infinity can be specified as a value to indicate that the element will size to whatever content is available. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The size that this element needs during layout, which is based on the calculations of child element's sizes. |
Implements
System.IDisposable