Search found 142 matches

by Quant
Tue Aug 04, 2015 10:01 am
Forum: .NET
Topic: TeeChart OLE Automation
Replies: 5
Views: 10294

Re: TeeChart OLE Automation

What are the other ways we can achieve the same? Since we need to finish this requirement asap.
by Quant
Tue Aug 04, 2015 9:17 am
Forum: .NET
Topic: TeeChart OLE Automation
Replies: 5
Views: 10294

Re: TeeChart OLE Automation

Hi, The above code tutorial shows connecting a TeeChart control to ADO.NET databases at design-time and at run-time. But our requirement is different. We need OLE Automation with TeeChart Control which is explained diagrammatically in following image. TeeChart%20OLE.png Do revert for any clarificati...
by Quant
Tue Aug 04, 2015 6:41 am
Forum: .NET
Topic: TeeChart OLE Automation
Replies: 5
Views: 10294

TeeChart OLE Automation

Hi Steema,

We have a requirement wherein we want to link TeeChart's Chart Object (no clipboard image) to Ms Excel, Ms Word and MS Power point. We checked your Feature Demo but found no example code for the same. Kindly provide us some help on this.
by Quant
Fri Jul 10, 2015 7:00 am
Forum: .NET
Topic: Using function tag with Magnifier
Replies: 3
Views: 7236

Re: Using function tag with Magnifier

Dear Steema, We require to keep propertybag class object related to that particular series. We are placing n number of moving averages on chart and keeping all settings related with respective function. This works as expected without any problem except The Magnifier tool where we get error. We cant ...
by Quant
Thu Jul 09, 2015 7:52 am
Forum: .NET
Topic: Using function tag with Magnifier
Replies: 3
Views: 7236

Using function tag with Magnifier

Dear Steema,
I am using Moving Average function on my chart. also keeping object of class in tag of Moving Average. This works fine but when I am enabling magnifier tool. Chart crashes with error.
Kindly find the Simple Sample Project from below link.
SeriesTagMagnifier.zip
Simple Sample Project
(14.71 KiB) Downloaded 735 times
by Quant
Tue Jul 07, 2015 8:30 am
Forum: .NET
Topic: Error on TeeChart Export
Replies: 3
Views: 7914

Re: Error on TeeChart Export

This error comes when teechart contains Selector Tool.

Please find simple example project.
TeechartExportImport.zip
(29.32 KiB) Downloaded 782 times
by Quant
Tue Jul 07, 2015 6:30 am
Forum: .NET
Topic: Error on TeeChart Export
Replies: 3
Views: 7914

Error on TeeChart Export

While exporting TeeChart to Native Format we are getting following error:
Export Serial.png
Export Serial.png (65.73 KiB) Viewed 8027 times
by Quant
Mon Jul 06, 2015 10:51 am
Forum: .NET
Topic: Sharpness of Volume chart
Replies: 3
Views: 7635

Re: Sharpness of Volume chart

Used the given sample but still giving the same issue.
by Quant
Fri Jul 03, 2015 4:59 am
Forum: .NET
Topic: Sharpness of Volume chart
Replies: 3
Views: 7635

Sharpness of Volume chart

Dear steema,
When we used volume chart its bar is not sharp. Kindly see the attached image which compares OHLC Chart with Volume for sharpness.
OHLC_Vol.JPG
OHLC_Vol.JPG (13.05 KiB) Viewed 7711 times
by Quant
Sat Jun 27, 2015 7:25 am
Forum: .NET
Topic: Blank space issue for Candle Sticks Graph
Replies: 16
Views: 27163

Re: Blank space issue for Candle Sticks Graph

We are facing very strage issue, while in our main project "RemoveGaps=True" shows blank screen, it works perfectly on a sample project. Following is the sample code we used for OHLC with RemoveGaps: DataTable CashVolume; CashVolume = Graph.GetCashVolume() //DB Proc to Get OHLC Data DateTime date; d...
by Quant
Fri Jun 26, 2015 9:12 am
Forum: .NET
Topic: bug with selector and delete series.
Replies: 1
Views: 4691

bug with selector and delete series.

Dear Steema, We found one bug with selector and delete series.When we delete any series from chart. then also selector can select that series which is invisible on chart. I am using following function to delete series. public void DeleteSeries(Series selectedSeries) { tChart1.Series.Remove(selectedS...
by Quant
Thu Jun 25, 2015 12:25 pm
Forum: .NET
Topic: Blank space issue for Candle Sticks Graph
Replies: 16
Views: 27163

Re: Blank space issue for Candle Sticks Graph

Our problem still continues with series.RemoveGaps property. It shows blank screen when set to "true".
by Quant
Thu Jun 18, 2015 4:26 am
Forum: .NET
Topic: Merging of MovingAverage, ExpMovAverage, SmoothedMovAvgFunct
Replies: 1
Views: 4735

Merging of MovingAverage, ExpMovAverage, SmoothedMovAvgFunct

Dear Steema,
We found that In Financial functions of MovingAverage, ExpMovAverage, SmoothedMovAvgFunction, etc all are type of Moving Averages. Why not all Moving Averages under one function that is MovingAverage. it is already having Simple and weighted type.
by Quant
Thu Jun 18, 2015 4:08 am
Forum: .NET
Topic: RSI (Relative Strenghth Index) formula calculation
Replies: 7
Views: 12492

Re: RSI (Relative Strenghth Index) formula calculation

Dear Steema,

Thanks for adding this type of RSI Calculation as an enhancement to your TeeChart. But we need to implement this at our side ASAP, and any help to achieve this would be greatly appreciated, since it is urgently required by our users.
by Quant
Wed Jun 17, 2015 12:13 pm
Forum: .NET
Topic: RSI (Relative Strenghth Index) formula calculation
Replies: 7
Views: 12492

Re: RSI (Relative Strenghth Index) formula calculation

Dear Steema, We used following excel sheet for RSI calculation : http://stockcharts.com/education/indicatoranalysis/RSI.xls We are not saying that you have used errorneous formula for RSI Calculation, but its result is not expected as per our benchmark testing. We verified the values (computed using...