Sets the properties of the PieOtherSlice Legend.
Example This sample shows how to use PieOtherSlice Legend:
prepare "Other" to group values below 10
pie1.getOtherSlice().setStyle(PieOtherStyles.BELOWVALUE);
pie1.getOtherSlice().setValue(10);
pie1.getOtherSlice().setText("Other");
pie1.getOtherSlice().getLegend().setVisible( true );
pie1.getOtherSlice().getLegend().setCustomPosition( true );
pie1.getOtherSlice().getLegend().setLeft( 350 );
pie1.getOtherSlice().getLegend().setTop( 150 );
Tags: