Mac Cocoa |
Author |
Message |
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Sun Jan 14, 2018 5:56 pm Post subject: Core Plot |
|
|
so - Core Plot: Two plots sharing the same x axis
"I am trying to set up two charts similar to the AAPlot sample provided with
Core Plot. It basically consists of a stock chart, which is shown almost correctly
and a second chart (volume chart), which should be placed directly below the
stock chart. Both charts should share the same x axis." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Sat Jan 20, 2018 1:29 am Post subject: |
|
|
so - Multiple y axes with custom label in core plot
graph.axisSet.axes = [NSArray arrayWithObjects:x, y, y2, nil];
"In above image y2 axis label not showing. How to set y2 axis label with custom label" |
|
Back to top |
|
|
|