Back to Devexpress

Legend.CrosshairContentOffset Property

corelibraries-devexpress-dot-xtracharts-dot-legend-2a3e6ea3.md

latest1.2 KB
Original Source

Legend.CrosshairContentOffset Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int CrosshairContentOffset { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property CrosshairContentOffset As Integer

Property Value

TypeDescription
Int32

The offset in pixels.

|

See Also

Legend Class

Legend Members

DevExpress.XtraCharts Namespace