Search found 6 matches

by nh128
Tue Sep 11, 2018 5:36 am
Forum: VCL
Topic: TSeriesBandTool with C++Builder 10.1
Replies: 1
Views: 6735

TSeriesBandTool with C++Builder 10.1

I am trying to dynamically create a TSeriesBandTool tool in C++Builder 10.1 using code such as ... TSeriesBandTool* ChartTool = new TSeriesBandTool(NULL); TTeeCustomTool* customTool = Chart->Tools->Add(ChartTool); TSeriesBandTool* Tool = dynamic_cast<TSeriesBandTool*>(customTool); Tool->Series = Max...
by nh128
Mon May 07, 2018 1:53 am
Forum: JavaScript / HTML5
Topic: Tools & ToolTip
Replies: 1
Views: 13416

Tools & ToolTip

Hi, I'm now in the process of integrating my TeeChart into my web app and I've placed it on a ExtJS panel (via uniGUI) and I was noticing that the tooltip sometimes gets 'frozen' if someone's cursor moves too fast outside the panel that I've put the TeeChart in, so I was wondering if there was a way...
by nh128
Thu Feb 15, 2018 12:01 am
Forum: JavaScript / HTML5
Topic: Minortick, Right axis and legend vertical alignment & col no
Replies: 3
Views: 17520

Re: Minortick, Right axis and legend vertical alignment & col no

Hi Veray, next time we'll make separate threads for individual issues. For issue #2 I've been able to pinpoint the source of error: Tee.Animation via https://www.steema.com/files/public/teechart/html5/introdemo/src/teechart-animations.js In particular, I reused some code for testing purposes: animat...
by nh128
Wed Jan 31, 2018 5:58 am
Forum: JavaScript / HTML5
Topic: Using Annotations to have an image within a chart
Replies: 6
Views: 23284

Re: Using Annotations to have an image within a chart

We're still having difficulty addressing this issue, we want to attempt the ChartImage method first but unsure to get started even with the internal code. According to the documentation ChartImage should be referenced in TeeChart.js and we're using the link hosted on Steema: http://www.steema.com/fi...
by nh128
Mon Oct 28, 2013 12:09 pm
Forum: VCL
Topic: LineSeries chart with selected notes
Replies: 1
Views: 23678

LineSeries chart with selected notes

I would like to be able to add text to selected points of a TLineSeries but with the notes following the points if the chart is resized.

Thank you
by nh128
Mon Oct 28, 2013 12:04 pm
Forum: VCL
Topic: How to create a "snail trail Chart"
Replies: 1
Views: 4923

How to create a "snail trail Chart"

A "Snail Trail Chart" consists of an ordered series of points with XY co-ordinates linked by by arrows. How can I create such a chart.

Thank you