Search found 10 matches

by SSWang
Mon Mar 12, 2012 3:12 am
Forum: VCL
Topic: A problem with candle series
Replies: 6
Views: 8359

Re: A problem with candle series

Hi, The Candle series basically draws a line from High to Low values and a rectangle from Open to Close values. It assumes having a High&Low values both greater or smaller than both Open&Close has no sense. https://en.wikipedia.org/wiki/Candlestick_chart Yes, but what you have mentioned is not the ...
by SSWang
Thu Mar 08, 2012 6:34 am
Forum: VCL
Topic: A problem with candle series
Replies: 6
Views: 8359

Re: A problem with candle series

Hi SSWang, Could you please attach a simple example project we can run "as-is" to reproduce the problem here and let us know the exact TeeChart version you are using? Thanks in advance. I'm using following version with D2010: =============================================== Release Notes 17th Novemb...
by SSWang
Tue Mar 06, 2012 9:56 am
Forum: VCL
Topic: How to set TBarSeries width to 1 pixel?
Replies: 1
Views: 3836

How to set TBarSeries width to 1 pixel?

Hi,

I have set border visible to false and TBarSeries.CustomBarWidth to 1, but the bar's width is always 2 pixels minimum, what can I do? thanks.
by SSWang
Tue Mar 06, 2012 6:32 am
Forum: VCL
Topic: A problem with candle series
Replies: 6
Views: 8359

A problem with candle series

Hi,

There is a problem in the attached image. The first data should be charted as a solid T shape, but the resulting vertical line turned out to shift 1 pixel downward that creates a disconnected gap. How can I fix that? thanks. (this one pixel gap gets even worse if I set Border.Visible := False)
by SSWang
Mon Jan 16, 2012 3:20 am
Forum: VCL
Topic: How to make vertical axis fit only for visible points?
Replies: 3
Views: 5297

Re: How to make vertical axis fit only for visible points?

Is there a way to know whether the bottom axis boundary(visible area) is changed, or one of the visible Y values is changed so that I can recaculate the vertical axis' visible min/max, just like what TChartAxis.Automatic does? I can catch the TChartSeries.OnAfterAdd, OnClearValues events but there i...
by SSWang
Fri Jan 13, 2012 9:31 am
Forum: VCL
Topic: How to make vertical axis fit only for visible points?
Replies: 3
Views: 5297

How to make vertical axis fit only for visible points?

Dear Steema Support, I'd like to have the max/min range of vertical axis fit only for "visible points" whenever I change the bottom axis' min/max value programmatically. How can I do that? Currently the automatic property of an axis is taking all points in a series into account, not just visible one...
by SSWang
Tue Dec 06, 2011 12:40 am
Forum: VCL
Topic: A problem with bar color, please help.
Replies: 13
Views: 19228

Re: A problem with bar color, please help.

Thanks, it will be very helpful to have a demo project to achieve this feature.
by SSWang
Thu Dec 01, 2011 2:24 am
Forum: VCL
Topic: A problem with bar color, please help.
Replies: 13
Views: 19228

Re: A problem with bar color, please help.

I got it, thanks! Would you please answer 2 more questions I got here? 1. Can I put 5 serieses and 2 legends A and B in a chart, while legend A shows first 2 of 5 series and legend B shows rest 3 of 5? 2. Can I paint areas under or over certain threshold line, as the attached image does? I found a s...
by SSWang
Mon Nov 28, 2011 2:00 am
Forum: VCL
Topic: A problem with bar color, please help.
Replies: 13
Views: 19228

A problem with bar color, please help.

Dear Steema support, I'm using TFastLineSeries and TBarSeries to implement a MACD chart. I tried to paint bars with different colors in BarStyle Event but the SeriesColor property is wrong every time the bar direction invert. How can I correct this problem? thank you. procedure InternalBarStyleEvent...
by SSWang
Fri Jul 08, 2011 5:10 am
Forum: VCL
Topic: DateTime bottom axis problem
Replies: 6
Views: 9833

Re: DateTime bottom axis problem

Hi, I am working on a candle chart to display stock quotes and is stucked on the same problem to have always the same distance between two consecutive points (there shouldn't be distance gaps every time the x-timeline hits weekends or holidays). How to achieve the same "compact display" effect with ...