I am making graph in objective-c by using core-plot library. I am using yAxis.labelPolicy = CPTAxisLabelingPolicyAutomatic but it only showing the y-axis major ticks not showing values on minor ticks! How can I make minor ticks values visible ?
0
votes
1 Answers
0
votes
Set the minorTickLabelFormatter to an NSNumberFormatter object. This is identical to the labelFormatter property, except that it specifies the format for the labels on the minor tick marks. Use the minorTickLabelTextStyle to control the text style of the labels.