Software FX Posted October 13, 2000 Report Share Posted October 13, 2000 That happens because you are turning on the legend before it has any data. To fix this, turn on the legend AFTER you set the string labels or call the SizeToFit method on the legend box object after you do set the data. -- Frank SFX "Eoin" <eshanley@gofree.indigo.ie> wrote in message news:ItSS4HSNAHA.1432@sfxserver.softwarefx.com... > Hi, > > any help would be appreciated. We are using Chart FX as part of a VB > Webclass application, and one problem that keeps occurring, is that the > legend box will appear as only a thin black line. I was wondering if this is > a known bug, or whether more than: > "objChart.LegendBox = True" needs to be coded. > > once again, any help would really be appreciated. > > cheers, > > Eoin. > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.