Search found 18 matches
- Tue Dec 14, 2004 8:56 pm
- Forum: .NET
- Topic: Text in a scatterplot (x, y) graph.
- Replies: 6
- Views: 13213
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...
- Tue Dec 14, 2004 3:58 pm
- Forum: .NET
- Topic: Text in a scatterplot (x, y) graph.
- Replies: 6
- Views: 13213
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...
- Mon Dec 13, 2004 9:36 pm
- Forum: .NET
- Topic: Text in a scatterplot (x, y) graph.
- Replies: 6
- Views: 13213
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...
- Mon Dec 13, 2004 8:16 pm
- Forum: .NET
- Topic: Text in a scatterplot (x, y) graph.
- Replies: 6
- Views: 13213
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 ...
- Thu Dec 09, 2004 7:01 pm
- Forum: .NET
- Topic: Text in a scatterplot (x, y) graph.
- Replies: 6
- Views: 13213
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?
- Mon Aug 02, 2004 4:35 pm
- Forum: ActiveX
- Topic: Is it possible to have a chart with rounded Corners?
- Replies: 3
- Views: 7421
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
BackImageInside
BackImageMode
BevelInner
BevelOffset
BevelOuter
BevelWidth
BorderStyle
Color
Gradient
MarginBottom
MarginLeft
MarginRight
MarginTop
- Mon Aug 02, 2004 3:08 pm
- Forum: ActiveX
- Topic: Stacked Bar Chart in v5?
- Replies: 1
- Views: 4979
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,
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,
- Fri Jul 30, 2004 8:08 pm
- Forum: ActiveX
- Topic: Is it possible to have a chart with rounded Corners?
- Replies: 3
- Views: 7421
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,
If so, can someone send me a snippet of the code?
Thanks,
- Fri Jul 30, 2004 3:47 pm
- Forum: ActiveX
- Topic: Installing v5 after Installing .NET TeeChart
- Replies: 6
- Views: 14945
- Fri Jul 30, 2004 3:21 pm
- Forum: ActiveX
- Topic: Installing v5 after Installing .NET TeeChart
- Replies: 6
- Views: 14945
- Fri Jul 30, 2004 3:20 pm
- Forum: ActiveX
- Topic: Installing v5 after Installing .NET TeeChart
- Replies: 6
- Views: 14945
- Fri Jul 30, 2004 2:04 pm
- Forum: ActiveX
- Topic: Installing v5 after Installing .NET TeeChart
- Replies: 6
- Views: 14945
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...
- Wed Apr 28, 2004 3:37 pm
- Forum: .NET
- Topic: Formatting Series Name in Legend (text wrap)
- Replies: 1
- Views: 6723
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.
- Mon Feb 23, 2004 3:19 pm
- Forum: .NET
- Topic: Capturing the generated image file name progamatically
- Replies: 2
- Views: 8979
- Fri Feb 20, 2004 3:14 pm
- Forum: .NET
- Topic: Capturing the generated image file name progamatically
- Replies: 2
- Views: 8979
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?