User (Legacy) Posted October 24, 2003 Author Report Share Posted October 24, 2003 Hi, I'm using ChartFX ver. 5.0.10.4 for VB. The angle of my X-Axis is 45 Link to comment Share on other sites More sharing options...
User (Legacy) Posted October 24, 2003 Report Share Posted October 24, 2003 I see you all over the place. I wonder if we are making the same type of app ;-) Josh Thomas "Thorsten Blawatt" <thorsten.blawatt@syncos.com> wrote in message news:%237d$WRimDHA.1544@WEBSERVER1... > In the attachment you will find a sample which describes my problem. > > > "Thorsten Blawatt" <thorsten.blawatt@syncos.com> schrieb im Newsbeitrag > news:t0PubQimDHA.1244@WEBSERVER1... > > Hi, > > I'm using ChartFX ver. 5.0.10.4 for VB. The angle of my X-Axis is 45 Link to comment Share on other sites More sharing options...
User (Legacy) Posted October 24, 2003 Author Report Share Posted October 24, 2003 In the attachment you will find a sample which describes my problem. "Thorsten Blawatt" <thorsten.blawatt@syncos.com> schrieb im Newsbeitrag news:t0PubQimDHA.1244@WEBSERVER1... > Hi, > I'm using ChartFX ver. 5.0.10.4 for VB. The angle of my X-Axis is 45 Link to comment Share on other sites More sharing options...
Software FX Posted October 27, 2003 Report Share Posted October 27, 2003 You were in the right track, You nee to add the following to the beginning of your code: .ClearLegend (CHART_LEGEND) .BottomGap = 1 The first line will reset the legends so that the BIG strings will not influence the margins anymore, the second resets the gap. Chart FX 5.x will NEVER decrease the gaps it will only increase them to fit new data. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.