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

LegendModel.CrosshairContentOffset Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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