Skip to content

Commit

Permalink
Added NONE to LegendPosition
Browse files Browse the repository at this point in the history
Added NONE to LegendPosition, useful to hide Legend in certain cases
  • Loading branch information
vicktor committed Oct 21, 2014
1 parent a7a3498 commit bf609b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class Legend {

public enum LegendPosition {
RIGHT_OF_CHART, RIGHT_OF_CHART_CENTER, BELOW_CHART_LEFT, BELOW_CHART_RIGHT, BELOW_CHART_CENTER, PIECHART_CENTER
RIGHT_OF_CHART, RIGHT_OF_CHART_CENTER, BELOW_CHART_LEFT, BELOW_CHART_RIGHT, BELOW_CHART_CENTER, PIECHART_CENTER, NONE
}

public enum LegendForm {
Expand Down

0 comments on commit bf609b8

Please sign in to comment.