Back to Devexpress

ContinuousNumericScaleOptions.GridOffset Property

wpf-devexpress-dot-xpf-dot-charts-dot-continuousnumericscaleoptions-e9e87968.md

latest2.2 KB
Original Source

ContinuousNumericScaleOptions.GridOffset Property

Gets or sets the offset of grid lines.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
Double

A Double value which specifies the grid offset.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to GridOffset
AxisY2D

.NumericScaleOptions .GridOffset

| | AxisY3D |

.NumericScaleOptions .GridOffset

| | CircularAxisY2D |

.NumericScaleOptions .GridOffset

| | ZAxis3D |

.NumericScaleOptions .GridOffset

|

Remarks

By default, the ContinuousNumericScaleOptions.AutoGrid is true , and the GridOffset is set automatically. If you wish to change the grid offset, specify the GridOffset property value.

See Also

ContinuousNumericScaleOptions Class

ContinuousNumericScaleOptions Members

DevExpress.Xpf.Charts Namespace