Talk:User Groups
From OpenLaszlo
Hello everybody,
I want to use bar charts for my project.
My dataset is like this.
<dataset name="mydataset"> <record x="50" y="100" z="200"> </dataset>
Now I needs to represent bar chart which contains 3 bars for above 3 attributes . I want bars to be displayed vertically instead of horizontal. I don't know how to use barchart class effecively if we have only one record. In Every example given uses more than one records in dataset so how to write code if we have only one record.

