Search found 18 matches

by lilo
Thu Sep 25, 2014 1:36 pm
Forum: .NET
Topic: New Version Changes
Replies: 1
Views: 4651

New Version Changes

I have installed the latest version August 4.1.2014 into my applications. The behavior of the sub charting tool seems to have changed. None of my sub charts display correctly anymore. The layouts have completely changed, possibly due to scaling changes? Any idea what has changed? I am having difficu...
by lilo
Tue Sep 16, 2014 6:25 am
Forum: .NET
Topic: Adding Data to Pie Chart
Replies: 2
Views: 6017

Re: Adding Data to Pie Chart

Hi Christopher,

Thanks, this is what I was looking for.
by lilo
Sat Sep 13, 2014 4:24 am
Forum: .NET
Topic: Adding Data to Pie Chart
Replies: 2
Views: 6017

Adding Data to Pie Chart

How do I add data for a pie chart from code?
For example, what are the x and y values?
by lilo
Sun Jun 15, 2014 11:04 am
Forum: .NET
Topic: Tchart Redraw
Replies: 1
Views: 4564

Tchart Redraw

The positions of my text labels are not correct when I plot a chart. I have a Tchart.Draw option to refresh the chart, but it still does not update the position of the annotations correctly. This appears to be a bug. I have to clear the chart and completely redraw it with code to update the annotati...
by lilo
Sun Mar 30, 2014 9:21 pm
Forum: .NET
Topic: Hiding Axis Labels
Replies: 1
Views: 4490

Hiding Axis Labels

Hi,

I need to hide/remove parts of the axes labels for a Points Chart. For example, I do not want to display any labels that less than zero:

Y Axis: -50 to 150
Aim: To display labels on the chart only between 0 and 150

How can I achieve this?

Thanks,
by lilo
Tue Feb 04, 2014 2:13 am
Forum: .NET
Topic: Bar Chart does not Resize Correctly
Replies: 2
Views: 6699

Re: Bar Chart does not Resize Correctly

I changed some of my code and it started working correctly...

Thanks,
by lilo
Fri Jan 31, 2014 6:24 pm
Forum: .NET
Topic: Bar Chart does not Resize Correctly
Replies: 2
Views: 6699

Bar Chart does not Resize Correctly

If a Bar Chart is resized on a form interactively by dragging the form handle bars and resizing the bar chart on the fly in code, a gap appears on the left of the chart between the y-axis and first sample.
BarChart1.jpg
BarChart1.jpg (67.56 KiB) Viewed 6809 times
by lilo
Fri Jan 31, 2014 6:18 pm
Forum: .NET
Topic: Contour Chart Labels Broken in New Version
Replies: 1
Views: 5803

Contour Chart Labels Broken in New Version

Contour Chart Labels are Broken in New Version Steema TeeChart for .NET 2013 4.1.2013.11080.

If ContourMarks.AntiOverlap = True and ContourMarks.Visible = True, the contour labels will not plot.
by lilo
Fri Nov 15, 2013 5:08 pm
Forum: .NET
Topic: Build
Replies: 1
Views: 4072

Build

Is the latest build suitable for Visual Studio 2010 and Net Framework 4.0?
by lilo
Fri Nov 15, 2013 5:07 pm
Forum: .NET
Topic: Add Curve Tool to Wish List
Replies: 3
Views: 6755

Re: Add Curve Tool to Wish List

Hi Sandra,

I am using the curves as drawing annotations, not actual charts.
by lilo
Tue Nov 12, 2013 5:52 am
Forum: .NET
Topic: Add Curve Tool to Wish List
Replies: 3
Views: 6755

Add Curve Tool to Wish List

I find the line tool and shape tools useful; however I would also like to see a curve tool for drawing curves on charts, if possible.
by lilo
Thu Oct 03, 2013 12:33 am
Forum: .NET
Topic: Annotation String Position
Replies: 12
Views: 20589

Re: Annotation String Position

Thanks Sandra,

This solved the problem.
by lilo
Sat Sep 28, 2013 3:44 am
Forum: .NET
Topic: Annotation String Position
Replies: 12
Views: 20589

Re: Annotation String Position

Hi Sandra,

Attached is a project for visual studio 2010.
by lilo
Fri Sep 27, 2013 8:40 am
Forum: .NET
Topic: Annotation String Position
Replies: 12
Views: 20589

Re: Annotation String Position

Hi Sandra, Thanks, your project works fine. My project(s) will not work. I am using Visual Basic Net 2010 TeeChart V 4.1.2012.1312. I am creating the annotation tools at runtime without the edit window. Private Sub TChart1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventA...
by lilo
Thu Sep 19, 2013 9:09 am
Forum: .NET
Topic: Annotation String Position
Replies: 12
Views: 20589

Re: Annotation String Position

Thanks Sandra,

I can't open your project, as I am still using Visual Studio 2010...I might have to download an express version. In the meantime, I am able to workaround the problem by setting the annotation width and height manually to the character width and height.