Skip to main content

BootstrapChartConstantLine.ExtendAxis Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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