Skip to main content
A newer version of this page is available.
All docs
V19.1

BootstrapChartArgumentAxis.EndOnTick Property

Specifies whether to force the argument axis to start and end on ticks.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(false)]
public bool EndOnTick { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the argument axis must start and end on ticks; otherwise, false.

See Also