IUltrachartController

StockSharp.Xaml.Charting.Visuals

An interface to a subset of methods on the UltrachartSurface.

Implements: ISuspendable, IInvalidatableElement

Methods

AnimateZoomExtents
public void AnimateZoomExtents(TimeSpan duration)
iUltrachartController.AnimateZoomExtents(duration)

Zooms to extents with the specified animation duration

duration
The duration of animation when zooming to extents
AnimateZoomExtentsX
public void AnimateZoomExtentsX(TimeSpan duration)
iUltrachartController.AnimateZoomExtentsX(duration)

Zooms the chart to the extents of the data in the X-Direction

AnimateZoomExtentsY
public void AnimateZoomExtentsY(TimeSpan duration)
iUltrachartController.AnimateZoomExtentsY(duration)

Zooms the chart to the extents of the data in the Y-Direction, accounting for the current data in view in the X-direction

ZoomExtents
public void ZoomExtents()
iUltrachartController.ZoomExtents()

Zooms the chart to the extents of the data, plus any X or Y Grow By fraction set on the X and Y Axes

ZoomExtentsX
public void ZoomExtentsX()
iUltrachartController.ZoomExtentsX()

Zooms the chart to the extents of the data in the X-Direction

ZoomExtentsY
public void ZoomExtentsY()
iUltrachartController.ZoomExtentsY()

Zooms the chart to the extents of the data in the Y-Direction, accounting for the current data in view in the X-direction