Search found 22 matches

by huy
Fri Nov 23, 2007 3:09 am
Forum: .NET
Topic: Axis labels overlap near the junction of x-axis and y-axis
Replies: 10
Views: 12152

Sorry for the late reply. Currently I am rather busy so I cannot test this bug against V3 yet. I did give it a try actually, but the installation failed. Probably because I didn't install Tchart to a normal machine, but I installed it to a virtual PC instead (I don't want to change my development en...
by huy
Thu Nov 15, 2007 1:07 am
Forum: .NET
Topic: Axis alignment and margin reservation
Replies: 4
Views: 6547

This topic brings in several interesting points that I have not explored before. I am trying out the measure function in place of axismaxlabelswidth. It shows good results now. Thanks for the pointer.
by huy
Thu Nov 15, 2007 1:04 am
Forum: .NET
Topic: Axis labels overlap near the junction of x-axis and y-axis
Replies: 10
Views: 12152

Since our license only entitles us to maintenance release of V2 and beta of V3, we may not immediately consider V3. Perhaps only at a later time or in the next cycle.

Thank you.
by huy
Tue Nov 13, 2007 9:06 am
Forum: .NET
Topic: Axis alignment and margin reservation
Replies: 4
Views: 6547

Hi Narcís, Yes. This topic does bring me a clear idea of what to do. The only thing left is that I can't call "MaxLabelsWidth"! The reason is calling this BEFORE the chart is drawn, makes the function return incorrect result instead of the maxlabelswidth. In another post, you suggested that we first...
by huy
Tue Nov 13, 2007 1:21 am
Forum: .NET
Topic: Axis labels overlap near the junction of x-axis and y-axis
Replies: 10
Views: 12152

Hi, I am using 1.0.2784.27115, it is just downloaded and installed recently only. This version produces the artifact that is seen in my uploaded screenshot. Currently I don't allow the user to zoom in too close any more. This is an additional requirement, and by chance, it solves my problem, since t...
by huy
Mon Nov 12, 2007 9:31 am
Forum: .NET
Topic: CursorTool sometimes goes beyond chart area
Replies: 5
Views: 7601

Thanks a lot for the quick reply. I think it solves my problem too.
by huy
Mon Nov 12, 2007 9:25 am
Forum: .NET
Topic: Axis alignment and margin reservation
Replies: 4
Views: 6547

Axis alignment and margin reservation

Hi TeeChart Team, I have a question on axis positioning. It's quite difficult for me to explain in text without a picture, so I have uploaded a picture in which I have carefully annotated my observations and doubts. In summary, I don't know how to reserve space for CUSTOM axis's labels. I know that ...
by huy
Mon Nov 12, 2007 3:33 am
Forum: .NET
Topic: Replacing axis.left by custom axis (axes) & positioning
Replies: 1
Views: 3875

Replacing axis.left by custom axis (axes) & positioning

Hi TeeChart Team, I am developing a chart with multiple axes, among which only 1 axis is visible at any time. This is to make the user think that they are viewing just the same axis all the time. However, I am facing a big problem, since my custom axes that I created and show/hide (in addition to ha...
by huy
Fri Nov 09, 2007 9:44 am
Forum: .NET
Topic: Is there an event like "BeginChartZoom"?
Replies: 1
Views: 3965

Sorry I have done a workaround for this issue. In the Zoomed event, I check if the axis.maximum - axis.minimum is too small then I set axis maximum and axis.minimum to orginal values which were stored just before the Zoomed event occured (in MouseDown event).

Regards.
Huy
by huy
Fri Nov 09, 2007 7:50 am
Forum: .NET
Topic: Is there an event like "BeginChartZoom"?
Replies: 1
Views: 3965

Is there an event like "BeginChartZoom"?

Hi, I am not sure if there is a way to limit zooming in when the graph is already zoomed in too many times. By "too many times" I mean the state at which further zooming in just can't change axis limits at all. Why? Because when we have already zoomed in enough times, the x-axis are labeled the same...
by huy
Fri Nov 09, 2007 3:16 am
Forum: .NET
Topic: CursorTool sometimes goes beyond chart area
Replies: 5
Views: 7601

Finally I have figured out how to reproduce that artifact. Start with your demo program "Welcome !\Tools\Cursor\Moving programatically". Use the right mouse button to drag the chart very slowly rightwards-upwards until the horizontal segment of the cursor tool goes out of the top axis of the graph. ...
by huy
Fri Nov 09, 2007 2:49 am
Forum: .NET
Topic: Axis labels overlap near the junction of x-axis and y-axis
Replies: 10
Views: 12152

I just tried it on your demo project installed together with teechart. It's suffering from the same problem. When we use the mouse to drag downwards-rightwards so many times that the 2 axes have their minimum equal maximum, there will be overlapping label drawings and even worse, axis labels goes be...
by huy
Wed Nov 07, 2007 3:08 am
Forum: .NET
Topic: Axis labels overlap near the junction of x-axis and y-axis
Replies: 10
Views: 12152

File name of the upload

Sorry I forgot to mention the name of the file I uploaded: "Coordinates at Axes.JPG"
by huy
Wed Nov 07, 2007 3:05 am
Forum: .NET
Topic: Axis labels overlap near the junction of x-axis and y-axis
Replies: 10
Views: 12152

Axis labels overlap near the junction of x-axis and y-axis

Dear TeeChart Team, I have a rather small issue only. My Points chart (Points is a steema standard series type, which draws scattered plots) is already drawn correctly, with correct labeling too. But if I use the zoom feature (drag the left mouse button rightwards-downwards) to zoom in to a very sma...
by huy
Wed Nov 07, 2007 2:52 am
Forum: .NET
Topic: Associate CursorTool with a custom axis (not Axes.Left)
Replies: 5
Views: 8552

I see. But so far I didn't use the property CursorTool.Series at all but it still works fine until my Axis.Left is set to invisible. Does that mean by default the property is already set to some series which is associated with Axis.Left? What happens if I don't set this property like I am just forge...