divyavamsee / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Group labels for an axis into a group #414

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's currently very difficult to insert a layer above the plots but below the 
labels (e.g. to provide a permanent background to an axis) because all labels 
from all axes are added to one axis label group (CPTAxisLabelGroup) in the plot 
area (CPTPlotArea) of the graph (CPTGraph). I've made some changes to the 
structure of CPTAxis such that each axis has it's own axis label group, which 
it adds as a sublayer of the plot area's axis label group.

Changes are here:

http://code.google.com/r/elliot-core-plot-amends/source/detail?r=fa9125f76580d9b
da7c8da0dcba890b18e0ff2c8

Original issue reported on code.google.com by elliot@emdentec.com on 28 Mar 2012 at 2:54

GoogleCodeExporter commented 9 years ago
Have you looked at the topDownLayerOrder plot area property? You can use it to 
change the layering order of the major graph pieces, including the axis labels.

Original comment by eskr...@mac.com on 2 May 2012 at 12:29

GoogleCodeExporter commented 9 years ago

Original comment by eskr...@mac.com on 3 Jul 2013 at 1:24