Back to Devexpress

ContinuousTimeSpanScaleOptions.GridOffset Property

wpf-devexpress-dot-xpf-dot-charts-dot-continuoustimespanscaleoptions-13198c41.md

latest1.9 KB
Original Source

ContinuousTimeSpanScaleOptions.GridOffset Property

Gets or sets the offset of grid lines and axis labels.

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

The value that specifies a grid offset in milliseconds.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to GridOffset
AxisY2D

.TimeSpanScaleOptions .GridOffset

| | AxisY3D |

.TimeSpanScaleOptions .GridOffset

| | CircularAxisY2D |

.TimeSpanScaleOptions .GridOffset

|

See Also

ContinuousTimeSpanScaleOptions Class

ContinuousTimeSpanScaleOptions Members

DevExpress.Xpf.Charts Namespace