X axis labels question - Web project
-
I can not figure out how to include a x axis label. When I run the program it only puts numbers 1 thru 6, which are the number of columns I have in the Bar2d graph. I would like to replace the 1 thru 6 with for example Jan Feb Mar Apr May Jun. The project is using the Imports GraphicsServer.GSNet.Charting and Imports GraphicsServer.GSNet.SeriesData in a web form. Thanks in advance John
-
I can not figure out how to include a x axis label. When I run the program it only puts numbers 1 thru 6, which are the number of columns I have in the Bar2d graph. I would like to replace the 1 thru 6 with for example Jan Feb Mar Apr May Jun. The project is using the Imports GraphicsServer.GSNet.Charting and Imports GraphicsServer.GSNet.SeriesData in a web form. Thanks in advance John
You're best shot for support on 3rd party components is the manufacturer. Graphics Server Support[^] Since there are literly thousands of components out there, it's really unlikely that someone familiar with the component would actually ever see your post. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
You're best shot for support on 3rd party components is the manufacturer. Graphics Server Support[^] Since there are literly thousands of components out there, it's really unlikely that someone familiar with the component would actually ever see your post. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
I was able to determine that I needed to use: labels.SetValue( SeriesComponent.Label, datapoint, monthArray(dataPoint))
OK, great! RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome