Search found 7 matches
- Thu Jul 07, 2005 3:09 pm
- Forum: ActiveX
- Topic: Legend Symbols and Values
- Replies: 5
- Views: 6651
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...
- Thu Jul 07, 2005 1:38 pm
- Forum: ActiveX
- Topic: Legend Symbols and Values
- Replies: 5
- Views: 6651
- Wed Jul 06, 2005 3:02 pm
- Forum: ActiveX
- Topic: Legend Symbols and Values
- Replies: 5
- Views: 6651
- Tue Jul 05, 2005 8:59 pm
- Forum: ActiveX
- Topic: Legend Symbols and Values
- Replies: 5
- Views: 6651
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....
- Thu Jun 30, 2005 6:53 pm
- Forum: ActiveX
- Topic: SaveToBase64Stream
- Replies: 4
- Views: 5904
- Thu Jun 30, 2005 1:49 pm
- Forum: ActiveX
- Topic: SaveToBase64Stream
- Replies: 4
- Views: 5904
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?
- Wed Jun 29, 2005 9:15 pm
- Forum: ActiveX
- Topic: SaveToBase64Stream
- Replies: 4
- Views: 5904
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...