AxisDragModes

StockSharp.Xaml.Charting

Defines Enumeration Constants for modes of operation of the YAxisDragModifier

Fields

Pan
public const AxisDragModes Pan
value = AxisDragModes.Pan

Pan mode: the dragging pans the YAxis VisibleRange, allowing a vertical scroll. This may only be used with YAxis.AutoRange=false

Scale
public const AxisDragModes Scale
value = AxisDragModes.Scale

Scale mode: the dragging scales the YAxis VisibleRange property directly, or indirectly, via the GrowBy property, if YAxis.AutoRange=true