NumericScaleOptions.CustomGridAlignment Property
Gets or sets the custom numeric unit to which axis gridlines should be aligned.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
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 |
|
Remarks
This setting is in effect if the NumericScaleOptions.GridAlignment property is set to Custom.
See Also