menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfChartResizableBar - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfChartResizableBar

    Represents the SfChartResizableBar class.

    Inheritance
    System.Object
    ResizableScrollBar
    SfChartResizableBar
    Inherited Members
    ResizableScrollBar.ArrangeOverride(Size)
    ResizableScrollBar.EnableTouchMode
    ResizableScrollBar.EnableTouchModeProperty
    ResizableScrollBar.FarHand
    ResizableScrollBar.isFarDragged
    ResizableScrollBar.isNearDragged
    ResizableScrollBar.IsValueChangedTrigger
    ResizableScrollBar.LargeChange
    ResizableScrollBar.LargeChangeProperty
    ResizableScrollBar.LargeDecrease
    ResizableScrollBar.LargeIncrease
    ResizableScrollBar.Maximum
    ResizableScrollBar.MaximumProperty
    ResizableScrollBar.MeasureOverride(Size)
    ResizableScrollBar.MiddleThumb
    ResizableScrollBar.Minimum
    ResizableScrollBar.MinimumProperty
    ResizableScrollBar.NearHand
    ResizableScrollBar.OnOrientationChanged(DependencyPropertyChangedEventArgs)
    ResizableScrollBar.OnRangeValueChanged()
    ResizableScrollBar.Orientation
    ResizableScrollBar.OrientationProperty
    ResizableScrollBar.RangeEnd
    ResizableScrollBar.RangeEndProperty
    ResizableScrollBar.RangeStart
    ResizableScrollBar.RangeStartProperty
    ResizableScrollBar.ResizableThumbSize
    ResizableScrollBar.Scale
    ResizableScrollBar.ScaleProperty
    ResizableScrollBar.ScrollButtonVisibility
    ResizableScrollBar.ScrollButtonVisibilityProperty
    ResizableScrollBar.SmallChange
    ResizableScrollBar.SmallChangeProperty
    ResizableScrollBar.SmallDecrease
    ResizableScrollBar.SmallIncrease
    ResizableScrollBar.ValueChanged
    ResizableScrollBar.ViewSizePort
    ResizableScrollBar.ViewSizePortProperty
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class SfChartResizableBar : ResizableScrollBar

    Constructors

    SfChartResizableBar()

    Initializes a new instance of the SfChartResizableBar class.

    Declaration
    public SfChartResizableBar()

    Methods

    OnApplyTemplate()

    Applies the template for the control.

    Declaration
    protected override void OnApplyTemplate()
    Overrides
    ResizableScrollBar.OnApplyTemplate()

    OnFarHandDragged(Object, DragDeltaEventArgs)

    Updates the SfChartResizableBar on far hand dragged.

    Declaration
    protected override void OnFarHandDragged(object sender, DragDeltaEventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    The Sender Object

    Windows.UI.Xaml.Controls.Primitives.DragDeltaEventArgs e

    The Event Arguments

    Overrides
    ResizableScrollBar.OnFarHandDragged(Object, DragDeltaEventArgs)

    OnNearHandDragged(Object, DragDeltaEventArgs)

    Updates the SfChartResizableBar on near hand dragged.

    Declaration
    protected override void OnNearHandDragged(object sender, DragDeltaEventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    The Sender Object

    Windows.UI.Xaml.Controls.Primitives.DragDeltaEventArgs e

    The Event Arguments

    Overrides
    ResizableScrollBar.OnNearHandDragged(Object, DragDeltaEventArgs)

    OnThumbDragged(Object, DragDeltaEventArgs)

    Updates the SfChartResizableBar on thumb dragged.

    Declaration
    protected override void OnThumbDragged(object sender, DragDeltaEventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    The Sender Object

    Windows.UI.Xaml.Controls.Primitives.DragDeltaEventArgs e

    The Event Arguments

    Overrides
    ResizableScrollBar.OnThumbDragged(Object, DragDeltaEventArgs)

    OnValueChanged()

    Updates the SfChartResizableBar on value change.

    Declaration
    protected override void OnValueChanged()
    Overrides
    ResizableScrollBar.OnValueChanged()

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved