Standalone Chart Wizard
Standalone Chart Wizard
Hello,
we would like to use your chart interface for creation of simple charts over our DataGrid... Is possible to create base StiReport with DataSource and blank StiPage in runtime and than call on this StiReport your ChartWizard without showing StiDesigner?
Thank you!
we would like to use your chart interface for creation of simple charts over our DataGrid... Is possible to create base StiReport with DataSource and blank StiPage in runtime and than call on this StiReport your ChartWizard without showing StiDesigner?
Thank you!
Standalone Chart Wizard
Hello Lukas,
You can use following code:
Thank you.
You can use following code:
Code: Select all
Stimulsoft.Report.Design.Wizards.StiChartWizardService wizard = new Stimulsoft.Report.Design.Wizards.StiChartWizardService();
report = wizard.CreateReport(report);
Standalone Chart Wizard
Great Jan! Thank you...
... and is possible to call editation of any chart in the report? .... for example, if I finish all steps in wizard, click finish and than I decide to edit this created chart...
... and is possible to call editation of any chart in the report? .... for example, if I finish all steps in wizard, click finish and than I decide to edit this created chart...
Standalone Chart Wizard
Hello Lukas,
You mean SeriesEditor of chart?
Thank you.
You mean SeriesEditor of chart?
Thank you.
Standalone Chart Wizard
Yes Jan, SeriesEditor...
Standalone Chart Wizard
Thank you Jan, I have it... StiSeriesEditorWindow...
Have a nice day!
Have a nice day!
Standalone Chart Wizard
Hello,
We are always glad to help you!
Let us know if you need any additional help.
Thank you.
We are always glad to help you!
Let us know if you need any additional help.
Thank you.