klauslanza

Update PNLineChart.h

@@ -66,6 +66,11 @@ @@ -66,6 +66,11 @@
66 */ 66 */
67 @property (nonatomic, strong) NSString *yLabelFormat; 67 @property (nonatomic, strong) NSString *yLabelFormat;
68 68
  69 +/**
  70 + * Block formatter for custom string in y-axis labels. If not set, defaults to yLabelFormat
  71 + */
  72 +@property (nonatomic, copy) NSString* (^yLabelBlockFormatter)(CGFloat);
  73 +
69 - (void)setXLabels:(NSArray *)xLabels withWidth:(CGFloat)width; 74 - (void)setXLabels:(NSArray *)xLabels withWidth:(CGFloat)width;
70 75
71 /** 76 /**