Does anyone know how to copy the XValues from one TChartSeries to another in Delphi7 (and TeeCha开发者_Python百科rt 4.04)? TChartSeries.ReplaceList(CopySeries.XValues, OriginalSeries.XValues) does not
I\'m using the built in TeeChart in Delphi XE for graphs开发者_如何学Python. When I just put a graph on a form, I have all these options to export/save or print preview, but those aren\'t there at ru
This question already has an answer here: Closed 11 years ago. Possible Duplicate: teechart problem for series label
I\'ve been working with TChart version 4.11 for .net 4.0 Everything is fine with charts rendered using this new version in C#, except some garbage at the begining of left and bottom axis?
I\'m using two TChart components and would like to do synchronized zooming for them. I found that TChart has ZoomRect procedure for zooming into a desired rectangle on the chart but I haven\'t found a
I would like to show the same graph (TChart) on 2 different forms. on the first there is a small version, but i would like the user to be able to click a button to 开发者_StackOverflow中文版show a big
Top post: I have accepted an answer,but it doesn\'t work for me. I will post a new question, stressing Delphi 7. Thanks to all who gave some good input
I have TeeChart version 7.07. I have a chart with a FastLineSeries with 400 datapoints (x is date and y is used%).
Is TeeChart .NET built from the same source as TeeC开发者_StackOverflow中文版hart VCL? I\'m just wandering as we have a VCL application heavily dependent on TeeChart and I would like to redevelop the
TeeChart .NET is a 100% managed C#.NET Charting Control. Would 开发者_开发百科it still be possible to use the .NET version of the charting control with Visual C++?