User (Legacy) Posted April 16, 2002 Author Report Share Posted April 16, 2002 I'm using ChartFX lite and Windows Forms, displaying a stacked bar-chart. There are a couple of things I'm unable to solve: - SerLegBox text spans outside the chart-box (half the text disappears), can this be solved? - Bars are too wide. Is there any way to control the width of the bars? Having only three bars, it looks bloated when displayed on the form. Making them smaller by chart1.OpenData(COD.Values, 1, 15); instead of chart1.OpenData(COD.Values, 1, (int)COD.Unknown); results in the legend under the bars defaulting to text like "0,00" - Can I display a total on top of the bars? I can currently only display the number for each "stack" in the stacked bar Link to comment Share on other sites More sharing options...
User (Legacy) Posted April 16, 2002 Report Share Posted April 16, 2002 I'm using ChartFX lite and Windows Forms, displaying a stacked bar-chart. There are a couple of things I'm unable to solve: - SerLegBox text spans outside the chart-box (half the text disappears), can this be solved? - Bars are too wide. Is there any way to control the width of the bars? Having only three bars, it looks bloated when displayed on the form. Making them smaller by chart1.OpenData(COD.Values, 1, 15); instead of chart1.OpenData(COD.Values, 1, (int)COD.Unknown); results in the legend under the bars defaulting to text like "0,00" - Can I display a total on top of the bars? I can currently only display the number for each "stack" in the stacked bar Link to comment Share on other sites More sharing options...
Software FX Posted April 17, 2002 Report Share Posted April 17, 2002 Hi 1) Make sure your turn ON the legend box After you assign your data, this way the legend box size will be calculated correctly. 2) Use the Volume property to control the relative width of the bars. 3) This is supported only in the Full version of Chart FX through the TipMask property. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Software FX Posted April 17, 2002 Report Share Posted April 17, 2002 Hi 1) Make sure your turn ON the legend box After you assign your data, this way the legend box size will be calculated correctly. 2) Use the Volume property to control the relative width of the bars. 3) This is supported only in the Full version of Chart FX through the TipMask property. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
User (Legacy) Posted April 18, 2002 Author Report Share Posted April 18, 2002 Hi, > 1) Make sure your turn ON the legend box After you assign your data, this > way the legend box size will be calculated correctly. It's the SerLegBox, and I turn it on after assigning data and before calling RecalcScale. > 2) Use the Volume property to control the relative width of the bars. Alright, I'll do that! Thanks, Tom Link to comment Share on other sites More sharing options...
User (Legacy) Posted April 18, 2002 Author Report Share Posted April 18, 2002 Hi, > 1) Make sure your turn ON the legend box After you assign your data, this > way the legend box size will be calculated correctly. It's the SerLegBox, and I turn it on after assigning data and before calling RecalcScale. > 2) Use the Volume property to control the relative width of the bars. Alright, I'll do that! Thanks, Tom Link to comment Share on other sites More sharing options...
Software FX Posted April 24, 2002 Report Share Posted April 24, 2002 Please note that the "Volume" property is not a part of the ChartFX.Net Lite version. This is a property that is only available in the Full version. We apologize if the previous post has confused anybody. Justin Trask Software FX Tech. Support "Tom" <no@spam.plz> wrote in message news:0b9Rjkv5BHA.1184@webserver1.softwarefx.com... > Hi, > > > 1) Make sure your turn ON the legend box After you assign your data, this > > way the legend box size will be calculated correctly. > > It's the SerLegBox, and I turn it on after assigning data and before calling > RecalcScale. > > > 2) Use the Volume property to control the relative width of the bars. > > Alright, I'll do that! Thanks, > > Tom > > Link to comment Share on other sites More sharing options...
Software FX Posted April 24, 2002 Report Share Posted April 24, 2002 Please note that the "Volume" property is not a part of the ChartFX.Net Lite version. This is a property that is only available in the Full version. We apologize if the previous post has confused anybody. Justin Trask Software FX Tech. Support "Tom" <no@spam.plz> wrote in message news:0b9Rjkv5BHA.1184@webserver1.softwarefx.com... > Hi, > > > 1) Make sure your turn ON the legend box After you assign your data, this > > way the legend box size will be calculated correctly. > > It's the SerLegBox, and I turn it on after assigning data and before calling > RecalcScale. > > > 2) Use the Volume property to control the relative width of the bars. > > Alright, I'll do that! Thanks, > > Tom > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.