Update: CorePlot 0.4 has the CPTLegend class:
_graph.legend = [CPTLegend legendWithGraph:_graph]; _graph.legend.textStyle = x.titleTextStyle; _graph.legend.fill = [CPTFill fillWithColor:[CPTColor darkGrayColor]]; _graph.legend.borderLineStyle = x.axisLineStyle; _graph.legend.cornerRadius = 5.0; _graph.legend.swatchSize = CGSizeMake(25.0, 25.0); _graph.legendAnchor = CPTRectAnchorBottom; _graph.legendDisplacement = CGPointMake(0.0, 12.0);
See CorePlot_0.4 / Source / examples / CorePlotGallery / src / plot / SimpleScatterPlot.m.
Colin
source share