Search found 7 matches

by MG
Thu Jul 07, 2005 3:09 pm
Forum: ActiveX
Topic: Legend Symbols and Values
Replies: 5
Views: 6616

Hello, again Ok, I got a workaround. If I set the legends' ColumnWidthAuto to false, and specify top, left, and width values (so I know where the legend is), I can then use Canvas.Textout to place my titles. I use a LegendStyle of 4, which for some reason draws only the colored symbol boxes. This se...
by MG
Thu Jul 07, 2005 1:38 pm
Forum: ActiveX
Topic: Legend Symbols and Values
Replies: 5
Views: 6616

Hi,
Sorry, I'm not getting it. The page does not show any pie charts, and I cannot find code that alters the legends; in fact, no mention of OnGetAxisLabel. So I'm not sure what you mean, here. Unless you're suggesting to draw the entire legend programatically?
by MG
Wed Jul 06, 2005 3:02 pm
Forum: ActiveX
Topic: Legend Symbols and Values
Replies: 5
Views: 6616

I tried using OnGetLegendText as per another thread in this forum. The code is fired correctly, but the changes made to the LegendText var are not displayed. I use the ByRef in the function code, but it seems there is no passing by reference in html script. I'm really stuck!
by MG
Tue Jul 05, 2005 8:59 pm
Forum: ActiveX
Topic: Legend Symbols and Values
Replies: 5
Views: 6616

Legend Symbols and Values

I have a chart displaying multiple pie graphs. With LegendStyle set to lsValues (2), the legend displays the color smybol, value (first series), and title. Obviously, the values should not be displayed as this is a multiple chart. If I set LegendStyle to anything else, the symbols are not displayed....
by MG
Thu Jun 30, 2005 6:53 pm
Forum: ActiveX
Topic: SaveToBase64Stream
Replies: 4
Views: 5868

Clicking the link I get:

Search Error

Session timed out, please resubmit your search
by MG
Thu Jun 30, 2005 1:49 pm
Forum: ActiveX
Topic: SaveToBase64Stream
Replies: 4
Views: 5868

Ok then

Ok, so how about I only store just the theme settings (the values set by SetTheme(x,x))? Is there a way to read these values?
by MG
Wed Jun 29, 2005 9:15 pm
Forum: ActiveX
Topic: SaveToBase64Stream
Replies: 4
Views: 5868

SaveToBase64Stream

When using SaveToBase64Stream(false), it appears to save the series as well; not the data in the series, but the series. Thus, when I create a chart and use LoadFromBase64Stream, then add the series needed, both the old series and added ones are displayed, the old ones having values of 0. What I'm t...