Search found 1603 matches

by Christopher
Mon Mar 31, 2014 10:51 am
Forum: .NET
Topic: Hiding Axis Labels
Replies: 1
Views: 4268

Re: Hiding Axis Labels

Hello, Y Axis: -50 to 150 Aim: To display labels on the chart only between 0 and 150 You can use the GetNextAxisLabel event, e.g. private Steema.TeeChart.Styles.Points series1; private void InitializeChart() { tChart1.Aspect.View3D = false; series1 = new Steema.TeeChart.Styles.Points(tChart1.Chart);...
by Christopher
Mon Mar 31, 2014 10:36 am
Forum: .NET
Topic: axis labels and title overlaping for many vertical axes
Replies: 13
Views: 21893

Re: axis labels and title overlaping for many vertical axes

Hi Petr, I would like to use the source code for TeeChart and TeeChart.Direct2D - will I not need to recompile everything to be able to use it? Is there no way you can send me a simple Windows Forms example of the problem you have? Using the project you sent is going to take a little time for me to ...
by Christopher
Fri Mar 28, 2014 1:37 pm
Forum: .NET
Topic: axis labels and title overlaping for many vertical axes
Replies: 13
Views: 21893

Re: axis labels and title overlaping for many vertical axes

Petr wrote:here you can find my project with test application. Here's the build order:
I think I must be doing something wrong. I start with this:
debug1.PNG
debug1.PNG (19.06 KiB) Viewed 22178 times
but when I build I get this:
debug2.PNG
debug2.PNG (12.89 KiB) Viewed 22176 times
by Christopher
Fri Mar 28, 2014 1:26 pm
Forum: .NET
Topic: Direct2D Memory Leak
Replies: 4
Views: 7997

Re: Direct2D Memory Leak

gcs wrote:I tried the modified code in id=681.
It also has a memory leaks.

Can you check again please?
No, this code will not work for you because the fix required a change to the TeeChart.Direct2D.dll source code.
by Christopher
Fri Mar 28, 2014 12:51 pm
Forum: .NET
Topic: How to use Themes in WPF's xaml File?
Replies: 1
Views: 4277

Re: How to use Themes in WPF's xaml File?

Candy wrote:TeeChart WPF Example demonstrates use Themes in WPF's cs File, but how to use Themes in WPF's xaml File? :roll:

Please gives a sample code, thx :mrgreen: (for Win7/VS2010)
I'm afraid to say that TeeChart.WPF.dll has no designtime (XAML) support for TeeChart Themes.
by Christopher
Fri Mar 28, 2014 12:50 pm
Forum: .NET
Topic: Fail at printing preview.
Replies: 4
Views: 8454

Re: Fail at printing preview.

Hi, there is problem in TeeChart Print Preview dialog. there is a Margin Units box, with items percent and 1/100 inch( by default ). If youl you'll try to change it to recent and back appears exception ( "A generic error occurred in GDI+." ). It looks like a bug. This seems to work okay here using ...
by Christopher
Fri Mar 28, 2014 12:04 pm
Forum: .NET
Topic: Direct2D Memory Leak
Replies: 4
Views: 7997

Re: Direct2D Memory Leak

Hello, You can see the results by commenting following line in the Form1.cs setD2D(tChart); // in CreateCharts() function I have been able to reproduce this issue here. Part of the issue has been fixed, as can be seen in id=681 , but creating and disposing of a chart with a series in it still leaks ...
by Christopher
Fri Mar 28, 2014 10:12 am
Forum: .NET
Topic: axis labels and title overlaping for many vertical axes
Replies: 13
Views: 21893

Re: axis labels and title overlaping for many vertical axes

Hello, you can see that i do absolutely same things for setting minimum and maximum, but in case of minimum everything works fine, but with minimum it doesn't. So what am i doing wrong, and probably you can offer me another way to solve this problem? Would you be so kind as to give me a fuller code ...
by Christopher
Wed Mar 26, 2014 3:42 pm
Forum: .NET
Topic: TeeChart for .NET v2014 [24 FEB 2014] RELEASE 4.1.2014.02240
Replies: 3
Views: 7237

Re: TeeChart for .NET v2014 [24 FEB 2014] RELEASE 4.1.2014.02240

Our company policy doesn't let us to connect development computer to internet. Therefore, I activated this setup by "http://www.steema.com/linkIn/Activation". But after the activation, the setup tried to connect to internet to download the required files. Is there any offline stand-alone setup for ...
by Christopher
Wed Mar 26, 2014 3:02 pm
Forum: .NET
Topic: Plotting x-axis samples in descending order
Replies: 4
Views: 9065

Re: Plotting x-axis samples in descending order

Hello!
BenW wrote:Are there any gotcha's with inverting the axis in the manner?
No, not that I know of. If there is a problem, then it should be fixed. Do please let me know if you come across something you don't see as correct.
by Christopher
Wed Mar 26, 2014 10:33 am
Forum: .NET
Topic: Compiling Error TeeChart SourceCode
Replies: 1
Views: 3829

Re: Compiling Error TeeChart SourceCode

Hello,
Jan wrote: Do you have an Idea how to fix it?
One possibility is to add "VS2010;VS2012" to the conditional compile symbols of the TeeChart project. Does that help?
by Christopher
Wed Mar 26, 2014 9:18 am
Forum: .NET
Topic: multichart to 1 page pdf export?
Replies: 6
Views: 14714

Re: multichart to 1 page pdf export?

Hello! I'm new to using TeeChart so please excuse me if this is an obvious question. I would like to export 3 line charts all to a single page .pdf. I'm able to export 3 charts to 3 separate pages withing the .pdf file but how can I get all 3 charts to display on a single page? No problem. It is not...
by Christopher
Wed Mar 26, 2014 9:06 am
Forum: .NET
Topic: Plotting x-axis samples in descending order
Replies: 4
Views: 9065

Re: Plotting x-axis samples in descending order

Hi, then the x-axis labels would be shown (from left to right) starting at 100 and ending at -50. You could invert the bottom axis, e.g. Line series; private void InitializeChart() { tChart1.Aspect.View3D = false; series = new Line(tChart1.Chart); series.Add(100, 20); series.Add(60, 24); series.Add(...
by Christopher
Mon Mar 24, 2014 12:10 pm
Forum: .NET
Topic: How change background of a numeric gauge
Replies: 4
Views: 7574

Re: How change background of a numeric gauge

wakeup wrote:It doesn't run. I don't know why is it yellow...
The code I posted works as expected using TeeChart v.4.1.2014.02240 - which version are you using?
by Christopher
Fri Mar 21, 2014 1:33 pm
Forum: .NET
Topic: get the double click on Rectangle tool
Replies: 1
Views: 5092

Re: get the double click on Rectangle tool

Hello Amol, When we double click on Rectangle Tool it Should raise a Message showing that Mouse double clicked on Rectangle Tool. It will so helpful for us if you please provide any alternative solution. You could try something similar to: RectangleTool tool; private void InitializeChart() { tool = ...