Search found 12 matches

by vk_nomura
Tue Jul 06, 2010 3:12 pm
Forum: .NET
Topic: MarksTip tool
Replies: 6
Views: 8140

Re: MarksTip tool

Hi Sandra,

I am trying to accomplish exactly what "rossmc" has done in WPF, C#. Can post a sample code. The api PointToClient is not available on TChart control ( wpf version).

Regards,
Vish
by vk_nomura
Thu Jul 01, 2010 3:42 pm
Forum: .NET
Topic: WPF Chart Hangs in Infinite Loop
Replies: 3
Views: 3913

Re: WPF Chart Hangs in Infinite Loop

I am also using WPF version and my chart hangs once in a while and CPU usage remains at 25%. It happens 40% of the time.

Regards,
Vish
by vk_nomura
Fri Jun 25, 2010 1:13 pm
Forum: .NET
Topic: realtime data subtract function
Replies: 6
Views: 5960

Re: realtime data subtract function

The issue has been resolved. We had to do lot of data cleansing before we applied the it to the graph.
by vk_nomura
Wed Jun 23, 2010 3:45 pm
Forum: .NET
Topic: realtime data subtract function
Replies: 6
Views: 5960

Re: realtime data subtract function

I know what the problem is and here is the scenario: When it comes to subtract function, as long as you have valid vaues, everything is fine. But when you have a null value for one of the data points, thats where I see the issue: Example: Series1 -> Datapoint1: x = 0 and y = 99 Series2 -> Datapoint1...
by vk_nomura
Wed Jun 23, 2010 3:01 pm
Forum: .NET
Topic: realtime data subtract function
Replies: 6
Views: 5960

Re: realtime data subtract function

That is working out fine. Issue with Min and Max on Y axis. The y-axis for the diff line is to Right Axis Since I set the Axis to automatic, I thought it would scale properly. Most of the time it does and sometimes it shows the min as 0 and max as 100. My diff series range is in -2 to +3 only. Pleas...
by vk_nomura
Wed Jun 23, 2010 1:37 pm
Forum: .NET
Topic: realtime data subtract function
Replies: 6
Views: 5960

realtime data subtract function

I have 2 fast line series, plotted them on the chart. Works great I have added another fastline, associated a subtract function and the data source pointing to above mentioned 2 fastline series. Works great. Now in realtime whenever I update my source 2 fastlines with another data point. ( of course...
by vk_nomura
Mon Jun 21, 2010 7:02 pm
Forum: .NET
Topic: Issues with GetPointerStyle event
Replies: 1
Views: 2569

Issues with GetPointerStyle event

Intent: To filter series based on trade size. Series associated with this data is Points and I have associated a GetPointerStyle to it. X axis shows datetime Y axis with trade sizes On the chart I have 1 fastLine and 1 Volume series. So whenever I receive the GetPointerStyle event, the data associat...
by vk_nomura
Mon Jun 21, 2010 4:37 pm
Forum: .NET
Topic: Turn off grid lines for Right Axes
Replies: 1
Views: 3093

Re: Turn off grid lines for Right Axes

Issue is resolved.

It worked fine, when I placed the earlier code in the Loaded event of the control instead of in the constructor of the UserControl.
by vk_nomura
Mon Jun 21, 2010 3:29 pm
Forum: .NET
Topic: Issue exporting to PDF
Replies: 4
Views: 4319

Re: Issue exporting to PDF

When I tried your code: this.tChart.Export.Image.PDF.Save(@"C:\Temp\TeeChartWPF.pdf"); in my test app, it did work fine. The only difference between my test app (where the export works) and in the production app is the following: Test App: the control is hosted in a Window - Export to PDF works Prod...
by vk_nomura
Mon Jun 21, 2010 3:12 pm
Forum: .NET
Topic: Turn off grid lines for Right Axes
Replies: 1
Views: 3093

Turn off grid lines for Right Axes

I am using the WPF version of the TeaChart. My intent is turn off the grid lines for Right axes. My code for the fastline series apppears like this and is not working: this._flPerfStyle.VertAxis = VerticalAxis.Right; this.perfChart.Axes.Right.StartPosition = 0; this.perfChart.Axes.Right.EndPosition ...
by vk_nomura
Fri Jun 18, 2010 3:19 pm
Forum: .NET
Topic: time not appearing on X axis, shows text instead
Replies: 1
Views: 2514

time not appearing on X axis, shows text instead

I am using WPF version. I am adding data to the series in the following format: series.Add(time, price, text); And when I do this: the X axis on the graph is showing the "text" for each point and not the time. The reason I am adding text is for the tooltip. Basically I do not want the "text" to appe...
by vk_nomura
Fri Jun 18, 2010 2:46 pm
Forum: .NET
Topic: Issue exporting to PDF
Replies: 4
Views: 4319

Issue exporting to PDF

When converting the chart to PDF, I get the following exception:
"Unable to cast object of type 'Steema.TeeChart.WPF.Drawing.Graphics3DPDF' to type 'Steema.TeeChart.WPF.Drawing.Graphics3DWPF'.

I am using WPF version of the TChart.

Please advise.

Regards,
Vish