WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OlapScrollingPanel

    Show / Hide Table of Contents

    Class OlapScrollingPanel

    Representing OlapScrollingPanel

    Inheritance
    System.Object
    OlapScrollingPanel
    Namespace: Syncfusion.Windows.Chart.Olap
    Assembly: Syncfusion.OlapChart.WPF.dll
    Syntax
    public class OlapScrollingPanel : Panel

    Constructors

    OlapScrollingPanel()

    Initializes new instance for OlapScrollingPanel class.

    Declaration
    public OlapScrollingPanel()

    Fields

    AxisProperty

    Identifies the Axis dependency property.

    Declaration
    public static readonly DependencyProperty AxisProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ExpandElement

    Initializing a new RoutedUICommand for ExpandElement.

    Declaration
    public static RoutedUICommand ExpandElement
    Field Value
    Type Description
    System.Windows.Input.RoutedUICommand

    OrientationProperty

    Identifies the Orientation dependency property.

    Declaration
    public static readonly DependencyProperty OrientationProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ZoomFactorProperty

    Identifies the ZoomFactor dependency property.

    Declaration
    public static readonly DependencyProperty ZoomFactorProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ZoomPositionProperty

    Identifies the ZoomPosition dependency property.

    Declaration
    public static readonly DependencyProperty ZoomPositionProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Axis

    Gets or sets the Axis. This is a dependency property.

    Declaration
    public OlapChartAxis Axis { get; set; }
    Property Value
    Type Description
    OlapChartAxis

    The Axis.

    Orientation

    Gets or sets the Orientation. This is a dependency property.

    Declaration
    public Orientation Orientation { get; set; }
    Property Value
    Type Description
    System.Windows.Controls.Orientation

    The Orientation.

    ZoomFactor

    Gets or sets the ZoomFactor. This is a dependency property.

    Declaration
    public double ZoomFactor { get; set; }
    Property Value
    Type Description
    System.Double

    The ZoomFactor.

    ZoomPosition

    Gets or sets the ZoomPosition. This is a dependency property.

    Declaration
    public double ZoomPosition { get; set; }
    Property Value
    Type Description
    System.Double

    The ZoomPosition.

    Methods

    ArrangeOverride(Size)

    When overridden in a derived class, positions child elements and determines a size for a System.Windows.FrameworkElement derived class.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    System.Windows.Size finalSize

    The final area within the parent that this element should use to arrange itself and its children.

    Returns
    Type Description
    System.Windows.Size

    The actual size used.

    ExpandElementCanExecute(Object, CanExecuteRoutedEventArgs)

    Determines whether this ExpandElementRoutedCommand can execute in its current state.

    Declaration
    public void ExpandElementCanExecute(object sender, CanExecuteRoutedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.Windows.Input.CanExecuteRoutedEventArgs e

    ExpandElementExecuted(Object, ExecutedRoutedEventArgs)

    Executes the ExpandElementRoutedCommand on the current command target.

    Declaration
    public void ExpandElementExecuted(object sender, ExecutedRoutedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.Windows.Input.ExecutedRoutedEventArgs e

    MeasureOverride(Size)

    When overridden in a derived class, measures the size in layout required for child elements and determines a size for the System.Windows.FrameworkElement-derived class.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    System.Windows.Size availableSize

    The available size that this element can give 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
    System.Windows.Size

    The size that this element determines it needs during layout, based on its calculations of child element sizes.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved