ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Area Line Chart Legend grayed out when any value if negative
Posted by Dharm on Mar-08-2023 01:34
Hi Team,

I am using Area Line chart and adding Legend box using

c.addLegend() method, I have set line and solid area data points, when either one data point value goes negative legend text color is changed to grayed(kind of blur).

How I can stop that?

Thanks,
Dharm

  Re: Area Line Chart Legend grayed out when any value if negative
Posted by Peter Kwan on Mar-08-2023 09:26
Attachments:
Hi Dharm,

I started from the Area Line Chart sample code:

https://www.advsofteng.com/doc/cdnet.htm#arealine.htm

I modified the random number generator in the code so that the data contained both positive and negative values. The legend box appeared normally in my case. See attached image.

Is it possible to modify the sample code to reproduce the problem you see?

Best Regards
Peter Kwan
arealine.png