Is there any property if window hasnt got enough pixel to draw chart..
If not i will calculate pixels manually ..And Ignore some values ..
InSummary I try to fix this bad apperance
Img .Deleted
Thx for advice...
Not enough pixel for drawing Series correctly..
Not enough pixel for drawing Series correctly..
Last edited by glikoz on Tue Apr 18, 2006 12:04 pm, edited 1 time in total.
Hi,
nope, there's not a property to do this. There's a DrawAllPoints property which does this but only for FastLine Series style.
nope, there's not a property to do this. There's a DrawAllPoints property which does this but only for FastLine Series style.
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi -
You might be interested in the Downsampling function; have a look in the TeeChart for .NET feature demo under:
Welcome !\Functions\Extended\Reducing number of points
You might be interested in the Downsampling function; have a look in the TeeChart for .NET feature demo under:
Welcome !\Functions\Extended\Reducing number of points
Thank you!
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
DrawValue Method
Steema.TeeChart.Styles.CustomPoint.DrawValue(Int32) : Void
All of the Series override this method..
Where this method is called from ?
I try to prevent drawing of some values ..
All of the Series override this method..
Where this method is called from ?
I try to prevent drawing of some values ..
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi -
Have you had a look at the downsampling function? I strongly recommend that you do.
If you have and you think it isn't suitable for you, could you please tell me why so we can make improvements to it?
Many thanks!
Have you had a look at the downsampling function? I strongly recommend that you do.
If you have and you think it isn't suitable for you, could you please tell me why so we can make improvements to it?
Many thanks!
Thank you!
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
Hi Cristopher ;
Downsampling is not suitable for us ,
Because Downsampling changes Data!
We will add functions to our main candle series,and we dont want any changes on its data ..
For example MACD of MainSeries is not equal MACD of DownSampledMainSeries ..WE dont want that ..
We want same result ,only difference between them must be visual !
I think Pep's answer is correct, i try to simulate DrawAllPoints for Candle Series?
Downsampling is not suitable for us ,
Because Downsampling changes Data!
We will add functions to our main candle series,and we dont want any changes on its data ..
For example MACD of MainSeries is not equal MACD of DownSampledMainSeries ..WE dont want that ..
We want same result ,only difference between them must be visual !
I think Pep's answer is correct, i try to simulate DrawAllPoints for Candle Series?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi glikoz,
DownSampling function does not change series data. It creates and additional series to make a graphical representation of the function. The original data series is still available in the chart.
If you want to want to plot a MACD of the original series then set them as the datasource for the function instead of the DownSampling function series.
DownSampling function does not change series data. It creates and additional series to make a graphical representation of the function. The original data series is still available in the chart.
If you want to want to plot a MACD of the original series then set them as the datasource for the function instead of the DownSampling function series.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |