Search found 40 matches

by Lakshmi
Thu Aug 02, 2007 5:23 am
Forum: .NET
Topic: Vertical graph support in TChart
Replies: 1
Views: 5510

Vertical graph support in TChart

I have set of (x, y) values and want to display graph for these values. How can graph be drawn vertically so that x values are plotted against vertical axis and y values are plotted against horizontal axis. Is there any property exposed by TChart which let user set the horizontal/vertical orientatio...
by Lakshmi
Wed May 30, 2007 7:52 am
Forum: .NET
Topic: Graph Plot Area - Axis Origin in Window Coordinate
Replies: 1
Views: 4934

Graph Plot Area - Axis Origin in Window Coordinate

Hi In our application we are tyring to align the graph with another window. This another window has some image displayed. For aligning the graph with the other window we need to know the plot area in the windows coordinate. What we need is to find out exactly where Y-axis of the graph in the window ...
by Lakshmi
Wed May 02, 2007 6:39 am
Forum: .NET
Topic: We have a new 64bit machine where we are getting this error
Replies: 1
Views: 4626

We have a new 64bit machine where we are getting this error

Error 1 Exception occurred creating type 'Steema.TeeChart.TChart, TeeChart, Version=2.0.2040.15119, Culture=neutral, PublicKeyToken=9c8126276c77bdb7' System.NullReferenceException: Object reference not set to an instance of an object. This error points to the licenses.licx file. We did not face this...
by Lakshmi
Thu Apr 12, 2007 6:53 am
Forum: .NET
Topic: Title Position for Axis
Replies: 1
Views: 4800

Title Position for Axis

We have a requirement as to where we position the axis title position.
For the bottom axis it could be left, middle or right.
For the left axis it could be top, middle or bottom.

Is there any way of supporting the above thing with TeeChart.
Thanks
by Lakshmi
Wed Apr 11, 2007 12:33 pm
Forum: .NET
Topic: Axis Title Overlaps the Axis lables
Replies: 3
Views: 6642

The 50 wont work always .

The custom size that needs to be set, depends upon the angle as well as the length of the Axis Title.

If the axis title length exceeds a certain value then 50 wont suffice.!! can there be a logical solution to this.
by Lakshmi
Wed Apr 11, 2007 10:40 am
Forum: .NET
Topic: Axis Title Overlaps the Axis lables
Replies: 3
Views: 6642

THANKS FOR THE LINK

However the 'Labels.Height' property does not help, Rather to make the size of the lables constant we need to set the following property up. axis.Labels.CustomSize = 50; This ends up adjusting the space between left axis title and left axis values(labels). Strange that we have to do this .. but it ...
by Lakshmi
Wed Apr 11, 2007 8:52 am
Forum: .NET
Topic: Axis Title Overlaps the Axis lables
Replies: 3
Views: 6642

Axis Title Overlaps the Axis lables

H, When i change the orientation angle of the axis title to any angle between 1 and 89 degrees, the Axis Title text overlaps with the Axisl Label. Similar behavior can be seen at angle between 180 and 360 The Texts do not over lap when the Angle is either 0 or 90, or beween 90 and 180. Whats going o...
by Lakshmi
Tue Apr 10, 2007 1:02 pm
Forum: .NET
Topic: Axis Title Position
Replies: 1
Views: 5338

Axis Title Position

Hi

We have a requirement as to where we position the axis title position.
For the bottom axis it could be left, middle or right.
For the left axis it could be top, middle or bottom.

Is there any way of supporting the above thing with TeeChart.
Please comment.

Thank you.
by Lakshmi
Fri Sep 22, 2006 11:00 am
Forum: .NET
Topic: TeeChart - Legend Location and Size
Replies: 1
Views: 4310

TeeChart - Legend Location and Size

Hi In our application we are dependent on the legend location and size to position certain things on the graph. We find that the legend location / size is not consitent. Sometimes we get correct values, sometimes its incorrect. we use the following call : chart.Legend.Left chart.Legend.Top To comput...
by Lakshmi
Mon Jul 31, 2006 12:59 pm
Forum: .NET
Topic: Performance of TeeChart(200 Curves and 700 Points each)
Replies: 1
Views: 4477

Performance of TeeChart(200 Curves and 700 Points each)

Hi,
I wish to plot 200 curves with 700 points each. How do I ensure
that TeeChart gives good performance. Do I use Line or FastLine ?

Please advise how to ensure good performance for plotting 200 curves with 700 points each.

Thanks.
by Lakshmi
Mon May 22, 2006 4:12 am
Forum: .NET
Topic: Jagged Line Seen with Date Time Graph
Replies: 1
Views: 4380

Jagged Line Seen with Date Time Graph

Hi, We are plotting a graph using TeeChart. The X-axis shows date values. The Y-axis shows some measurement value. (double). When we plot a curve with 2 points we are seeing jagged lines. This problem is very visible when the size of my viewport is small. When the teechart is hosted in larger window...
by Lakshmi
Tue May 02, 2006 6:22 am
Forum: .NET
Topic: Z-Order Problem with Bubble Series
Replies: 1
Views: 4444

Z-Order Problem with Bubble Series

Hi, I have an application in which we first draw the normal curve. On top of it we plot a bubble. The normal curve we are plotting is continous and bubble point gets hidden under the normal curve. Here normal curve meant the Steema.Chart.Line / Series. We tried changing the Z-order. It works once. B...
by Lakshmi
Thu Apr 27, 2006 9:26 am
Forum: .NET
Topic: TeeChart Version Confusion
Replies: 1
Views: 4627

TeeChart Version Confusion

Hi, I am trying to download the TeeChart source code for building in 64 bit machine. We are trying to run TeeChart in 64 bit VS 2005. When I login to the customer download page, I could download the TeeChart for .NET v2 Code for Binary build 2.0.2179.21171 With this I could build my TeeChart dll for...
by Lakshmi
Thu Mar 23, 2006 12:07 pm
Forum: .NET
Topic: Customize the graphics/text in legend
Replies: 5
Views: 8450

Customize the graphics/text in legend

Thanks,
How do we set the size of the legend (width and height)?
by Lakshmi
Thu Mar 23, 2006 10:50 am
Forum: .NET
Topic: Customize the graphics/text in legend
Replies: 5
Views: 8450

Customize the graphics/text in legend

Hi Narcis, Thanks for the information, I am trying to use: 1> All Features\Welcome !\Miscellaneous\Legend\Drawing more text 2> What's New?\Welcome !\New in Legend\OnDrawSymbol But since for all the series, showlegend is set to false, these events never get fired and hence my code does not get execut...