Skip to main content

TickSettings.Shift Property

Shifts ticks from the reference position.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(null)]
public double? Shift { get; set; }

Property Value

Type Default Description
Nullable<Double> null

A nullable double value that specifies the shift.

Property Paths

You can access this nested property as listed below:

Object Type Path to Shift
BootstrapChartCommonAxisSettings
BootstrapChartCommonAxisSettings
.TickSettings .Shift

Remarks

Positive values shift ticks toward axis labels; negative values shift ticks in the opposite direction.

See Also