Hi,
I configured heatmap color bar to display from green to brown, bottom to top. The attached screenshot shows how it looks in the preview.
However when I generate the report on my website the color bar is reversed.
I tried changing the direction in code but this didn't work :
var chart = report.CompiledReport.Pages[0].Components["Chart1"] as StiChart;
if (chart != null && chart.Legend != null)
{
chart.Legend.Direction = StiLegendDirection.BottomToTop;
}
Does anyone know how I can change the direction of the color bar so that it will be 'correct' on my website? Do I need to change Legend or Series?
Appreciate any help!
HeatMap color bar is reversed
HeatMap color bar is reversed
- Attachments
-
- mrt.txt
- (9.17 KiB) Downloaded 18 times
-
- website.PNG (87.16 KiB) Viewed 155 times
-
- preview1.PNG (747.29 KiB) Viewed 155 times
-
- Posts: 7287
- Joined: Tue Mar 20, 2018 5:34 am
Re: HeatMap color bar is reversed
Hello,
Please send us a sample report with test data that reproduces the issue for analysis.
Thank you.
Please send us a sample report with test data that reproduces the issue for analysis.
Thank you.