Hi,
I am using single column series to draw a chart.
Now my requirement is, i want to display red color column series for negative value and green color column series for positive value.
So, Is it possible to implement multiple color to a single column series ?
Please give me some suggestion.
Thanx
Thanx Darell..
If you are using the IGColumnSeries in the IGChartView then you would be unable to have a different brush for negative and positive values. However in our 13.2 release we released the IGSparklineView. This control has a view types (column being one of them) that does support a .negativeBrush along with a .brush for positive values. You might want to check out that control.