DXSeriesHintOptions Class
The series’s tooltip options storage.
Declaration
@interface DXSeriesHintOptions: DXSeriesHintOptionsBase
Remarks
A DXSeries descendant class object uses an instance of this class to configure how the tooltip interacts with a series. For example, these options configure a point’s hint text pattern or disable hint for a series.
Note that the DXSeriesCrosshairOptions class extends this class and provides settings that configure how the Crosshair Cursor interacts with a series.
Inheritance
NSObject
DXSeriesHintOptionsBase
DXSeriesHintOptions
Properties
seriesTextPattern Property
Gets or sets the text pattern that specifies the hint text for a series’ hint.
Declaration
@property (readwrite, nullable) NSString *seriesTextPattern
Property Value
Type | Description |
---|---|
NSString * | The text pattern that specifies the hint text for a series’ hint. |
Remarks
The following placeholders are available for a tooltip’s text pattern:
Placeholder | Description |
---|---|
{S} | Displays a series name. |