AutoRange

StockSharp.Xaml.Charting.Visuals.Axes

Provides values which defines autorange behavior for IAxis implementers.

字段

Always : AutoRange

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

Never : AutoRange

Never autoranges the the IAxis instance

Once : AutoRange

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