![]() | Steema Issues DatabaseNote: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;otherwise you can use StackOverflow. Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy. |
| Summary: | STacked bars are rendered wrongly when there is a 'gap' in the X values | ||
|---|---|---|---|
| Product: | VCL TeeChart | Reporter: | h.hasenack <hans> |
| Component: | Series | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | demianrichardson0, hans, narcis |
| Priority: | Normal | ||
| Version: | 140512 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Chart Series: | Bar | Delphi / C++ Builder RAD IDE Version: | RAD XE7 |
| Attachments: |
Mini project demonstrating the case
screenshot different # of datapoints causes "void" stacking screenshot Mini project showing 4th bar problem screenshot of results in our app. Very confusing! |
||
Created attachment 289 [details]
screenshot
Created attachment 290 [details]
different # of datapoints causes "void" stacking screenshot
Created attachment 291 [details]
Mini project showing 4th bar problem
Created attachment 294 [details]
screenshot of results in our app. Very confusing!
For MultiBar/Stacked to work properly series need to have same number of values and exactly the same X values for all series. As you have already seen in your examples, adding null values where necessary solves the problem. Reopened due to http://bugs.teechart.net/show_bug.cgi?id=915#c3 This is the kind of bookkeeping programming utilized by enormous organizations and multinationals. On top of assisting with the mind boggling bookkeeping processes, endeavor bookkeeping programming frequently interact with different administrations like work process the executives and task arranging. Regularly, when an organization commissions endeavor bookkeeping programming, they follow multistage conventions which might incorporate mentioning data from the bookkeeping programming improvement organization and an item showing. The capacity to deal with these complicated bookkeeping undertakings radiates from utilizing the social data sets which shows the connection between different arrangements of information. Normal Undertaking Bookkeeping Programming incorporates SAP, Prophet, and Microsoft Elements GP Source: https://mobilunity.com/blog/accounting-software-development/ |
Created attachment 288 [details] Mini project demonstrating the case When bar series are filled with data containg 'gaps' the stacked bars are rendered wronglu. Check the screenshot for 'btStackBarTrouble' in the attached program. The 3rd bar is rendered wrongly.