Back to Devexpress

NumericScaleOptions.CustomGridAlignment Property

corelibraries-devexpress-dot-xtracharts-dot-numericscaleoptions-28cc2843.md

latest1.7 KB
Original Source

NumericScaleOptions.CustomGridAlignment Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public double CustomGridAlignment { get; set; }
vb
Public Property CustomGridAlignment As Double

Property Value

TypeDescription
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 TypePath to CustomGridAlignment
AxisBase

.NumericScaleOptions .CustomGridAlignment

|

Remarks

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

See Also

NumericScaleOptions Class

NumericScaleOptions Members

DevExpress.XtraCharts Namespace