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
0 answers

Drawing TChart Legend outside of TChart

I'd like to draw TChart Legend outside of TChart, for example in TPanel. Is it possible? I use Delphi7, TeeChart8.
Michael
  • 11
  • 3
1
vote
2 answers

How to add chart from teechart library to an existing layout

How to add a chart (from teechart library) to a layout that i created in xamarin android application? Examples/tutorials that i found are changing all content view by using setcontentview method as follows. However, I would like to add this as part…
alper
  • 11
  • 2
1
vote
1 answer

Can steema teechart replace Decision Cube?

I am using Decision Cube in Delphi VCL Application made in Delphi 2010. However now application has to be compiled on Delphi XE5 platform and I am not able to install the decision cube on Win 7 Delphi XE5. Hence I am looking forward to replace the…
1
vote
1 answer

Access violation when open the teechart form at the second time

We're migrating our XE projects to XE5, however, we encountered the access violation exception about teechart during the test. I've created a test application to recreate the issue. With the test app, it works fine when open the first teechart form…
1
vote
1 answer

How to fill series data in candle chart in xamarin (TeeChart and MonoTouch)

I am using a tee chart library in xamarin (Android). i am facing a problem to daynamic binding data in "Candle Chart" The Sample Code Like this! protected override void OnCreate(Bundle bundle) { base.OnCreate(bundle); …
Hari
  • 31
  • 1
  • 8
1
vote
0 answers

Can't utilize TChart's ChartController in WPF

I am trying to create the toolbar (ChartController) for my Tchart in WPF. I see the Forms example, But I can not create the objects needed in WPF. private Steema.TeeChart.Commander commander1; private Steema.TeeChart.Editor editor1; …
1
vote
0 answers

Teechart - Adding / Subtracting graph values gives the unwanted rest

Working with Steema TeeChart graphs. (In particular objects: TChart, TChartSeries, TBarSeries, TLineSeries) My task is to dynamically combine graphs when user selects some of the them, their values are added or subtracted based on XLabel value. So…
Boris Mocialov
  • 3,439
  • 2
  • 28
  • 55
1
vote
1 answer

Steema TeeChart. I clicked on which bar?

Steema TeeChart VCL/FMX Delphi X3 Enterprise I have a chart that has 10 vertical bars. When I click a bar I will display detail information about that bar. I need the label of the bar I just clicked.
Donald Adams
  • 147
  • 1
  • 10
1
vote
0 answers

Serialize Steema Tee Chart DrawLine

When I serialize a DrawLine (https://www.steema.com/files/public/teechart/java/v1/docs/JavaDoc/com/steema/teechart/tools/DrawLine.html) that contains DrawLineItem's…
1
vote
0 answers

Teechart labels an graph

We're building an android application with graphs in it. These graphs are generated using the teechart component. The graph is based on 32 points and displays a daynumber on the x-axis and a weight in the 0-3kg range on the y-axis. In a line graph…
refro
  • 209
  • 1
  • 7
1
vote
1 answer

Teechart Data Editing disable

Can anyone let me know how we can restrict the user to change the data for for series or whether we can disable it. Thanks Akshay
1
vote
1 answer

Line Chart Pointer color Change

I am using the pointer '+' in my code. In the legend it is displayed in black color.I want that to be displayed as legend color. If I change the property from editting=>series=>pointer=>default- TRUE it works fine for me. Can you let me know how…
1
vote
1 answer

I am currently using C++ builder 6 XE4 for developing finance charts. Exception when moving to a location on the chart canvas

While using a C++ builder 6 XE4 for creating a finance charts, i was trying to create, draw line feature. The Series that i had created was candle Stick Series. I tried to move to the XY co-ordinate as pointed out by the mouse pointer but whenever…
1
vote
1 answer

I cannot install TeeChart2013 for Delphi 7

I cannot install TeeChart2013 for Delphi 7. I did the following: 1. All the tee files were deleted from the Windows folder and its sub-folders. 2. All the tee files were deleted from the Borland\Delphi folder and its sub-folders. 3. The TChart…
1
vote
1 answer

Teechart + logarithm Scale

If I change the Left Axis Scale to Log 10. It should start with 1 instead of Zero. If I do it manually also say I say Min as 1, Max as 1000 and Incr =100 then it doesn't show me the starting point (i.e 1). It shows all the points except that. Max…