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

Legend.CrosshairContentOffset Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

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

Property Value

Type Description
Int32

The offset in pixels.

See Also