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 |
|
---|---|
value |
|
axis |
|
Declared In
NChartValueAxis.h