Search found 3 matches
- Tue Jun 02, 2015 6:13 am
- Forum: VCL
- Topic: Marks not drawn with GDI+ in TeeChart 2015.15
- Replies: 1
- Views: 3902
Marks not drawn with GDI+ in TeeChart 2015.15
We use TeeChart 2015.15 and Delphi XE8. Marks are not drawn in the following setup, if GDI+ is turned on. If you turn off GDI+ the marks are drawn. You can reproduce it by putting a TChart (name Chart1), a TTeeGDIPlus (name TeeGDIPlus1) and a TButton (name Button1) on a form, filling the form's OnCr...
- Fri Oct 17, 2014 8:43 am
- Forum: VCL
- Topic: Wrong alignment of axis labels
- Replies: 1
- Views: 3643
Wrong alignment of axis labels
In TeeChart 2014, version 2014/09, axis labels are not correctly aligned, if the TChartAxis.OnDrawLabel is assigned and changes the axis label text. This issue can be resolved in method VCLTee.TeEngine.TChartAxis.DrawAxisLabel by calling the OnDrawLabel event handler first before performing any furt...
- Fri Oct 17, 2014 6:36 am
- Forum: VCL
- Topic: Series and axis label selection in TeeChart 2014
- Replies: 1
- Views: 3600
Series and axis label selection in TeeChart 2014
How can we turn off series and axis label selection in TeeChart 2014, version 2014/09?