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
Volume Series Drawing tiny boxes with Prices Everywhere --
Re: Volume Series Drawing tiny boxes with Prices Everywhere --
Figured it out - volumeJA.Marks.Visible = false;
Series.Marks.Visible = false fixed it.
Thanks.
ja
Series.Marks.Visible = false fixed it.
Thanks.
ja