Search found 7 matches

by OilMan
Wed Oct 20, 2004 4:07 pm
Forum: .NET
Topic: CopyToClipboard function Does Not Work
Replies: 1
Views: 4439

CopyToClipboard function Does Not Work

Hello, I am using TeeChart for Visual Studio .NET 2002 Build 1.0.1544.23908, with the following code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim ch1 As Steema.TeeChart.Chart = WebChart1.Chart ch1.Export.Image.JPEG.CopyToClipboard()...
by OilMan
Thu Oct 07, 2004 3:51 pm
Forum: .NET
Topic: Custom Axes' Labels Overlap
Replies: 4
Views: 7051

Thanks Josep!

That's exactly what I needed.

Regards,


GC
by OilMan
Wed Oct 06, 2004 3:07 pm
Forum: .NET
Topic: Custom Axes' Labels Overlap
Replies: 4
Views: 7051

Hi Josep,

Thanks for the code. That offsets the labels horizontally. Is there any way to offset the labels vertically up or down the custom axis?
by OilMan
Tue Oct 05, 2004 4:45 pm
Forum: .NET
Topic: Custom Axes' Labels Overlap
Replies: 4
Views: 7051

Custom Axes' Labels Overlap

Hello, I have two custom left axes on my chart. I only want one vertical axis line shown, so the position of both axes is the same. However, this causes my labels to overlap and only show the labels for one axis. Is there a way to move the labels of the second axis without moving the axis itself? Ch...
by OilMan
Thu Sep 23, 2004 2:28 pm
Forum: .NET
Topic: Multiple Series with Same Axis Span on Chart?
Replies: 5
Views: 8458

Hi Josep,

I don't see a link for steema.public.attachments newsgroup on the web page http://www.teechart.net/support/modules ... Newsgroups


Regards,


Grant
by OilMan
Wed Sep 22, 2004 9:17 pm
Forum: .NET
Topic: Multiple Series with Same Axis Span on Chart?
Replies: 5
Views: 8458

Hey there, Right now I have a maximum of 8 custom axes, and each one's start/end position is changed by 5 increments when a new one is added. So the 8th one start position is at 36 and end position is at 64. Therefore the data does not take up very much room, whereas the 1st series has from startpos...
by OilMan
Wed Sep 22, 2004 4:21 pm
Forum: .NET
Topic: Multiple Series with Same Axis Span on Chart?
Replies: 5
Views: 8458

Multiple Series with Same Axis Span on Chart?

Hello, I have a chart with multiple series and custom axes. Everytime a series/axis is added the start and end labels for the custom vertical axes each start at a different place so they do not overlap: axis1.StartPosition = 1 axis1.EndPosition = 100 axis2.StartPosition = 6 axis2.EndPosition = 94 ax...