![]() | 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: | Incorrect fix for bug 604 | ||
---|---|---|---|
Product: | VCL TeeChart | Reporter: | trubetskov |
Component: | Axis | Assignee: | Steema Issue Manager <issuemanager> |
Status: | IN_PROGRESS --- | ||
Severity: | critical | CC: | david, sandra |
Priority: | --- | ||
Version: | 140220 | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Windows | ||
Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: |
Description
trubetskov
2014-03-04 04:37:21 EST
Affected bug is 603, not 604. Sorry again. I think the correct code is just commenting the wrong code. I've tested vertical and horizontal titles, with both 0 and 90 angle rotation and it looks correct. { // Commented: if Assigned(ParentChart.FOnGetAxisLabel) then tmpHeight:=Horizontal else } tmpHeight:=( Horizontal and ((tmpAngle=0) or (tmpAngle=180))) or ( (not Horizontal) and ((tmpAngle=90) or (tmpAngle=270))); |