Search found 1603 matches

by Christopher
Wed Dec 18, 2013 1:36 pm
Forum: .NET
Topic: Zooming when scrolling custom axes
Replies: 1
Views: 4765

Re: Zooming when scrolling custom axes

Hello, As you can see in our public bug tracking system, the bug you reported in your last message has now been fixed. I have run a test using similar code but with a vertical axis: private void InitializeChart() { tChart1.Aspect.View3D = false; Steema.TeeChart.Styles.Line line1 = new Line(tChart1.C...
by Christopher
Tue Dec 17, 2013 4:20 pm
Forum: .NET
Topic: Problems with selector saving
Replies: 1
Views: 4638

Re: Problems with selector saving

Hello,

I have entered this defect into our public bug tracker here and have already found a fix to it. This fix will be available in the next maintenance release, due out in the first month of next year.
by Christopher
Mon Dec 16, 2013 3:55 pm
Forum: .NET
Topic: .asContour.Smoothing.Interpolate
Replies: 5
Views: 10622

Re: .asContour.Smoothing.Interpolate

Hello,

I have already tried to answer this question here:
http://www.teechart.net/support/viewtop ... 655#p64204
by Christopher
Mon Dec 16, 2013 3:53 pm
Forum: .NET
Topic: Grid lines on contour series
Replies: 9
Views: 19285

Re: Grid lines on contour series

Hello, Unfortunately, in this specific case TChart is not going to be able to help you a great deal. Of course you can plot your 5x3 grid using the contour series, but there is no built in capability to then be able to read the data back as a 25x3 grid. I'm afraid you will have to generate such algo...
by Christopher
Mon Dec 09, 2013 12:14 pm
Forum: .NET
Topic: How to Show Strairs SeriesBandTool
Replies: 1
Views: 5087

Re: How to Show Strairs SeriesBandTool

Thank you for reporting this issue to us. I have entered this issue into our public bug database here.

Please be aware that this is a public bug database and that any future issues can be added to it by Steema clients and support personal alike.
by Christopher
Wed Dec 04, 2013 10:22 am
Forum: .NET
Topic: How to display some text in Tee chart.
Replies: 6
Views: 12698

Re: How to display some text in Tee chart.

Hello Biji,

You're very welcome.

_/|\_
by Christopher
Tue Dec 03, 2013 12:59 pm
Forum: .NET
Topic: How to display some text in Tee chart.
Replies: 6
Views: 12698

Re: How to display some text in Tee chart.

Hello Biji, Maybe when you load another chart data you are creating two annotation tools, one of which is on top of the other. You could check if you already have an Annotation on the chart by code like this (press the button twice): Annotation anSeries1; private void button1_Click(object sender, Ev...
by Christopher
Fri Nov 08, 2013 5:24 pm
Forum: .NET
Topic: TeeChart for .NET v2013 [08 NOV 2013] RELEASE 4.1.2013.11080
Replies: 0
Views: 6143

TeeChart for .NET v2013 [08 NOV 2013] RELEASE 4.1.2013.11080

Steema is very pleased to announce a new maintenance release of v2013 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 Nov 06, 2013 1:27 pm
Forum: .NET
Topic: TeeChart for .NET v2013 [04 NOV 2013] RELEASE 4.1.2013.11040
Replies: 0
Views: 6402

TeeChart for .NET v2013 [04 NOV 2013] RELEASE 4.1.2013.11040

Steema is very pleased to announce a new maintenance release of v2013 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 Jul 31, 2013 2:19 pm
Forum: .NET
Topic: TeeChart for .NET v2013 [30 JUL 2013] RELEASE 4.1.2013.07300
Replies: 3
Views: 7526

TeeChart for .NET v2013 [30 JUL 2013] RELEASE 4.1.2013.07300

Steema is very pleased to announce a new maintenance release of v2013 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
Fri Jul 19, 2013 11:01 am
Forum: .NET
Topic: Some questionable utils code
Replies: 2
Views: 5572

Re: Some questionable utils code

Hello! You're right, the calculation is very simple for RGB colours, e.g. public static Color CalcColorBlend2(Color start, Color end, int percentage) { double perc = percentage / 100.0; int a = Utils.Round(start.A + ((end.A - start.A) * perc)); int r = Utils.Round(start.R + ((end.R - start.R) * perc...
by Christopher
Tue Jun 18, 2013 2:02 pm
Forum: .NET
Topic: TeeChart for .NET v2013 [18 JUN 2013] RELEASE 4.1.2013.05280
Replies: 0
Views: 6017

TeeChart for .NET v2013 [18 JUN 2013] RELEASE 4.1.2013.05280

Steema is very pleased to announce its new release v2013 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://www.steema.com/...
by Christopher
Mon Feb 04, 2013 11:25 am
Forum: .NET
Topic: TeeChart for .NET v2012 [31 JAN 2013] RELEASE 4.1.2012.01310
Replies: 4
Views: 8177

TeeChart for .NET v2012 [31 JAN 2013] RELEASE 4.1.2012.01310

Steema is very pleased to announce a new maintenance release of v2012 for 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://w...
by Christopher
Fri Jan 25, 2013 3:13 pm
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 45433

Re: TeeChart WPF - Cant see text in XAML

Hello, Okay, I think I have a solution for you. In the new version of TeeChart.WPF.dll, you will be able to do something similar to this: private void InitializeChart() { tChart1.Aspect.TextFormattingMode = TextFormattingMode.Ideal; tChart1.AfterDraw += tChart1_AfterDraw; } void tChart1_AfterDraw(ob...
by Christopher
Mon Jan 21, 2013 8:20 am
Forum: .NET
Topic: TeeChart WPF - Cant see text in XAML
Replies: 31
Views: 45433

Re: TeeChart WPF - Cant see text in XAML

Hi Idan. Thanks. I think I have an idea how this will be achieved, but I would like to ask your collaboration in the form of a clear example of the use of DrawText that you need. The workaround is to use the existing Graphics3D.TextOut method. The Brush can be set using the Graphics3D.Font.Brush pro...