Search found 3 matches
- Fri Oct 28, 2022 5:39 am
- Forum: .NET
- Topic: Text in the legend is getting cut
- Replies: 1
- Views: 3787
Text in the legend is getting cut
Hi. We are using Teechart .Net 2009 for a line chart. In a line chart, we are using data table for data binding. Sample codes: // Databinding this.scalarChart.Series[seriesNumber].DataSource = dtChartData; this.scalarChart.Series[seriesNumber].XValues.DataMember = dtChartData.Columns[1].ColumnName; ...
- Fri Oct 28, 2022 5:23 am
- Forum: .NET
- Topic: Unable to save design view in Visualstudio when the teechart control is placed...
- Replies: 2
- Views: 4425
Re: Unable to save design view in Visualstudio when the teechart control is placed...
Thanks Christopher. The reference thread given by you has helped me to solve the problem.
- Fri Oct 07, 2022 4:32 am
- Forum: .NET
- Topic: Unable to save design view in Visualstudio when the teechart control is placed...
- Replies: 2
- Views: 4425
Unable to save design view in Visualstudio when the teechart control is placed...
Hello, We are using TeeChart for .Net 2009 version for Windows Applications. Things were working fine so far, but recently getting error in Visual Studio when any changes made in tee chart control properties in a Windows Form in design time and saved. Attached is the error message for your reference...