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

DXHintStyle Class

The Cartesian Chart hint’s appearance settings storage.

Declaration

@interface DXHintStyle: DXHintStyleBase

Remarks

The following image highlights the hint style parameters:

Style parameters

Inheritance

Properties

argumentLineStyle Property

Gets or sets options that configure argument line appearance.

Declaration

@property (readwrite, nullable) DXCrosshairLineStyle *argumentLineStyle

Property Value

Type Description
DXCrosshairLineStyle *

The DXCrosshairLineStyle object that stores argument line appearance settings.

itemsIndent Property

Gets or sets the indent between Crosshair Label items.

Declaration

@property (readwrite) CGFloat itemsIndent

Property Value

Type Description
CGFloat

The indent between Crosshair Label items, in screen points.

valueLineStyle Property

Gets or sets options that configures value line appearance.

Declaration

@property (readwrite, nullable) DXCrosshairLineStyle *valueLineStyle

Property Value

Type Description
DXCrosshairLineStyle *

The DXCrosshairLineStyle object that stores value line appearance settings.