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

BootstrapChartConstantLine.ExtendAxis Property

Specifies whether to extend the axis to display the constant line.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, if the axis should be extended; otherwise, false.

Remarks

The axis’s length is calculated based on the data range. A constant line outside the data range is not displayed. Set this option to true to extend the axis and display the constant line.

See Also