XuniHitTester Class Reference

Inherits from NSObject
Declared in HitTester.h

Overview

XuniHitTester.

– add:seriesIndex:

Put the area and the index of series together.

- (void)add:(NSObject<IXuniHitArea> *)area seriesIndex:(int)seriesIndex

Parameters

area

the area about the chart.

seriesIndex

the index of series.

Discussion

Put the area and the index of series together.

Declared In

HitTester.h

– clear

Clear some objects.

- (void)clear

Discussion

Clear some objects.

Declared In

HitTester.h

– hitTest:

Gets the result after hit the area.

- (XuniHitResult *)hitTest:(XuniPoint *)point

Parameters

point

the point in control coordinates that this HitTestInfo refers to.

Return Value

return the result after hit the area.

Discussion

Gets the result after hit the area.

Declared In

HitTester.h

– hitTestSeries:seriesIndex:

Gets the result after hit the series.

- (XuniHitResult *)hitTestSeries:(XuniPoint *)point seriesIndex:(int)seriesIndex

Parameters

point

the point in control coordinates that this HitTestInfo refers to.

seriesIndex

the index of the series.

Return Value

return the result after hit the series.

Discussion

Gets the result after hit the series.

Declared In

HitTester.h

– getHitTesterMap

@exclude.

- (NSMutableDictionary *)getHitTesterMap

Discussion

@exclude.

Declared In

HitTester.h