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.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

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

Property Value

Type Description
Int32

The offset in pixels.

See Also