LegendModel.CrosshairContentOffset Property
Gets or sets the Legend.CrosshairContentOffset property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.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