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

DXSeriesCrosshairOptions Class

The series’s Crosshair options storage.

Declaration

@interface DXSeriesCrosshairOptions: DXSeriesHintOptions

Remarks

Provides settings that configure how the Crosshair Cursor interacts with a series. For example, these options can hide the Crosshair cursor’s value line or the value label.

Inheritance

NSObject

Properties

axisLabelHidden Property

Gets or sets a value indicating whether the series’ value axis label is hidden.

Declaration

@property (readwrite) BOOL axisLabelHidden

Property Value

Type Description
BOOL

YES if the series’ axis label is hidden; otherwise NO.

axisLineHidden Property

Gets or sets a value indicating whether the series’ value axis line is hidden.

Declaration

@property (readwrite) BOOL axisLineHidden

Property Value

Type Description
BOOL

YES if the series’ axis line is hidden; otherwise NO.

showInLabel Property

Gets or sets a value indicating whether the Crosshair Label should display a series item.

Declaration

@property (readwrite) BOOL showInLabel

Property Value

Type Description
BOOL

YES if the Crosshair Label should display a series item; otherwise NO.