Does LegendAreaProperties.COLUMNS_AS_MANY_AS_NEEDED and
COLUMNS_FIT_TO_IMAGE work? If so, how? I tried to put them into legend
properties like this:
legendProperties.setPlacement( LegendAreaProperties.LEFT );
legendProperties.setNumColumns(LegendAreaProperties.COLUMNS_AS_MANY_AS_NEEDED
);
I did this with an axis graph, but get no legend at all. Are they coded for?
Chris
|