DXHintStyle Class
The Cartesian Chart hint’s appearance settings storage.
Declaration
@interface DXHintStyle: DXHintStyleBase
Remarks
The following image highlights the hint style parameters:
Inheritance
NSObject
DXChartElementStyle
DXHintStyleBase
DXHintStyle
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. |