MantisBT - VTK
View Issue Details
0011771VTK(No Category)public2011-01-27 13:182013-07-10 10:06
jmelnyk 
Dave DeMarle 
normalminoralways
closedfixed 
x64/Win32Windows7
 
6.0.0 
TBD
incorrect functionality
0011771: SetOrientation doesn't work for the vtkTextProperty of vtkAxis
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);"
Source code link, example and modification given.
using version 5.6.1 (release version), C++, VS2008 and 2010
No tags attached.
Issue History
2011-01-27 13:18jmelnykNew Issue
2011-02-03 13:12jmelnykNote Added: 0025245
2013-07-10 10:05Dave DeMarleAssigned To => Dave DeMarle
2013-07-10 10:05Dave DeMarleStatusbacklog => tabled
2013-07-10 10:06Dave DeMarleProject => TBD
2013-07-10 10:06Dave DeMarleType => incorrect functionality
2013-07-10 10:06Dave DeMarleNote Added: 0031123
2013-07-10 10:06Dave DeMarleStatustabled => closed
2013-07-10 10:06Dave DeMarleResolutionopen => fixed
2013-07-10 10:06Dave DeMarleFixed in Version => 6.0.0

Notes
(0025245)
jmelnyk   
2011-02-03 13:12   
This issue exists in the 5.6.1 release but is fixed in the master code base.
(0031123)
Dave DeMarle   
2013-07-10 10:06   
This appears to be working in 6.0.