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