I have a graph with the Y and X axes drawn on the default graphics space along with the main plot, and then I have separate plot spaces for auxiliary graphs, each with its own Y-axes (the X axis is the same for all sections).
I am implementing buttons to turn auxiliary graphs on and off, and I would like this to include basically the entire plot space (graph, user y axis and labels for the user y axis). It seems that there is no “hidden” property for the plot space, and all hard plot and axis have “hidden” properties, setting them to “YES” so that they display axis labels.
- What is the best way to completely hide the plot space contents without causing more redrawing than necessary?
I suggest that one way would be to completely remove the graph and the graph from the graph, but this seems unintuitive.
ios core-plot
Setomidor
source share