Chart creating dynamically. in .net, c#

前端 未结 5 1190
野性不改
野性不改 2020-12-07 20:32

Does anybody have some experience working with charts in .NET? Specially I want to create them programmatically.

using System;
using System.Coll         


        
5条回答
  •  伪装坚强ぢ
    2020-12-07 21:35

    Microsoft has a nice chart control. Download it here. Great video on this here. Example code is here. Happy coding!

提交回复
热议问题