Skip to main content

NumericScaleOptions.CustomGridAlignment Property

Gets or sets the custom numeric unit to which axis gridlines should be aligned.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public double CustomGridAlignment { get; set; }

Property Value

Type Description
Double

A Double value which specifies the custom grid alignment for the numeric scale.

Property Paths

You can access this nested property as listed below:

Object Type Path to CustomGridAlignment
AxisBase
.NumericScaleOptions .CustomGridAlignment

Remarks

This setting is in effect if the NumericScaleOptions.GridAlignment property is set to Custom.

See Also