Search found 35 matches

by neurosoft
Wed Apr 20, 2011 10:40 am
Forum: .NET
Topic: HatchStyle of Legend in WPF TChart
Replies: 4
Views: 6356

Re: HatchStyle of Legend in WPF TChart

Hi steema!
We have downloaded latest release of TeeChart (TeeChart.NET version 2011Build 4.1.2011.04193). Bug [TW16015422] in Release.txt is marked as Fixed. But I reproduce this bug by using code posted above.
by neurosoft
Wed Apr 20, 2011 10:28 am
Forum: .NET
Topic: WPF TChart program hang
Replies: 5
Views: 7057

Re: WPF TChart program hang

Hello!

I have loaded latest TChart version 4.1.2011.4193 from 19.04.2011, but this problem remained. Please check it!
by neurosoft
Wed Apr 13, 2011 1:52 pm
Forum: .NET
Topic: WPF TChart program hang
Replies: 5
Views: 7057

Re: WPF TChart program hang

Hello!

I am using version TChart 2010 version 4.0.2011.2083, Visual Studio 2010 SP1

Here is source code (you need only chage ref of TChart to your folder)
TChartWpfApplication.zip
source code
(9.43 KiB) Downloaded 559 times
by neurosoft
Tue Apr 12, 2011 8:37 am
Forum: .NET
Topic: WPF TChart program hang
Replies: 5
Views: 7057

WPF TChart program hang

Hello! With this segment of code program hanged forever. But if use for tChart.Height another value than 63 it works. The problem is in method Steema.TeeChart.WPF.Axis.InternalCalcLabelsIncrement() - there is some infinite cycle. public partial class MainWindow : Window { public MainWindow() { Initi...
by neurosoft
Wed Mar 02, 2011 7:31 am
Forum: .NET
Topic: Inverted logariphmic scale bug
Replies: 3
Views: 5442

Re: Inverted logariphmic scale bug

Dear Sandra, the example that you sent is really working. But then we apply true value to the parameter tChart1.Axes.Left.AutomaticMinimum the drawing becomes incorrect (Fig.1) Fig1.PNG You have to agree that it should work correctly with any value of this parameter. Besides when we scroll the chart...
by neurosoft
Fri Feb 25, 2011 3:12 pm
Forum: .NET
Topic: HatchStyle of Legend in WPF TChart
Replies: 4
Views: 6356

HatchStyle of Legend in WPF TChart

Hi Steema people! I want to add Bars with hatch styled brush to my WPF TChart. And I want to show Legend of Bar. I use following simple code: MyTChart.Aspect.View3D = false; Bar bar = new Bar(); bar.Add(10); bar.Brush.Style = Steema.TeeChart.WPF.Drawing.HatchStyle.DiagonalCross; bar.Brush.Color = Co...
by neurosoft
Thu Jan 20, 2011 11:57 am
Forum: .NET
Topic: Inverted logariphmic scale bug
Replies: 3
Views: 5442

Inverted logariphmic scale bug

Steema TeeChart Build 4.1.2010.11303 We have some problems with incorrect work of the TChart component in the case when left-axis is the logarithmic scale and inverted. Here is a simple example of this error: 1. Create fastline series 2. Left-axis is a logarithmic scale and inverted. 3. Other parame...
by neurosoft
Thu Jan 13, 2011 11:46 am
Forum: .NET
Topic: Bug in TeeChart 2010.
Replies: 3
Views: 5266

Re: Bug in TeeChart 2010.

Hi Narcis!
We are using TeeChart for .NET 2010 Build 4.1.2010.11303.
by neurosoft
Wed Jan 12, 2011 1:43 pm
Forum: .NET
Topic: Bug in TeeChart 2010.
Replies: 3
Views: 5266

Bug in TeeChart 2010.

First time programmatically setting Cursor tool position (XValue or YValue) is ignored!
This can be seen in Cursor tool example (Tools\Cursor\Moving Programatically) in Examples browser.
Also you can see our screenshot as a proof.
teechart_cursor_bug.png
teechart_cursor_bug.png (322.57 KiB) Viewed 5478 times
by neurosoft
Tue Dec 07, 2010 10:20 am
Forum: .NET
Topic: Exporting HatchStyle to Xaml
Replies: 1
Views: 3348

Exporting HatchStyle to Xaml

Hi steema people! I want to export WPF TChart with HatchStyle to xaml: MyTChart.Series.Add(new Bar()); Bar series = MyTChart[0] as Bar; series.Brush.Style = Steema.TeeChart.WPF.Drawing.HatchStyle.BackwardDiagonal; series.Brush.Solid = false; series.Brush.Color = Colors.White; MyTChart.Aspect.View3D ...
by neurosoft
Fri Oct 22, 2010 10:36 am
Forum: .NET
Topic: Export TChart to XAML. Very thick grid lines.
Replies: 5
Views: 7177

Re: Export TChart to XAML. Very thick grid lines.

Hello!
The bug was not fixed in the latest release. Please, tell me when I can expect the bug with grid lines (in exported TChart) be fixed. In the next release or later? It is very important for me.
Thanks.
by neurosoft
Tue Oct 05, 2010 1:24 pm
Forum: .NET
Topic: Export Vertical Text on the TeeChart to Xaml.
Replies: 5
Views: 6936

Re: Export Vertical Text on the TeeChart to Xaml.

Hello, Sandra!

I am aware at this forum, I downloaded latest release after it appeares, but bug didn't fixed... Why? Would you like to fix it in next release or never fix? Is it possible to make it faster because of this bug we can't use WPF TeeChart?
by neurosoft
Mon Oct 04, 2010 2:28 pm
Forum: .NET
Topic: Export Vertical Text on the TeeChart to Xaml.
Replies: 5
Views: 6936

Re: Export Vertical Text on the TeeChart to Xaml.

Hello, Steema people!

I downloaded latest release from 28 of September, but this bug is not fixed! It's very serious, we can't copy charts into reports with it! Please fix it!
by neurosoft
Wed Sep 22, 2010 6:00 am
Forum: .NET
Topic: Export TChart to XAML throws exception
Replies: 4
Views: 6132

Re: Export TChart to XAML throws exception

Hello Sandra! I would like to be sure that the bug in TW16014998 is the same that i have described. In the topic http://www.teechart.net/support/viewtopic.php?f=4&t=11258&start=0&hilit=TW16014998 it was discussed exporting TChart to JPEG. Exporting to JPEG don't throw exception when the Legend.Check...
by neurosoft
Thu Sep 16, 2010 1:41 pm
Forum: .NET
Topic: Export TChart to XAML throws exception
Replies: 4
Views: 6132

Re: Export TChart to XAML throws exception

Some additional info: the problem is in code line "MyTChart.Legend.CheckBoxes = true"; if you change it to "MyTChart.Legend.CheckBoxes = false" all will be Ok.