siva prakashmahendran wrote:I need to calculate percentage relative to a particular bar within the series in bar chart
Could any one help me out
Please TellTheDetails. What framework/api do you use to display the bar chart?
In general, if you know the value and the maxValue of a bar, the percentage can be easily calculated by using an expression like...
(value*100)/maxValue