Search found 1603 matches

by Christopher
Fri May 15, 2015 3:41 pm
Forum: .NET
Topic: TeeChart for .NET v2015 [14 MAY 2015] RELEASE 4.1.2015.05140
Replies: 0
Views: 6152

TeeChart for .NET v2015 [14 MAY 2015] RELEASE 4.1.2015.05140

Steema is very pleased to announce a new maintenance release of v2015 of TeeChart for .NET! All licence holders of TeeChart for .NET can now access this new release via the URL below. A new full release binary installer is now available from Steema's Customer Download pages accessible via: http://ww...
by Christopher
Wed May 13, 2015 9:03 am
Forum: .NET
Topic: Crash when using TeeChart Export
Replies: 6
Views: 8683

Re: Crash when using TeeChart Export

Hi Mike, You're right, I was looking at the wrong registry entry. I've found and fixed the defect. Pressing the Save button, without first having compiled the project (in the absence of the Flex compiler), simply saves to file a text-based *mxml file. This fix will be in the upcoming maintenance rel...
by Christopher
Mon May 11, 2015 3:50 pm
Forum: .NET
Topic: Crash when using TeeChart Export
Replies: 6
Views: 8683

Re: Crash when using TeeChart Export

Hi Mike, I've just created a short video of what I get here with the version you are using: http://screencast.com/t/0MeyNsVf As you can see, running with administrator privileges throws an 'access denied' error when accessing the registry, this latter being empty of any Steema key in the HKLM. I do ...
by Christopher
Mon May 11, 2015 12:40 pm
Forum: .NET
Topic: Crash when using TeeChart Export
Replies: 6
Views: 8683

Re: Crash when using TeeChart Export

EdMike wrote:Any suggestions?
I think that's because the Flex (Flash) editor maybe be trying to write to the registry, for which it will need Administrator privileges under some security configurations. If you run your *.exe "Run as administrator", does it give you the same error?
by Christopher
Mon May 11, 2015 8:41 am
Forum: .NET
Topic: Incorrect bottom axis range for Error series
Replies: 2
Views: 5019

Re: Incorrect bottom axis range for Error series

Hello, The situation can be ameliorated by using manual values for the axis minimum and maximum values, e.g. private void InitializeChart() { tChart1.Axes.Bottom.Automatic = false; tChart1.Axes.Bottom.Minimum = 0.0; tChart1.Axes.Bottom.Maximum = 10.0; var error1 = new Steema.TeeChart.Styles.Error(tC...
by Christopher
Thu May 07, 2015 4:16 pm
Forum: .NET
Topic: Title from bottom axis moves in preview window from print
Replies: 1
Views: 4386

Re: Title from bottom axis moves in preview window from print

Hello,
Eskimo17 wrote:Any suggestions ?
This is a defect which I've added to our database with id=1204. A maintenance release is due out very shortly, and we shall do our best to fix this problem for it.
by Christopher
Wed Apr 29, 2015 9:11 am
Forum: .NET
Topic: Click events in asp.net web application
Replies: 2
Views: 11370

Re: Click events in asp.net web application

Christopher wrote:There is an ASP.NET example shipped with TeeChart for .NET which can be found under:
%Program Files%\Steema Software\Steema TeeChart for .NET 201X 4.1.201X.XXXXX\Examples\TeeChartForNET
Just to let you know that these examples are also live here:
http://www.steema.net/TeeChartForNET/index.aspx
by Christopher
Wed Apr 29, 2015 7:49 am
Forum: .NET
Topic: Click events in asp.net web application
Replies: 2
Views: 11370

Re: Click events in asp.net web application

We need to perform click events on our teechart graphs in web applications(.aspx pages), please let us know how can we perform this, below are the details There is an ASP.NET example shipped with TeeChart for .NET which can be found under: %Program Files%\Steema Software\Steema TeeChart for .NET 20...
by Christopher
Fri Apr 24, 2015 12:35 pm
Forum: .NET
Topic: Error: Index was outside the bounds of the array.
Replies: 4
Views: 8740

Re: Error: Index was outside the bounds of the array.

We are facing a strange issue, but havent found a solution to this. We are getting "Index was outside the bounds of the array" whenever we have Nerest Points and Mark Tips Tools are Active. The following code snippet works as expected: private void InitializeChart() { tChart1.Aspect.View3D = false;...
by Christopher
Fri Apr 24, 2015 11:19 am
Forum: .NET
Topic: Blank space issue for Candle Sticks Graph
Replies: 16
Views: 27105

Re: Blank space issue for Candle Sticks Graph

Hello, Without access to your data, I'm afraid I cannot reproduce your issue. Can you please modify the code snippet below so I can reproduce your issue here? Candle newSeries; private void InitializeChart() { newSeries = new Candle(); newSeries.VertAxis = VerticalAxis.Right; newSeries.UpCloseColor ...
by Christopher
Fri Apr 24, 2015 9:39 am
Forum: .NET
Topic: Scale is not automatically adjusted for Finantial Functions
Replies: 1
Views: 4329

Re: Scale is not automatically adjusted for Finantial Functions

Hello! This code runs as expected: private void InitializeChart() { tChart1.Axes.Bottom.Automatic = true; //tChart1.Axes.Left.Automatic = false; Steema.TeeChart.Styles.FastLine tFastLine1 = new Steema.TeeChart.Styles.FastLine(); tFastLine1.VertAxis = VerticalAxis.Left; Steema.TeeChart.Functions.ADXF...
by Christopher
Fri Apr 24, 2015 8:16 am
Forum: .NET
Topic: Graph functions not available in Teechart .Net version
Replies: 5
Views: 9677

Re: Graph functions not available in Teechart .Net version

I have added this feature request to Steema's bugzilla with id=1199 . As you may know, TeeChart .NET clients already have the capability of constructing their own custom functions. Information on how to do this can be found in TeeChart for .Net Tutorials.chm under: %Program Files%\Steema Software\St...
by Christopher
Thu Apr 23, 2015 1:08 pm
Forum: .NET
Topic: Unzoom
Replies: 5
Views: 8556

Re: Unzoom

Will, Two possible solutions, the first in the page-behind file, e.g. private void CheckZoom() { CheckZoom((ArrayList)Session[UniqueID + "Zoomed"]); } private void CheckZoom(ArrayList zoomedState) { ZoomTool zoomTool = (ZoomTool)WebChart1.Chart.Tools[0]; zoomedState = zoomTool.SetCurrentZoom(Page.Re...
by Christopher
Wed Apr 22, 2015 1:59 pm
Forum: .NET
Topic: Graph functions not available in Teechart .Net version
Replies: 5
Views: 9677

Re: Graph functions not available in Teechart .Net version

Hello,

For your interest, you will notice that a good number of the financial functions you mention are already available in TeeChart .NET, as can be seen in the features demo:
finfunctions.PNG
finfunctions.PNG (212.57 KiB) Viewed 9811 times
by Christopher
Wed Apr 22, 2015 10:16 am
Forum: .NET
Topic: Unzoom
Replies: 5
Views: 8556

Re: Unzoom

Hello Will,

Apologies for the fact that over twenty-four hours have passed without a response to your issue. Just to let you know that we are presently looking into it and that we hope to have a response for you very shortly.