TeeChart is a commercial set of powerful charting components originally written for Delphi. A basic component called TChart is included in every Delphi. TeeChart is also available for major languages: .NET Framework, Java, PHP, Android, etc.
0
votes
1answer
15 views
monodroid Steema.TeeChart.TChart : how to disable user interaction
can any one please tell me how to disable user interaction in TChart Control.
i know how to do this in monotouch linechart.UserInteractionEnabled = false;
0
votes
1answer
66 views
Is there a way I can drag a line in steema tchart?
i have fastline in my tchart.
I am adding an array to fastline as a source of data.
In run time , fastline is drawn in tchart. now what I want to do is drag a line from particular point of it , ...
0
votes
0answers
64 views
Scrolling issue with TChart
I am doing a Candlestick chart with date as the X-axis and price as Y-axis.
When the chart start...the last bar is 9/16/2007. When i click on the scroll bar to move to the right, the starting ...
1
vote
1answer
149 views
Setting the Left Axis on a TChart to increment the decimal value up to .13?
This question relates to another ongoing question here: Format Stones and Pounds correctly?
I figured it would be more suitable to ask here as a separate question, before deciding what to do.
As ...
0
votes
1answer
124 views
How to remove some part of start, end of TeeChart
I am working with windows form application in c#. I have installed licensed version of TeeChart for.net v3. I am trying to remove some unwanted portion of TeeChart.
Thanks to stackoverflow website ...
0
votes
1answer
65 views
TCrossFunction not consistent with TLineSeries when ValueColor = clNone
When plotting a line series in which some values have their ValueColor set to clNone, the line will display as if those points didn't exist or were invisible.
However, when I use the TCrossFunction ...
0
votes
1answer
217 views
Display image on TChart (Borland Delphi 7)
I have a TChart in my Borland Delphi 7 project. What I want to do is to use an image instead of point while plotting on chart. How can I do this?
0
votes
1answer
260 views
TeeChart (JavaAndroid 2012) tutorial sample causes UnsupportedOperationException
I am trying to work through an example of TeeChart from their tutorial ( first one ).
For some reason when I run the code below it causes an UnsupportedOperationException to occur.
Can anyone offer ...
0
votes
1answer
63 views
How to change the icon of the print preview dialogue in steema tchart?
I have Steema tchart in my windows form. whenever I try to print it and get the preview, it gives me the old icon on the top left corner .
Is there a way I can change the icon?
Thanks !
0
votes
1answer
185 views
how to improve performance of Tchart in real-time plotting?
I am developing an application which has minimum one tchart with 4 fastlines in it . maximum number of tcharts are 16 depending on few criteria.each fastline contains different sample numbers in ...
0
votes
1answer
51 views
What is TChart and is this free for monodroid?
I am working on monodroid and wanna to have graphs in my application. I have some searches and find this:
TChart inside LinearLayout generates "width and height must be > 0"
and this:
...
0
votes
1answer
356 views
How can I update data in a chart in execution time (in C++ builder)?
I'm using Borland C++ Builder to create this. The code is very simple because its only purpose, for now, is to help me learn how to use the TChart functions. I'll use what I learn to create a more ...
0
votes
2answers
88 views
Is there a way I can set Font Height in Steema Teechart Graphics 3D?
Is there a way I can set Font Height in Steema Teechart Graphics 3D?
The Closest I could find was tchart.graphics3d.fontheight , but it gets the font height , does not set it,
so is there a way I can ...
0
votes
1answer
125 views
How can I set the format of labels?
So, I am trying to plot the graph and I have 3 fastlines in the Tchart, It seems like the graph are correct but there is something I need to set with labels of axes, What I get is this,
[my graph with ...
0
votes
1answer
127 views
Change size of depth Axis in rotated view
Using Delphi XE with TeeChart Pro 2011 on Windows 7.
I have a chart which shows the height differences of a disc (in nano-meters).
In total there are 100 rectangular fields each with about 1000 data ...
0
votes
2answers
342 views
In a stacked bar chart, how do I find which bar I have clicked on?
At the moment I have a form with a tChart control called tChart:..
Private Sub txtChart1_Click(sender As System.Object, e As System.EventArgs) Handles txtChart1.Click
TChart1.Series.Clear()
Dim ...
0
votes
1answer
145 views
Performance Issue with TChart
I'm using Steema TChart in my application. I use this component to chart a line graph, typically containing 1,000 to 2,000 data points, realtime as the data points become available. A typical line ...
1
vote
1answer
251 views
Trouble with drawing axis in TChart C++ builder
After moving project from BCB6 to Rad Studio XE2 new Tchart began incorrect draw graph border. On screens you can see difference. Code doesn't changed.
BCB 6
XE2
UPD: For drawing I use series.
UPD2: ...
0
votes
1answer
104 views
Drawing Graphics3D in TeeChart
I have a problem using IGraphics3D in a tChart. I can draw any type of picture over the tChart, but when I try to export the image using getImage() to a file the drawings disappear. These pictures ...
0
votes
1answer
229 views
Hide minutes in TChart components
How can I hide time (hour, minutes and sec) in TChart component?
Need only Date format.
Set
Chart1.BottomAxis.DateTimeFormat := GetLocaleShortDateFormat(); {MMM/yy/dd},
but time is present in ...
0
votes
0answers
171 views
How can I allow my User to select Pie Chart fields inside FastReport?
I am using a Pie Chart series within Fast Report to access some counts from a one-row database table. For example:
FA FB FC FD FE
3 5 2 8 4
where FA..FE are the available fields and the ...
0
votes
1answer
135 views
TChart Error series is not being displayed correctly
In one of my windows application, wherein I am using TChart for .Net 2010, I am displaying a chart with 3 error series on it. Each of these series have 2 points. X points for all these series are ...
0
votes
1answer
245 views
TChart - Append points in a specific point in series
How do you append/insert a point in specific point in an OHLC series? Or more specifically, I want the newly added point the be the first point in the series. Every new points that I add will ...
2
votes
3answers
474 views
Delphi Tchart x and y values in zoomed rectangle
I have a tchart series that contains 5000 points from a data base.
I can zoom in on a particular section of the data with the mouse.
I wish to copy only the x and y values that are visible in the ...
1
vote
2answers
760 views
How do I export the TChart to the bitmap?
I'm using TeeChart Pro v7.06 of Steema Software and Delphi 6. In my project there are TChart (whose BottomAxis.Automatic = False) and TChartScrollBar (to scroll). In TChart there are several series ...
3
votes
1answer
868 views
Delphi 7: How to print a TChart?
How do I print a TChart?
I displayed a TChart, and there is a TButton in the screen.
When the TButton clicked, Windows Printer Dialog will be shown and the TChart will be printed to the selected ...
0
votes
2answers
191 views
How to display Unicode in TChart labels
I have a TChart object where I want to be able to display Unicode characters for the axis labels.
Any help would be appreciated.
Addendum : Delphi 5.0
2
votes
1answer
828 views
Copy XValues from one TChartSeries to another
Does anyone know how to copy the XValues from one TChartSeries to another in Delphi7 (and TeeChart 4.04)? TChartSeries.ReplaceList(CopySeries.XValues, OriginalSeries.XValues) does not work, since it ...
0
votes
1answer
120 views
Garbage values on TChart Axis
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 am not ...
3
votes
1answer
518 views
Synchronized zooming of two TChart components
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 any ...
1
vote
1answer
227 views
Delphi: Show the same Graph on 2 different forms
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 show a bigger version of the graph.
2
votes
2answers
3k views
Plotting a TChart with time as the X-axis
I have a series of 3,600 values, one every second for an hour. I want to chart them as a single series, using TChart in Delphi 7.
The values should be plotted on the Y-axis. What should I pass to ...
1
vote
3answers
1k views
Optimizing TCHart drawing in Delphi 7
My previous question had some great input, but it didn't work for me because my problem seems to be Delphi 7 related.
I have a chart with a single series (TFastLineSeries) and 3,600 datapoints which ...
3
votes
3answers
1k views
Large TChart takes a long time to draw
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 measurements taken at one second ...
1
vote
1answer
1k views
Setting Line Colour In TChart
How can I change the colour of a line in a TChart in Delphi at run time? For example, how would I change the colour of:
Chart1.Series[a].
0
votes
3answers
4k views
Mouseover hint for TChart series value
I am using a TChart in Delphi 7, and I want to display some bar charts. I am using the following code to set up the series values from a database query:
chart1.FreeAllSeries;
...
1
vote
3answers
2k views
Delphi TeeChart only showing one record from dataset
Using Delphi Steema TeeChart component, if I link a BarSeries to a dataset using the user interface, it shows up fine, but if I do it using code (which I need to), it's only showing one bar, even when ...
1
vote
2answers
3k views
Get TChartSeries at XY Point in TChart
I'm using the TChart control that comes with Delphi 7 and wish to get the Series and Value # of the line/bar under the mouse pointer.
I'm aware of the OnClickSeries event which provides great info ...
2
votes
3answers
2k views
Prevent series from using clWhite with Delphi TChart
I have a report that uses a TChart that I am maintaining. One of the TLineSeries that gets added automatically gets assigned the color clWhite, which is too close to the background (clBtnFace).
If ...
