AutoRange

StockSharp.Xaml.Charting.Visuals.Axes

Provides values which defines autorange behavior for IAxis implementers.

Fields

Always
public const AutoRange Always
value = AutoRange.Always

Autorange the IAxis instance always. In this case zooming is not allowed by user. Only AxisDragModifier UI interaction is allowed.

Never
public const AutoRange Never
value = AutoRange.Never

Never autoranges the the IAxis instance

Once
public const AutoRange Once
value = AutoRange.Once

Allows the IAxis instance decide whether autorange or not when show IAxis first time, e.g. if the current VisibleRange is null or undefined