Hi,
On a series legend:
- How do I change the text?
- How do I move the legends to the bottom of the graph?
- What can I keep the legend box to show the Points instead of the series name when there is only one series? (See image)
Search found 8 matches
- Wed Jan 09, 2013 10:42 pm
- Forum: ActiveX
- Topic: Series Legend
- Replies: 1
- Views: 5436
Marks
Hi,
About the VB API regarding Marks. How do I change the:
-Angle
-FontSize
-FontColor
-Position
-BackgroundColor to Transparent or just no color, and the border to Invisible (I really just want the text printed).
Thank you.
About the VB API regarding Marks. How do I change the:
-Angle
-FontSize
-FontColor
-Position
-BackgroundColor to Transparent or just no color, and the border to Invisible (I really just want the text printed).
Thank you.
- Wed Jan 09, 2013 9:01 pm
- Forum: ActiveX
- Topic: Date not matching data on bottom axis.
- Replies: 8
- Views: 14220
Re: Date not matching data on bottom axis.
Figured it out myself. By the way all that you said had nothing to do with it.
- Wed Jan 09, 2013 6:29 pm
- Forum: ActiveX
- Topic: Date not matching data on bottom axis.
- Replies: 8
- Views: 14220
Re: Date not matching data on bottom axis.
Please help.
- Wed Jan 09, 2013 4:53 pm
- Forum: ActiveX
- Topic: Date not matching data on bottom axis.
- Replies: 8
- Views: 14220
Re: Date not matching data on bottom axis.
I'm interested in trying the implementation of the custom label solution. I need a little more information on how the custom label API looks like tho. Thanks.
- Wed Jan 09, 2013 4:52 pm
- Forum: ActiveX
- Topic: Date not matching data on bottom axis.
- Replies: 8
- Views: 14220
Re: Date not matching data on bottom axis.
'at "All Features\Welcome !\Axes\Labels\Custom Labels"' ???
- Wed Jan 09, 2013 2:29 pm
- Forum: ActiveX
- Topic: Date not matching data on bottom axis.
- Replies: 8
- Views: 14220
Re: Date not matching data on bottom axis.
I'm believe that that didn't work out. Also, I am using 5 different conditional series because this is called by other routines that have up to 5 series. Each block of <If Not IsNull(field1) And Not IsNull(field2) And field1 <> "" And field2 <> "" Then> represents one single series.
- Tue Jan 08, 2013 10:36 pm
- Forum: ActiveX
- Topic: Date not matching data on bottom axis.
- Replies: 8
- Views: 14220
Date not matching data on bottom axis.
Date not matching data on bottom axis. Why is this happening? It's like the bottom axis is offset. Am I missing something? Also, I would like to have each bar shown at the beginning of each month's tick and only one tick per month. How do I accomplish this? 1.png Here is my VB sub (a bit sloppy) th...