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

SeriesBaseModel.CrosshairEnabled Property

Gets or sets the value of the SeriesBase.CrosshairEnabled within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public DefaultBoolean CrosshairEnabled { get; set; }

Property Value

Type Description
DefaultBoolean

Default

The CrosshairEnabled property value is obtained from the parent chart property.

True

The crosshair cursor is enabled for the series.

False

The crosshair cursor is disabled for the series.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also