google-code-export / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

API for changing bar chart orientation #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Expose the bar chart orientation through an API.

Original issue reported on code.google.com by Lars.Grammel on 24 Jan 2011 at 1:21

GoogleCodeExporter commented 9 years ago
Here is an example how this can be used:

       view.getViewContentDisplay().setPropertyValue(
               BarChartVisualization.LAYOUT_PROPERTY, LayoutType.VERTICAL);

Original comment by Lars.Grammel on 24 Jan 2011 at 2:09