Search found 10 matches
- Tue May 03, 2011 12:04 am
- Forum: .NET
- Topic: Keep Zoom on Custom axes
- Replies: 6
- Views: 6269
Re: Keep Zoom on Custom axes
Hello Sandra, thank you for your recommendation. I tried it in your example, but it doesn't work correctly, because x-axes don't rescale, only increase in 10. I found a solution for me, I don't know if it is the best way. When I zoom in the chart I calculate the percentage of zoom represents in Y, a...
- Sat Apr 30, 2011 4:26 am
- Forum: .NET
- Topic: Keep Zoom on Custom axes
- Replies: 6
- Views: 6269
Re: Keep Zoom on Custom axes
Hello Sandra, Thank you for your example, It works great. I have the problem that each Y custom axis has different scale, and I can not use the Minimum and Maximum value of a specific axis as you do in your example... ... axis.SetMinMax(ch1.Axes.Bottom.Minimum, ch1.Axes.Bottom.Maximum); ... Another ...
- Thu Apr 28, 2011 10:29 pm
- Forum: .NET
- Topic: Keep Zoom on Custom axes
- Replies: 6
- Views: 6269
Re: Keep Zoom on Custom axes
Hello Sandra,
I saw your Demo but It doesn't use custom axes. I use custom axes with automatic size, Do you have an example with custom axes?
Thank you.
I saw your Demo but It doesn't use custom axes. I use custom axes with automatic size, Do you have an example with custom axes?
Thank you.
- Thu Apr 28, 2011 1:52 am
- Forum: .NET
- Topic: Keep Zoom on Custom axes
- Replies: 6
- Views: 6269
Keep Zoom on Custom axes
Hi, I am using webchart, I have some custom Y axes, when I zoom in on the chart I make the follow in my CheckZoom function: ... for (int c = 0; c < this.CurvesWebChart.Chart.Axes.Custom.Count; c++) { Axis axis = this.CurvesWebChart.Chart.Axes.Custom[c]; double y1 = axis.CalcPosPoint(this.CurvesWebCh...
- Wed Feb 23, 2011 7:29 am
- Forum: .NET
- Topic: Multiple Axes
- Replies: 2
- Views: 3336
Re: Multiple Axes
The example helped me.
Thank you.
Thank you.
- Sat Feb 19, 2011 6:13 am
- Forum: .NET
- Topic: Multiple Axes
- Replies: 2
- Views: 3336
Multiple Axes
Hi, I want to have multiple axes in my chart. Like your financial images:
How can I do it?
Thank you in advance.
How can I do it?
Thank you in advance.
- Tue Feb 15, 2011 6:41 pm
- Forum: .NET
- Topic: Axis Position
- Replies: 1
- Views: 2502
Axis Position
Hi I need to draw a chart to an axe position. For example, when i set leftAxis.EndtPosition = 50, i need that the 50 value it will be in pixels not a percent value. How can i do that? Because, When i do this leftAxis.StartPosition = 0; leftAxis.EndtPosition = 50; and my graph grow up, the end positi...
- Mon Dec 06, 2010 10:13 pm
- Forum: .NET
- Topic: valid license
- Replies: 4
- Views: 4309
Re: valid license
I was using the WPF evaluation version: TeeChartNET2010VSNETWPFEval_4.0.2010.27965 I bought the license after and Install this version: TeeChartNET2010VSNETWPF_4.1.2010.11301.exe This installer don´t create any Key in my registry. So, when I try to drag a Chart from the Tool palette onto any of my p...
- Fri Dec 03, 2010 6:33 pm
- Forum: .NET
- Topic: valid license
- Replies: 4
- Views: 4309
Re: valid license
Hi Narcís I check your steps, but in the number 1(to generate the Licenses.licx File), when I drag a Chart from the Tool palette onto any of my project's windows, I have this following error: "An instance of type 'Steeme.TeeChart.WPF.TChart' was being created, and a valid license could not be grante...
- Fri Dec 03, 2010 1:14 am
- Forum: .NET
- Topic: valid license
- Replies: 4
- Views: 4309
valid license
Hi. I did this: <Window x:Class="TeeChart.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Height="300" Width="300" xmlns:my="clr-namespace:Steema.TeeChart.WPF;assembly=TeeChart.WPF"> <DockPanel> <my:TCh...