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