The <ValueAxisCustomLabelFormatter> protocol is used to work with custom format of axis label.
<NSObject>
<ValueAxisCustomLabelFormatter>
textLabelForValue:value:. Labels axis values.
- (NSString)textLabelForValue:(double)value;
Value. Value that should be labeled.
See also:
Protocols