Search found 24 matches
- Fri Jul 23, 2010 5:16 am
- Forum: .NET
- Topic: TeeChartNET2010VSNET2010_4.0.2010.27963 in VS2010
- Replies: 1
- Views: 2512
TeeChartNET2010VSNET2010_4.0.2010.27963 in VS2010
Hi I have: OS: Windows 7 Ultimate (RU) Microsoft Visual Studio 2010 (EN) I install this software for using in Microsoft Silverlight 4 technoligy. But after installation in Toolbox of VS2010 I can't find any components from TeeChart software (in design time). I try to create this Tab with name "TeeCh...
- Thu Jun 03, 2010 10:59 am
- Forum: .NET
- Topic: problem with horizontal custom axe
- Replies: 14
- Views: 11930
Re: problem with horizontal custom axe
i need 3 top axes with different series ))
very wait next release, i collect 3 bugs
very wait next release, i collect 3 bugs
- Thu Jun 03, 2010 10:36 am
- Forum: .NET
- Topic: problem with horizontal custom axe
- Replies: 14
- Views: 11930
Re: problem with horizontal custom axe
thanx
on chart i use some top axes, thats why on top axe is not best solution
on chart i use some top axes, thats why on top axe is not best solution
- Thu Jun 03, 2010 8:00 am
- Forum: .NET
- Topic: problem with horizontal custom axe
- Replies: 14
- Views: 11930
Re: problem with horizontal custom axe
help. need fast solution
- Wed Jun 02, 2010 11:43 am
- Forum: .NET
- Topic: problem with horizontal custom axe
- Replies: 14
- Views: 11930
Re: problem with horizontal custom axe
Code for reproduce. double x = 0; double y = 0; tChart1.Aspect.View3D = false; Steema.TeeChart.Styles.HorizLine line = new Steema.TeeChart.Styles.HorizLine(tChart1.Chart); for (int k = 0; k < 50; k++) { line.Add(x, y); x++; y++; } Steema.TeeChart.Axis axes1 = new Steema.TeeChart.Axis(); tChart1.Axes...
- Wed Jun 02, 2010 11:36 am
- Forum: .NET
- Topic: problem with horizontal custom axe
- Replies: 14
- Views: 11930
Re: problem with horizontal custom axe
wrong code. After creating custom axe1, you assing axe1 with Top axe (axes1 = tChart1.Axes.Top;) axes1 = tChart1.Axes.Top; axes1.AxisPen.Color = Color.Red; line.CustomHorizAxis = axes1; axes1.OtherSide = true; need also set axes1.Horizontal = true; in real time, don't check what real data in point o...
- Wed Jun 02, 2010 9:39 am
- Forum: .NET
- Topic: problem with horizontal custom axe
- Replies: 14
- Views: 11930
Re: problem with horizontal custom axe
first point - x = 1010 , y = 0, but on chart, according label on custom axe, first point x ~ 800
- Wed Jun 02, 2010 9:36 am
- Forum: .NET
- Topic: problem with horizontal custom axe
- Replies: 14
- Views: 11930
problem with horizontal custom axe
Hello.
Has bug in run and design time.
Add horizontal custom axe and set OTHER SIDE = true and add horizontal line.
In result, labels on custom axe draw in reversed order, but data on line in right order
Has bug in run and design time.
Add horizontal custom axe and set OTHER SIDE = true and add horizontal line.
In result, labels on custom axe draw in reversed order, but data on line in right order
- Thu May 06, 2010 11:48 am
- Forum: .NET
- Topic: GetPointerStyle - bug
- Replies: 4
- Views: 5116
Re: GetPointerStyle - bug
Thanks, will wait next version
- Wed May 05, 2010 1:08 pm
- Forum: .NET
- Topic: How to get the selected series ?
- Replies: 3
- Views: 4106
Re: How to get the selected series ?
sample code on C#
Code: Select all
private void line_Click(object sender, MouseEventArgs e)
{
Steema.TeeChart.Styles.Line line = sender as Steema.TeeChart.Styles.Line;
int i = line.Chart.Series.IndexOf(line);
}
- Wed May 05, 2010 11:20 am
- Forum: .NET
- Topic: GetPointerStyle - bug
- Replies: 4
- Views: 5116
Re: GetPointerStyle - bug
i found proplem - it happen, when Left axe inverted
in attach sample project
in attach sample project
- Wed May 05, 2010 5:41 am
- Forum: .NET
- Topic: GetPointerStyle - bug
- Replies: 4
- Views: 5116
GetPointerStyle - bug
Have bug with GetPointerStyle. I want draw only first points in some series. I have two charts with some series, series on different charts have same DataSource. Result - first chart draw two first points, second chart don't draw first point in first series. What do i wrong? problems.JPG my code: pr...
- Tue May 04, 2010 4:49 am
- Forum: .NET
- Topic: Bug [TF02014744]
- Replies: 5
- Views: 4896
Re: Bug [TF02014744]
very good!!!
- Thu Apr 29, 2010 10:36 am
- Forum: .NET
- Topic: difficult click POINT3D, when it rotated
- Replies: 2
- Views: 3570
Re: difficult click POINT3D, when it rotated
thanks you. willn't use this event on 3d series.
- Thu Apr 29, 2010 9:45 am
- Forum: .NET
- Topic: Bug [TF02014744]
- Replies: 5
- Views: 4896
Re: Bug [TF02014744]
up...why wasn't bug fixed?