Page 1 of 1

Line Chart rendering

Posted: Fri Feb 03, 2023 3:20 am
by 15695007
Hello:
I've got a question, That's how to realization the Million-level line chat drawing, capable of rendering points as specified marks, such as dots, small squares, etc

Re: Line Chart rendering

Posted: Mon Feb 06, 2023 9:04 am
by Christopher
Hello,
coldwind wrote:
Fri Feb 03, 2023 3:20 am
I've got a question, That's how to realization the Million-level line chat drawing, capable of rendering points as specified marks, such as dots, small squares, etc
I'm afraid I don't understand your requirement here—could you please be more specific? Please be aware that we have a large, single demo app which showcases most of TeeChart's functionality here (for .NET 6.0) and here (for .NET Framework 4.0)—maybe these examples can help you specify what you're looking for.

Re: Line Chart rendering

Posted: Tue Feb 07, 2023 1:31 am
by 15695007
Christopher wrote:
Mon Feb 06, 2023 9:04 am
Hello,
coldwind wrote:
Fri Feb 03, 2023 3:20 am
I've got a question, That's how to realization the Million-level line chat drawing, capable of rendering points as specified marks, such as dots, small squares, etc
I'm afraid I don't understand your requirement here—could you please be more specific? Please be aware that we have a large, single demo app which showcases most of TeeChart's functionality here (for .NET 6.0) and here (for .NET Framework 4.0)—maybe these examples can help you specify what you're looking for.
For example:
I've five million points. While ensuring performance,how to render into a line chart with points.

Re: Line Chart rendering

Posted: Wed Feb 08, 2023 8:50 am
by Christopher
Hello,
coldwind wrote:
Tue Feb 07, 2023 1:31 am
For example:
I've five million points. While ensuring performance,how to render into a line chart with points.
In that case, with reference to the two examples I pointed you to in my last post, you should look a the DownSampling function:
Screenshot from 2023-02-08 09-48-31.png
Screenshot from 2023-02-08 09-48-31.png (214.27 KiB) Viewed 3527 times