UltrachartScrollbar

StockSharp.Xaml.Charting.Visuals

A scrollbar which allows to scroll IAxis content

Inherits: Control

Constructors

UltrachartScrollbar()

Default constructor

Properties

Axis : IAxis

Gets or sets Axis which this scrollbar control is bound to

GripsLength : double

Gets or sets length of resizing grips

GripsStyle : Style

Gets or sets style for grips

GripsThickness : double

Gets or sets thickness of grips

NonSelectedAreaStyle : Style

Gets or sets style for non selected area of scrollbar

Orientation : Orientation

Get or set whether UltrachartScrollbar is displayed horizontally or vertically

SelectedRange : IRange

Selected range of the horizontal range slider

ViewportStyle : Style

Gets or sets style for viewport area of scrollbar which contains SelectedRange

ZoomLimit : double

Gets or sets minimal size of viewport in pixels

Methods

AnimateSelectedRangeTo(IRange, TimeSpan)

Animates the SelectedRange property from its current start position to the destination over the specified duration. Use this to get a smooth animated effect from one position to the next

to
duration
OnApplyTemplate()

Overide to get the visuals from the control template

Events

SelectedRangeChanged : EventHandler<SelectedRangeChangedEventArgs>

Raised when the SelectedRange changes

Fields

AxisProperty : DependencyProperty

Provides the Axis which this scrollbar control is associated with

GripsLengthProperty : DependencyProperty

Defines the GripsLength DependencyProperty

GripsStyleProperty : DependencyProperty

Defines the GripsStyle DependencyProperty

GripsThicknessProperty : DependencyProperty

Defines the GripsThickness DependencyProperty

NonSelectedAreaStyleProperty : DependencyProperty

Defines the NonSelectedArea DependencyProperty

OrientationProperty : DependencyProperty

Defines The Orientation DependencyProperty

SelectedRangePointProperty : DependencyProperty

Defines the SelectedRangePoint DependencyProperty, used internally for animations

SelectedRangeProperty : DependencyProperty

Selected range of the range slider

ViewportStyleProperty : DependencyProperty

Defines the ViewportStyle DependencyProperty

ZoomLimitProperty : DependencyProperty

Defines the ZoomLimit DependencyProperty