User (Legacy) Posted January 31, 2007 Report Share Posted January 31, 2007 Hi Bars on bar charts have their width automatically scaled. Is it possible to define the width myself? Best regards Henrik Johansen Link to comment Share on other sites More sharing options...
Software FX Posted January 31, 2007 Report Share Posted January 31, 2007 Can you please attach a screenshot of what you need ? Do you want overlapping bars ? -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 1, 2007 Author Report Share Posted February 1, 2007 Hi, I dont need overlapping bars. When my charts only have a few bars, the bars get very wide. It would be nice to be able to define a [max?] width of the bars, to make them slimmer. Mayby as % of DrawingArea/numers of bars. IE: if DrawingArea is 1000px wide and I have 2 bars, each bar can use up to 500px in width. A BarWidth of 10% would make each bar 50px wide. Now it looks like CharfFX uses 75% for bars and 12.5% for space before and after the bar. Screendump: :-) | | | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -------------------------------------------- what I would like: | | | XXXX | XXXX | XXXX | XXXX | XXXX | XXXX -------------------------------------------- On 31-01-2007 19:49 Software FX said the following: > Can you please attach a screenshot of what you need ? Do you want > overlapping bars ? > Link to comment Share on other sites More sharing options...
Software FX Posted February 6, 2007 Report Share Posted February 6, 2007 Although there is no one property that does exactly what you are describing, the Volume property can help you achieve the result you want. However, it will also affect the chart when it has more bars, so you will have to change this property dynamically when the number of points in the chart changes. -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 7, 2007 Author Report Share Posted February 7, 2007 I think this is exactly what I wanted. Thank you very much! On 06-02-2007 21:34 Software FX said the following: > Although there is no one property that does exactly what you are > describing, the Volume property can help you achieve the result you > want. However, it will also affect the chart when it has more bars, so > you will have to change this property dynamically when the number of > points in the chart changes. > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.