Search found 1 match
- Thu Jun 05, 2014 9:07 am
- Forum: .NET
- Topic: Area series with color crashes when legend is invisible
- Replies: 1
- Views: 3688
Area series with color crashes when legend is invisible
I have TeeChart 4.1.2013.11082 for .Net WinForms. When I want to use Area series with my own color on chart with hidden legend then it crashes with NullReferenceException. Code to reproduce issue: private void Form1_Load(object sender, EventArgs e) { TChart chart = new TChart(); chart.Parent = this;...