Back to Devexpress

ContinuousDateTimeScaleOptions.GridOffset Property

wpf-devexpress-dot-xpf-dot-charts-dot-continuousdatetimescaleoptions-77ffdd5e.md

latest2.1 KB
Original Source

ContinuousDateTimeScaleOptions.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

.DateTimeScaleOptions .GridOffset

| | AxisY3D |

.DateTimeScaleOptions .GridOffset

| | CircularAxisY2D |

.DateTimeScaleOptions .GridOffset

|

Remarks

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

See Also

ContinuousDateTimeScaleOptions Class

ContinuousDateTimeScaleOptions Members

DevExpress.Xpf.Charts Namespace