How to create a chart at runtime?
Posted: Tue Jun 26, 2007 4:18 am
I have created Text Report at run time using build Report Sample ? But how should i create a chart at run time ? Can u provide me sample Application?
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
Dim Chart1 As StiChart = New Stimulsoft.Report.Chart.StiChart
Chart1.ClientRectangle = New Stimulsoft.Base.Drawing.RectangleD(1.2, 0.8, 16.6, 15.4)
Chart1.Name = "Chart1"
...
report.Pages[0].Components.Add(Chart1)