Legend.CrosshairContentOffset Property
The offset between default legend item’s content and the Crosshair Cursor’s legend content.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public int CrosshairContentOffset { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The offset in pixels. |
See Also