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

SeriesBaseModel.CrosshairTextOptions Property

Returns the model of the Crosshair cursor options of the modeled series view.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public TextOptionsModel CrosshairTextOptions { get; }

Property Value

Type Description
TextOptionsModel

The model of the Crosshair cursor options

See Also