DXHintInfo Class
Stores information about the displayed hint.
Declaration
@interface DXHintInfo
Properties
screenPoint Property
Returns the screen point where the end-user’s finger is.
Declaration
@property (readonly) CGPoint screenPoint
Property Value
Type | Description |
---|---|
CGPoint | The screen point where the end user’s finger is. |
seriesPointInfos Property
Returns information about series points the hint displays.
Declaration
@property (readonly, copy) NSArray<DXSeriesPointInfo*> *seriesPointInfos
Property Value
Type | Description |
---|---|
NSArray<DXSeriesPointInfo *> * | The array of DXSeriesPointInfo objects that store information about series points the hint displays. |