MantisBT - VTK |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011771 | VTK | (No Category) | public | 2011-01-27 13:18 | 2013-07-10 10:06 |
|
Reporter | jmelnyk | |
Assigned To | Dave DeMarle | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | x64/Win32 | OS | Windows | OS Version | 7 |
Product Version | | |
Target Version | | Fixed in Version | 6.0.0 | |
Project | TBD |
Type | incorrect functionality |
|
Summary | 0011771: SetOrientation doesn't work for the vtkTextProperty of vtkAxis |
Description | Using default settings for a vtkChartXY and trying to set the Y axis orientation vertically, I've been unable to make this happen. A perfect example of what I want can be found here: http://www.vtk.org/Wiki/VTK/Examples/Cxx/Plotting/LinePlot [^]
Using the source code from that link (exactly as is) produces the chart correctly but the Y axis label is oriented horizontally. i.e. it doesn't look like the image at the link. Placing the following line seems like it should work (given that it works for all other vtkTextProperty props) but it does not: "chart->GetAxis(0)->GetTitleProperties()->SetOrientation(90.0);" |
Steps To Reproduce | Source code link, example and modification given. |
Additional Information | using version 5.6.1 (release version), C++, VS2008 and 2010 |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-01-27 13:18 | jmelnyk | New Issue | |
2011-02-03 13:12 | jmelnyk | Note Added: 0025245 | |
2013-07-10 10:05 | Dave DeMarle | Assigned To | => Dave DeMarle |
2013-07-10 10:05 | Dave DeMarle | Status | backlog => tabled |
2013-07-10 10:06 | Dave DeMarle | Project | => TBD |
2013-07-10 10:06 | Dave DeMarle | Type | => incorrect functionality |
2013-07-10 10:06 | Dave DeMarle | Note Added: 0031123 | |
2013-07-10 10:06 | Dave DeMarle | Status | tabled => closed |
2013-07-10 10:06 | Dave DeMarle | Resolution | open => fixed |
2013-07-10 10:06 | Dave DeMarle | Fixed in Version | => 6.0.0 |