No chart display at runtime after chart created at design
Posted: Fri Nov 11, 2016 4:02 pm
Environment: Windows 7 - VS2013 - Visual C# - .NET Framework 4.6.1 - Windows Forms Application with TeeChartNET2015_4.1.2015.12160
What I did:
1. Put a TChart component on Form1
2. Add a Bar Series with Data Source specified as 'Random'
The design time screen in IDE shows chart with 6 bars.
When I click 'Start' button on IDE screen, the runtime screen shows a form with blank TeeChart; no bar shows up.
Is this normal? I know if I add codes to initialize the chart I can get the 6 bars shown in runtime screen. But without codes should the 6 bars also show up when bar series is defined at design time only?
Thanks.
What I did:
1. Put a TChart component on Form1
2. Add a Bar Series with Data Source specified as 'Random'
The design time screen in IDE shows chart with 6 bars.
When I click 'Start' button on IDE screen, the runtime screen shows a form with blank TeeChart; no bar shows up.
Is this normal? I know if I add codes to initialize the chart I can get the 6 bars shown in runtime screen. But without codes should the 6 bars also show up when bar series is defined at design time only?
Thanks.