[vtkusers] Setting title position in vtkScalarBarActor

madz madaramh at gmail.com
Wed Jan 28 04:25:02 EST 2015


You could try,

SetOrientationToVertical();
SetOrientationToHorizontal();

and to set the start and end positions use,

GetPositionCoordinate()->SetValue(val1,val2);
GetPosition2Coordinate()->SetValue(val3,val4);




--
View this message in context: http://vtk.1045678.n5.nabble.com/Setting-title-position-in-vtkScalarBarActor-tp5730237p5730246.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list