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

ContinuousNumericScaleOptions.GridOffset Property

Gets or sets the offset of grid lines.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public double GridOffset { get; set; }

Property Value

Type Description
Double

A Double value which specifies the grid offset.

Property Paths

You can access this nested property as listed below:

Object Type Path to GridOffset
AxisY2D
.NumericScaleOptions.GridOffset
AxisY3D
.NumericScaleOptions.GridOffset
CircularAxisY2D
.NumericScaleOptions.GridOffset
PolarAxisY2D
.NumericScaleOptions.GridOffset
RadarAxisY2D
.NumericScaleOptions.GridOffset
SecondaryAxisY2D
.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