ChartModel.CrosshairOptions Property
Returns the model of Crosshair cursor options of the modeled chart.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public CrosshairOptionsModel CrosshairOptions { get; }
Property Value
Type | Description |
---|---|
CrosshairOptionsModel | The model of Crosshair cursor options. |
See Also