Search found 2 matches
- Tue Mar 10, 2015 12:10 pm
- Forum: VCL
- Topic: Legend access violation normally or FastReport 5.2
- Replies: 1
- Views: 4747
Legend access violation normally or FastReport 5.2
I cannot find precisely, when this error occurs: (Delphi XE5 pro, TeeChart 2015 with sources) I did get this in normal runtime, but cannot find it yet ... With FastReport 5.2 reproducable WITH Legend visible : if I have 3 series and then delete one I get this: WITHOUT legend it is ok. [422AB819]{Tee...
- Fri Dec 05, 2014 11:01 am
- Forum: VCL
- Topic: TSeriesDataText in header last series missing
- Replies: 1
- Views: 3243
TSeriesDataText in header last series missing
Hi, Delphi XE5 pro, TeeChart Pro ver 2014.10.140220 32bit VCL in export data to text there is missing last series in Header line: with TSeriesDataText.Create(chartTRENUTNE,nil) do try IncludeHeader := True; // <=== IncludeLabels := True; IncludeIndex:=false; CopyToClipboard; finally Free; end; // we...