Skip to main content

CrosshairLabelPosition.OffsetY Property

Gets or sets the vertical offset.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraSerializableProperty]
public int OffsetY { get; set; }

Property Value

Type Description
Int32

An integer value that is the Y-offset.

See Also