Class PivotChartScrollingPanel
Represents the scrolling panel for holding pivot chart axis labels.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public class PivotChartScrollingPanel : Panel, IDisposable
  Constructors
PivotChartScrollingPanel()
Declaration
public PivotChartScrollingPanel()
  Fields
OrientationProperty
Identifies the Orientation dependency property.
Declaration
public static DependencyProperty OrientationProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
ZoomFactorProperty
Identifies the ZoomFactor dependency property.
Declaration
public static DependencyProperty ZoomFactorProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
ZoomPositionProperty
Identifies the ZoomPosition dependency property.
Declaration
public static DependencyProperty ZoomPositionProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
Properties
Orientation
Gets or sets the dimension by which the child elements are stacked.
Declaration
public Orientation Orientation { get; set; }
  Property Value
| Type | 
|---|
| Windows.UI.Xaml.Controls.Orientation | 
ZoomFactor
Gets or sets a value that indicates the factor engaged for content scaling.
Declaration
public double ZoomFactor { get; set; }
  Property Value
| Type | 
|---|
| System.Double | 
ZoomPosition
Gets or sets the distance through which the content is scrolled.
Declaration
public double ZoomPosition { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | The ZoomPosition.  | 
      
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.  |