Skip to main content

LegendModel.CrosshairContentOffset Property

Gets or sets the Legend.CrosshairContentOffset property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public int CrosshairContentOffset { get; set; }

Property Value

Type Description
Int32

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

See Also