Search found 18 matches

by chipshot
Tue Dec 14, 2004 8:56 pm
Forum: .NET
Topic: Text in a scatterplot (x, y) graph.
Replies: 6
Views: 12272

Figured it out. If I load the graphs from arrays x and y values I can then alter the text of the marks using the valueslist array as follows: For i = 0 To x.Count - 1 .Series(0).Add(CType(x(i), Double), CType(y(i), Double)) Next Private Sub Line_1_GetSeriesMark(ByVal series As Steema.TeeChart.Styles...
by chipshot
Tue Dec 14, 2004 3:58 pm
Forum: .NET
Topic: Text in a scatterplot (x, y) graph.
Replies: 6
Views: 12272

I've tried the help but it just says things like: Adds a new point with specified x,y values and text. public Int32 Add(System.Double, System.Double, System.String) but nowhere does it tell you what the parameters, like "System.String" actually do. Is there a newer version of help that has a more in...
by chipshot
Mon Dec 13, 2004 9:36 pm
Forum: .NET
Topic: Text in a scatterplot (x, y) graph.
Replies: 6
Views: 12272

I think I better understand my situation now. I was trying to use the points series and add and x, y and text values to it. I didn't realize that the 3rd parameter was going to act as the label for the x axis. What I need to do is to add an x, y and text reprenting the name of the person at that coo...
by chipshot
Mon Dec 13, 2004 8:16 pm
Forum: .NET
Topic: Text in a scatterplot (x, y) graph.
Replies: 6
Views: 12272

hmm...I can't find any examples of displaying text at a series mark that is not the actual y value being plotted I have tried: .Axes.Bottom.Automatic = False .Axes.Bottom.Minimum = 10 .Axes.Bottom.Maximum = 35 .Axes.Bottom.Increment = 5 .Axes.Bottom.Labels.Separation = 1 .Axes.Bottom.MinorTickCount ...
by chipshot
Thu Dec 09, 2004 7:01 pm
Forum: .NET
Topic: Text in a scatterplot (x, y) graph.
Replies: 6
Views: 12272

Text in a scatterplot (x, y) graph.

Is it possible to put text with each point plotted on a scatterplot graph? If so, any suggestions?
by chipshot
Mon Aug 02, 2004 4:35 pm
Forum: ActiveX
Topic: Is it possible to have a chart with rounded Corners?
Replies: 3
Views: 6914

Rounded Corners

I am working in v5. The border property does not look like its available to me. The only properties that I see are:

BackImageInside
BackImageMode
BevelInner
BevelOffset
BevelOuter
BevelWidth
BorderStyle
Color
Gradient
MarginBottom
MarginLeft
MarginRight
MarginTop
by chipshot
Mon Aug 02, 2004 3:08 pm
Forum: ActiveX
Topic: Stacked Bar Chart in v5?
Replies: 1
Views: 4651

Stacked Bar Chart in v5?

Hi all,

Is it possible to have a stacked bar chart in v5 of TeeCharts? If so does anyone have a snippet of code as an example?

Thanks,
by chipshot
Fri Jul 30, 2004 8:08 pm
Forum: ActiveX
Topic: Is it possible to have a chart with rounded Corners?
Replies: 3
Views: 6914

Is it possible to have a chart with rounded Corners?

Is it possible to have a chart with rounded Corners?

If so, can someone send me a snippet of the code?

Thanks,
by chipshot
Fri Jul 30, 2004 3:47 pm
Forum: ActiveX
Topic: Installing v5 after Installing .NET TeeChart
Replies: 6
Views: 12228

Our company will not allow us to download or post to newsgroups, shot you an email with the example
by chipshot
Fri Jul 30, 2004 3:21 pm
Forum: ActiveX
Topic: Installing v5 after Installing .NET TeeChart
Replies: 6
Views: 12228

Could you please post and example into the steema.public.attachments newsgroup so I can reproduce the problem here ?
How do I get to this newsgroup? I don't see it under newsgroups.... thanks!
by chipshot
Fri Jul 30, 2004 2:04 pm
Forum: ActiveX
Topic: Installing v5 after Installing .NET TeeChart
Replies: 6
Views: 12228

Installing v5 after Installing .NET TeeChart

Please help, I am new to the team (and to TeeCharts). We are building a .NET and installed TeeCharts for .NET no problem. I just found out I have to go back and do some maintenance on a site that has TeeCharts v5 on it. I tried to install v5 on my local machine and am having problems viewing the cha...
by chipshot
Wed Apr 28, 2004 3:37 pm
Forum: .NET
Topic: Formatting Series Name in Legend (text wrap)
Replies: 1
Views: 6342

Formatting Series Name in Legend (text wrap)

Is it possible to force a newline or cause a series name to wrap. I need a descriptive series name but dont want it reducing the size of the actual chart.
by chipshot
Mon Feb 23, 2004 3:19 pm
Forum: .NET
Topic: Capturing the generated image file name progamatically
Replies: 2
Views: 8504

Perfect. Thank you.
by chipshot
Fri Feb 20, 2004 3:14 pm
Forum: .NET
Topic: Capturing the generated image file name progamatically
Replies: 2
Views: 8504

Capturing the generated image file name progamatically

If you create a webchart programatically, is there a way to also access the name of the image file name that it generates in code?