User (Legacy) Posted September 22, 2003 Report Posted September 22, 2003 Hi Attached show a chart with legend's text far apart from each other. Is there any way to narrow down the legend box so that the text within it will be closer together? Thanks and Regards, Dillon
Software FX Posted September 22, 2003 Report Posted September 22, 2003 The only way to achieve this in ChartFX 5.x is to set the legend position to "fixed" as follows: ChartFX1.SerLegBoxObj.Docked = TGFP_FIXED Using this method, you will need to manually position the legend inside the chart. -- FP Software FX, Inc.
User (Legacy) Posted September 22, 2003 Author Report Posted September 22, 2003 Hi Thank you for your reply. Although your suggestion has somehow solve my problem but the legend box is still floating on top of the chart. Is there any way to set aside some space for the legend itself. I have attached a screenshot regarding this problem. Thanks and Regard, Dillon "SoftwareFX Support" <support@softwarefx.com> wrote in message news:CYI$4BRgDHA.3296@WEBSERVER1... > The only way to achieve this in ChartFX 5.x is to set the legend position to > "fixed" as follows: > > ChartFX1.SerLegBoxObj.Docked = TGFP_FIXED > > > Using this method, you will need to manually position the legend inside the > chart. > > -- > FP > Software FX, Inc. > >
Software FX Posted September 23, 2003 Report Posted September 23, 2003 The automatic resizing of the chart is lost when you use TGFP_FIXED, You can manually increase the right margin by using RightGap property -- FP Software FX, Inc.
User (Legacy) Posted September 26, 2003 Author Report Posted September 26, 2003 Hi Thanks for your reply. You have been a great help. However, I will like to know is there any way to arrange the legend values side by side horizontally instead of vertically? Attached show a chart with vertically arranged legend's value Thanks and Regards, Dillon "SoftwareFX Support" <support@softwarefx.com> wrote in message news:Epc42adgDHA.3600@WEBSERVER1... > The automatic resizing of the chart is lost when you use TGFP_FIXED, You can > manually increase the right margin by using RightGap property > > -- > FP > Software FX, Inc. > >
Software FX Posted September 26, 2003 Report Posted September 26, 2003 Make it wide enough and not tall enough to fit two lines and the items will be re-arranged in columns. -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.