Skip to main content

Legend.CrosshairContentOffset Property

The offset between default legend item’s content and the Crosshair Cursor’s legend content.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int CrosshairContentOffset { get; set; }

Property Value

Type Description
Int32

The offset in pixels.

See Also