Skip to main content

TickSettings.Length Property

Specifies the length of ticks in pixels.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
Nullable<Double> null

A nullable double value that specifies the length.

Property Paths

You can access this nested property as listed below:

Object Type Path to Length
BootstrapChartCommonAxisSettings
BootstrapChartCommonAxisSettings
.TickSettings .Length
See Also