Skip to main content
All docs
V19.2

BootstrapChartValueAxis.EndOnTick Property

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to force the axis to start and end on ticks; otherwise, false.

See Also