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

DXHintStyleBase Class

The base class for all hint styles.

Declaration

@interface DXHintStyleBase: DXChartElementStyle

Inheritance

NSObject
DXChartElementStyle
DXHintStyleBase

Properties

backgroundColor Property

Gets or sets the hint label’s background color.

Declaration

@property (readwrite, nullable) UIColor *backgroundColor

Property Value

Type Description
UIColor *

The UIColor object that specifies the hint label’s background color.

markerSize Property

Gets or sets the hint’s marker size.

Declaration

@property (readwrite) CGFloat markerSize

Property Value

Type Description
CGFloat

The hint’s marker size, in screen points.

padding Property

Gets or sets the hint’s label padding.

Declaration

@property (readwrite) UIEdgeInsets padding

Property Value

Type Description
UIEdgeInsets

The UIEdgeInsets object that specifies the hint’s label padding, in screen points.

textIndent Property

Gets or sets the indent between a hint marker and text.

Declaration

@property (readwrite) CGFloat textIndent

Property Value

Type Description
CGFloat

The indent between a hint marker and text, in screen points.

textStyle Property

Gets or sets the hint label’s text appearance settings.

Declaration

@property (readwrite, nullable) DXTextStyle *textStyle

Property Value

Type Description
DXTextStyle *

The hint label’s text appearance settings storage.

Remarks

Set this property to nil to reset the default test appearance.