Questions tagged [teechart]

TeeChart is a commercial set of powerful charting components originally written for Delphi. A basic component called TChart is included in every Delphi IDE supporting VCL and FireMonkey frameworks. TeeChart is also available for major languages: .NET Framework, Xamarin (including Android, iOS and Forms) Java (including Swing, SWT and Android), ActiveX, Javascript/HTML5 and PHP.

With TeeChart it is possible to draw, manipulate, print and export various kinds of charts. This includes Bar, Line, Pie, financial charts of different kinds and a lot of more sophisticated graphs in 2D and 3D. Rendering is possible on a Canvas and also with OpenGL.

TeeChart is developed by Steema Software: http://www.steema.com/

817 questions
1
vote
2 answers

TeeChart for Mono Android will not compile

I just downloaded the TeeChart trial version for Mono Android using the installation as below: TeeChartMfAEval-4.0.2012.121203-win.exe I am running Visual Studio 2012 Ultimate on Windows 8. I am trying to build the demo project, but am getting the…
bellissimo
  • 55
  • 1
  • 5
1
vote
1 answer

Fixed Step in Chart in C++ Builder

There is a TChart component in C++ Builde with one serie. I add the data using AddXY method but I want the Y-Axis to have fixed minimum and maximum values and fixed step. I've managed to understand how the first two things are done. So my question…
1
vote
1 answer

TeeChart Compact Framework support

I'm looking at using the TeeChart library for Compact Framework AND Full Framework (3.5) I'd like to know if there are any differences in API to support both platforms from the same source? (my current charting lib, different vendor, is not…
smertrios
  • 3,385
  • 1
  • 14
  • 9
1
vote
1 answer

TeeChart For Point having Value as 0

I am plotting a Line Chart, The Problem is in my data some points have zero Value. If I do AddNull For that it don't show the X-axis Value for the same. Can anyone share a example of Using a AddNULL and Add in the same series Impact. E.g I have a…
1
vote
1 answer

Where is the C# export steema TeeChart modal dialog window for WPF

I've trying to locate the available tchart export dialog window API in C# for WPF. I've tried accessing Steema.TeeChart.WPF.Editors but the only class available is AboutBox. Can someone provide details on where I can gain access to this predefined…
1
vote
1 answer

Teechart CSeriesStatsTool Retriving data

Can anyone let me know how to use CSeriesStatsTool for getting the data such as mean, Median, Std. Dev. Thanks Akshay
1
vote
1 answer

Is it possible to 'clip' the lower part of TAreaSeries?

I would like to get some hints on working with TeeChart TAreaSeries, and specifically on creating NOT overlapping series. When I create two Area series on the same plot, related to the same BottomAxis and LeftAxis I get something like…
Wrackage
  • 33
  • 5
1
vote
1 answer

teechart html5 stacking 2 bars including negative values

I'm using the HTML5 Teechart components from Steema. I cannot figure out how to get 2 series for the same x-value stacked on each other, where one serie contains negatives. For instance, for the same x values, if serie 1 has value 5, and serie 2 has…
Bram
  • 11
  • 1
1
vote
1 answer

how to get teechart activex on Qt

I am currently working on a project where TeeChart Pro ActiveX 2012 is used with Visual C++ and MFC.Now i want to move my project to cross platform language Qt.I have searched a lot on Qt forums but didn't get a proper sample code to display…
MoBaShiR
  • 442
  • 3
  • 12
1
vote
1 answer

Change pen thickness in teechart for php

I'm using Embarcadero's HTML5 builder (php) and TeeChart to draw graphs. Works beautifully for most parts. The TeeChart documentation for php is however pretty sparse to say at least - lots of trial and errors. I can't find a way to set the pen…
MagnusBolm
  • 11
  • 2
1
vote
1 answer

language issue in TeeChart

During using Teechart active X, the language of Teechart Edit Dialog is changed to japanese or chinese.(don't know exactly what language) How can I recover to English?
1
vote
0 answers

Delphi XE 2 Translation do not compile - missing PENDLG.dfm for TeeChart

I was working the last days on the translation of my project but the DLL with the transated ressources had never been created. The compiler said: "[Fehler] E1026 Datei nicht gefunden: 'vcl\PENDLG.dfm'" should be in English: "[Error] E1026 File not…
1
vote
2 answers

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;
user2330792
  • 67
  • 1
  • 9
1
vote
1 answer

Getting height of vertiacal bar for specific value

I'm trying to create bar chart with stacked series. Every bar consists form two parts. Main part has normal color and black border, "over limit" part has brighter color and red border. There is no problem to configure this behavior in IDE (Delphi…
1
vote
1 answer

TeeChart grid line/tick spacing

I’ve got a very simple chart which displays one or more X Y line series. The X Axis is an integer representing the relative time at which a value (sample) was read from a piece of hardware (for example, 10 samples at a 250 mS sampling rate…
casterle
  • 1,037
  • 2
  • 12
  • 27