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

DXAxisHintOptions Class

The axis hint options storage.

Declaration

@interface DXAxisHintOptions

Remarks

A DXAxisBase class descendant object uses an instance of this class to configure how the Crosshair cursor interacts with an axis.

Properties

labelHidden Property

Gets or sets a value indicating whether the Crosshair Cursor’s axis label is hidden on the axis to which the options belong.

Declaration

@property (readwrite) BOOL labelHidden

Property Value

Type Description
BOOL

YES if the Crosshair Cursor axis label is hidden; otherwise NO.

lineHidden Property

Gets or sets a value indicating whether the Crosshair Cursor’s line to the axis to which the options belong is hidden.

Declaration

@property (readwrite) BOOL lineHidden

Property Value

Type Description
BOOL

YES if the Crosshair Cursor line is hidden; otherwise NO.