Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
PNChart
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
klauslanza
2015-05-31 11:03:21 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a8305739f768c82f826d5679a2ab2f6abddfcb1a
a8305739
1 parent
634cbf62
Update PNLineChart.h
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
PNChart/PNLineChart.h
PNChart/PNLineChart.h
View file @
a830573
...
...
@@ -66,6 +66,11 @@
*/
@property
(
nonatomic
,
strong
)
NSString
*
yLabelFormat
;
/**
* Block formatter for custom string in y-axis labels. If not set, defaults to yLabelFormat
*/
@property
(
nonatomic
,
copy
)
NSString
*
(
^
yLabelBlockFormatter
)(
CGFloat
);
-
(
void
)
setXLabels
:(
NSArray
*
)
xLabels
withWidth
:(
CGFloat
)
width
;
/**
...
...
Please
register
or
login
to post a comment