|
Color of numbers above bars |
Posted by ram9 on Apr-01-2024 13:31 |
|
https://www.advsofteng.com/doc/cdnet.htm#multicylinder.htm
How to add digital values to the bars above on the histogram from the link above, and so that the color of the numbers matches the color of the bars. Preferably on VB.NET. |
Re: Color of numbers above bars |
Posted by Peter Kwan on Apr-01-2024 15:08 |
|
Hi ram9.
I added the following line in the code to obtain the attached chart. Is this what you need?
layer.setAggregateLabelStyle("Arial Bold", 8, Chart.SameAsMainColor).setFontAngle(90)
Best Regards
Peter Kwan
|
Re: Color of numbers above bars |
Posted by ram9 on Apr-02-2024 06:11 |
|
Yes, thank you, kisses |
|