NChartValueAxisDelegate Protocol Reference

Conforms to NSObject
Declared in NChartValueAxis.h

Overview

The NChartValueAxisDelegate protocol provides methods to handle user interactions with value axis.

– valueAxisDelegateTickTappedWithText:value:ofAxis:

Handle tick label tap.

- (void)valueAxisDelegateTickTappedWithText:(NSString *)text value:(double)value ofAxis:(NChartValueAxis *)axis

Parameters

text
  • string representation of the tick (that is shown on the chart).
value
  • value of the tapped tick (the actual number behind the string).
axis
  • axis the tapped tick belongs to.

Declared In

NChartValueAxis.h