Skip to main content
A newer version of this page is available. .

NumericScaleOptions.CustomGridAlignment Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

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:

Show 24 property paths
Object Type Path to CustomGridAlignment
Axis
.NumericScaleOptions.CustomGridAlignment
Axis2D
.NumericScaleOptions.CustomGridAlignment
Axis3D
.NumericScaleOptions.CustomGridAlignment
AxisBase
.NumericScaleOptions.CustomGridAlignment
AxisX
.NumericScaleOptions.CustomGridAlignment
AxisX3D
.NumericScaleOptions.CustomGridAlignment
AxisXBase
.NumericScaleOptions.CustomGridAlignment
AxisY
.NumericScaleOptions.CustomGridAlignment
AxisY3D
.NumericScaleOptions.CustomGridAlignment
AxisYBase
.NumericScaleOptions.CustomGridAlignment
GanttAxisX
.NumericScaleOptions.CustomGridAlignment
PolarAxisX
.NumericScaleOptions.CustomGridAlignment
RadarAxis
.NumericScaleOptions.CustomGridAlignment
RadarAxisX
.NumericScaleOptions.CustomGridAlignment
RadarAxisY
.NumericScaleOptions.CustomGridAlignment
SecondaryAxisX
.NumericScaleOptions.CustomGridAlignment
SecondaryAxisY
.NumericScaleOptions.CustomGridAlignment
SwiftPlotDiagramAxis
.NumericScaleOptions.CustomGridAlignment
SwiftPlotDiagramAxisX
.NumericScaleOptions.CustomGridAlignment
SwiftPlotDiagramAxisXBase
.NumericScaleOptions.CustomGridAlignment
SwiftPlotDiagramAxisY
.NumericScaleOptions.CustomGridAlignment
SwiftPlotDiagramAxisYBase
.NumericScaleOptions.CustomGridAlignment
SwiftPlotDiagramSecondaryAxisX
.NumericScaleOptions.CustomGridAlignment
SwiftPlotDiagramSecondaryAxisY
.NumericScaleOptions.CustomGridAlignment

Remarks

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

See Also