Skip to main content
A newer version of this page is available. .

VisualRangeUpdateMode Enum

Lists the values that define how the axis’s visual range should behave when chart data is updated.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public enum VisualRangeUpdateMode

Members

Name Description
NotSet

The update mode is defined by the underlying control.

Auto

The applied mode changes depending on the visual range’s position on the axis: at the start or middle - “keep“; at the end - “shift“; if set to view the whole range - “reset“ (the visual range remains equal to the whole range).

Keep

The visual range does not change.

Reset

The visual range becomes equal to the whole range (specified by the BootstrapChartAxisSettings.WholeRangeStart and BootstrapChartAxisSettings.WholeRangeEnd properties).

Shift

The visual range moves to the axis’s end. The range’s length does not change.

Related API Members

Remarks

The VisualRangeUpdateMode enumeration’s values are used by the BootstrapChartArgumentAxis.VisualRangeUpdateMode property.

See Also