Volume Series Drawing tiny boxes with Prices Everywhere --

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
jzarech
Newbie
Newbie
Posts: 54
Joined: Mon Jul 07, 2008 12:00 am

Volume Series Drawing tiny boxes with Prices Everywhere --

Post by jzarech » Sun May 26, 2024 5:25 am

I created an app that makes a chart with a volume series then I writes it out to a file.
It works fine in a Winforms test app.
But when I move it to an Asp.Net page the chart is printing hundreds of tiny prices all over the chart.
I'm not sure how to turn it off.
I'm sure I can figure it out eventually --
But if anyone knows I'd appreciate it.

Thanks,
ja
DataLabelsEverywhere.jpg
DataLabelsEverywhere.jpg (144.21 KiB) Viewed 552 times

jzarech
Newbie
Newbie
Posts: 54
Joined: Mon Jul 07, 2008 12:00 am

Re: Volume Series Drawing tiny boxes with Prices Everywhere --

Post by jzarech » Sun May 26, 2024 5:40 am

Figured it out - volumeJA.Marks.Visible = false;
Series.Marks.Visible = false fixed it.
Thanks.
ja

Post Reply