objective c - Y axis starting point -
is possible set 0 point of graph above x axis labels when autoscaleyaxis set yes?
i implemented basevalueforyaxisonlinegraph tells point y labels should start.
this make 0 value on x labels.
- (cgfloat) staticpaddingforlinegraph:(bemsimplelinegraphview * __nonnull)graph{ return 28; }
if have bezier curves set yes line delimits top , bottom part of graph sometime goes on x axis labels.
Comments
Post a Comment