User (Legacy) Posted June 20, 2006 Report Share Posted June 20, 2006 I have a program that displays a map with a legend. The legend is displayed in four (4) columns. However, the legend begins in column 2 instead of the first column! why? how do I get it to begin in column 1? Link to comment Share on other sites More sharing options...
Software FX Posted June 20, 2006 Report Share Posted June 20, 2006 I do not understand what you mean please attach a screenshot of the map, also please specify which version of the product you are using, which platform (WinForms, WebForms) and which build number (file version of your dlls) -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
User (Legacy) Posted June 21, 2006 Author Report Share Posted June 21, 2006 I have enclosed a screen shot of this problem. The product we are using is the WinForms version, build number is 6.2, we just purchased the software last week. John Sieglaff "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:CnWLIEMlGHA.3060@webserver3.softwarefx.com... >I do not understand what you mean please attach a screenshot of the map, > also please specify which version of the product you are using, which > platform (WinForms, WebForms) and which build number (file version of your > dlls) > > -- > Francisco Padron > www.chartfx.com > > Link to comment Share on other sites More sharing options...
Software FX Posted June 21, 2006 Report Share Posted June 21, 2006 I don't see any problems here. What do you mean the legend is starting in the second column ? The legend has 4 columns which are centered in the space that is available. -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
User (Legacy) Posted June 21, 2006 Author Report Share Posted June 21, 2006 The column that begins with "griffin now" is the first itemin the legend. Also, the first column starts one row lower than the other three. how is that not a problem? "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:UVnbVLVlGHA.1788@webserver3.softwarefx.com... >I don't see any problems here. What do you mean the legend is starting in >the second column ? The legend has 4 columns which are centered in the >space that is available. > > -- > Francisco Padron > www.chartfx.com > Link to comment Share on other sites More sharing options...
Software FX Posted June 21, 2006 Report Share Posted June 21, 2006 It seems you have an extra item that has no text, the first item. That's the space you are seeing there. Try the following: chart.LegendBoxObj.Flags |= LegendBoxFlag.SkipEmpty; -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
User (Legacy) Posted June 22, 2006 Author Report Share Posted June 22, 2006 That worked perfectly. Thank you. "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:2u9%23hUYlGHA.2140@webserver3.softwarefx.com... > It seems you have an extra item that has no text, the first item. That's > the space you are seeing there. Try the following: > > chart.LegendBoxObj.Flags |= LegendBoxFlag.SkipEmpty; > > -- > Francisco Padron > www.chartfx.com > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.