Range Column charts are same as column charts except that there are two y values (low and high) because of which columns are floating instead of being attached to a base like in case of regular column charts. These charts are mainly useful in cases where we want to show change in value within a range like high and low temperature in a day, etc.
Cannot be combined with: Doughnut, Pie, Bar, Stacked Bar charts.
Applies To | Attribute | Type | Default | Options/Examples |
---|---|---|---|---|
dataSeries | bevelEnabled | Boolean | false | true,false |
dataSeries | fillOpacity | Number | 1 | .2,.3 etc. |
4 Comments
I need an example of Range Column Charts With asp.net and sql server 2008.
I hope you can help me
Jhan,
We don’t have an example for rangeColumn chart itself. But you can refer to this ASP.net example and customize according to your requirement.
Hi! Is there a way to put different markers on top and bottom of range columns? Usual ‘markerType’ doesn’t seem to work. Thanks!
It is not possible in Column/Bar charts. markerType is supported only on Area and Line Charts.