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.v21.1.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

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 default behavior determined by the control’s logic.

See Also