Search found 34 matches

by BlueMonkey
Tue Jul 26, 2011 2:22 pm
Forum: .NET
Topic: smart phone development
Replies: 5
Views: 6433

Re: smart phone development

The link works, but an error occurs when you try to install the download file. See attachment.
by BlueMonkey
Fri Jul 22, 2011 9:41 pm
Forum: .NET
Topic: smart phone development
Replies: 5
Views: 6433

Re: smart phone development

I tried to download the 2011 trial version, but the link does not work. I have downloaded the 2010 WPF version instead. I hope it supports the Smartphone component.

Thanks,
Kent
by BlueMonkey
Wed Jul 20, 2011 7:17 pm
Forum: .NET
Topic: smart phone development
Replies: 5
Views: 6433

smart phone development

Is there a trial version of TeeChart for smart phone development? I tried it a couple of years ago and there were a variety of issues with it, but I am ready to try it again. The web-site doesn't seem to offer a trial download for the .NET smart phone component. Is there some way to get it? Thanks, ...
by BlueMonkey
Wed Aug 11, 2010 3:22 pm
Forum: .NET
Topic: Silverlight Bottom axis rotated label position is incorrect
Replies: 6
Views: 8246

Re: Silverlight Bottom axis rotated label position is incorrect

I need the new release because it fixes the rotated axis label problem reported in this post. I am glad that you are reconsidering the legend functionality. It is an important feature and I am sure there are many ways to accomplish it. For example, you can fill in the legend symbol with color when i...
by BlueMonkey
Tue Aug 10, 2010 9:49 pm
Forum: .NET
Topic: Silverlight Bottom axis rotated label position is incorrect
Replies: 6
Views: 8246

Re: Silverlight Bottom axis rotated label position is incorrect

I downloaded the most recent build of TeeChart. I found that the Legend Checkbox feature is no longer supported. However, the behavior is now worse than before. In the previous build, it was possible to toggle each series to remove and replace it in the chart. Although the checkbox was not there to ...
by BlueMonkey
Wed Jul 14, 2010 11:57 pm
Forum: .NET
Topic: TChart Toolbox in Silverlight
Replies: 1
Views: 2771

TChart Toolbox in Silverlight

Is there a TChart Toolbox that should appear in the Visual Studio 2010 toolbox? Maybe I need to add it manually, but I don't know how to do that. Is there a TChartScrollBar object similar to the one that is available in the Delphi version of TChart? It is used to horizontally scroll the content of a...
by BlueMonkey
Mon Jun 28, 2010 4:44 pm
Forum: .NET
Topic: Stretchable Tchart control in Silverlight
Replies: 7
Views: 8731

Re: Stretchable Tchart control in Silverlight

Sandra, If I change the application name, then it does not match the content of the code behind file and I get a build error: Error 1 The name 'InitializeComponent' does not exist in the current context This problem seems to be specifically related to the Visual Studio design view. If I specify cons...
by BlueMonkey
Fri Jun 25, 2010 4:57 pm
Forum: .NET
Topic: Silverlight export image to PNG
Replies: 3
Views: 4577

Re: Silverlight export image to PNG

Hi Sandra, I will try it when the next release comes out. I am curious where the file will go, since Silverlight restrict exports to a folder that the user specifies, and the file name returned from the Save Dialog does not contain a folder name. In order to save ordinary files it is necessary to us...
by BlueMonkey
Fri Jun 25, 2010 4:31 pm
Forum: .NET
Topic: Stretchable Tchart control in Silverlight
Replies: 7
Views: 8731

Re: Stretchable Tchart control in Silverlight

Sandra, I copied and pasted your code into a new project. I am not able to load the silverlight design page in the Visual Studio designer. I am using Visual Studio 2010 (Version 10.0.30319.1 RTMRel). I am using TeeChart.NET (Version 4.0.2010.27967 file version 4.0.2010.27966) I get the following err...
by BlueMonkey
Thu Jun 24, 2010 12:15 am
Forum: .NET
Topic: Silverlight export image to PNG
Replies: 3
Views: 4577

Silverlight export image to PNG

How can I export the TChart image to a file such as PNG in Silverlight? I tried the code shown, but no file is produced. Is there sample code somewhere that I have not found? Thanks, Kent private void buttonCopy_Click(object sender, RoutedEventArgs e) { //Stream myStream; string fileName; SaveFileDi...
by BlueMonkey
Wed Jun 23, 2010 4:49 pm
Forum: .NET
Topic: Stretchable Tchart control in Silverlight
Replies: 7
Views: 8731

Re: Stretchable Tchart control in Silverlight

Removing the StackPanel did not solve the problem. The chart in the first tab still does not stretch. The chart in the second tab does stretch.
by BlueMonkey
Tue Jun 22, 2010 10:53 pm
Forum: .NET
Topic: Silverlight Bottom axis rotated label position is incorrect
Replies: 6
Views: 8246

Silverlight Bottom axis rotated label position is incorrect

I am porting a WPF Teechart application to Silverlight and found that the WPF positions a rotated bottom axis label correctly, but Silverlight does not (using essentially the same code). ChartTimeSeries.ChartDisplay.Axes.Bottom.Labels.Angle = 90; ChartTimeSeries.ChartDisplay.Axes.Bottom.Labels.Custo...
by BlueMonkey
Tue Jun 22, 2010 10:04 pm
Forum: .NET
Topic: Exception occurs when setting CursorTool.Active in Silverlig
Replies: 2
Views: 3708

Exception occurs when setting CursorTool.Active in Silverlig

I am encountering an access violation when I try to set the Active member of the CursorTool object to true. Is this a known problem or am I doing something wrong? I am porting a working WPF charting application over to Silverlight. I am using Visual Studio 2010 with the latest .NET charting tools. T...
by BlueMonkey
Mon Jun 21, 2010 9:16 pm
Forum: .NET
Topic: Stretchable Tchart control in Silverlight
Replies: 7
Views: 8731

Stretchable Tchart control in Silverlight

I have a simple Silverlight example that I cannot get to work. I noticed that this issue has come up before in the Forum, but I could not find out whether there is a solution, or it is a bug. I have a tab control with two tab items. In each tab item I have a TChart control that is supposed to stretc...