BTW. Side stacking of 3D bars has the same problems (with right face):
Search found 7 matches
- Fri Oct 16, 2020 7:25 am
- Forum: .NET
- Topic: BarSeries.Clicked() is not working correctly when stacking in 3D (.NET Framework 4.8 WinForms)
- Replies: 6
- Views: 16563
- Fri Oct 16, 2020 6:57 am
- Forum: .NET
- Topic: BarSeries.Clicked() is not working correctly when stacking in 3D (.NET Framework 4.8 WinForms)
- Replies: 6
- Views: 16563
BarSeries.Clicked() is not working correctly when stacking in 3D (.NET Framework 4.8 WinForms)
Hello. I have .NET Framework 4.8 WinForms application and a chart with 4 stacking 3D bars. I use the following code to show a tooltip then cursor is above any bar point: private void tChart1_MouseMove(object sender, MouseEventArgs e) { Int32 clickedPointIndex = -1, clickedSeriesIndex = -1; var chart...
- Fri Oct 16, 2020 6:21 am
- Forum: .NET
- Topic: TeeChart controls are not populated to VS Toolbox (.NET Framework WinForms) when adding nuget via PackageReference
- Replies: 2
- Views: 9587
TeeChart controls are not populated to VS Toolbox (.NET Framework WinForms) when adding nuget via PackageReference
Hello. In your StandardSeriesDemo sample project Steema.TeeChart.NET nuget package is added to project via old-style Packages.config format. In that case TeeChart controls are automatically populated to VS Toolbox and are correctly added to form after drag-and-drop. But if I choose new-style Package...
- Fri Oct 16, 2020 5:49 am
- Forum: .NET
- Topic: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)
- Replies: 13
- Views: 29024
Re: Howto add TeeChart controls to VS Toolbox (.NET Core 3.1 WinForms)
Hello again. I've uninstalled and installed again VS 2019 16.7.6 and now my toolbox have as many groups and contols as yours. Adding Steema.TeeChart.NetCore.WinForms nuget populates all controls as your gif shows. But when I place TChart control on my form and right click it - menu lacks all TeeChar...
- Thu Dec 19, 2019 1:20 pm
- Forum: .NET
- Topic: Print preview dialog is not correctly translated to Russian/Spanish/French
- Replies: 6
- Views: 23840
- Mon Dec 16, 2019 5:18 am
- Forum: .NET
- Topic: Print preview dialog is not correctly translated to Russian/Spanish/French
- Replies: 6
- Views: 23840
Re: Print preview dialog is not correctly translated to Russian/Spanish/French
In our legacy project I use TeeChart 2.0.2795.29268 (mid-2007 I suppose). And French translation looks nicer to my mind:Christopher wrote: ↑Thu Dec 12, 2019 12:57 pmWhich version of version 2 did you use, out of interest?
- Tue Dec 10, 2019 7:02 am
- Forum: .NET
- Topic: Print preview dialog is not correctly translated to Russian/Spanish/French
- Replies: 6
- Views: 23840
Re: Print preview dialog is not correctly translated to Russian/Spanish/French
Hello.Christopher wrote: ↑Fri Sep 20, 2019 1:16 pmwhich means a fix to it will be added to an update in the near future.
Almost 3 month has passed since this bug detection, when do you expect this "near future" to come?