[vtkusers] vtkSpiderPlotActor labels are too small
HansAusBremen
hansausbremen at gmx.net
Sun Oct 9 12:32:50 EDT 2011
Hi again,
I still don't get the labels bigger and thought interaction could be a
workaround but I don't know how to switch it on.
As default the spiderplot seems not to react to interaction. I found a
method with the name "DragableOn()" and thought it would solve my problem
but it didn't.
I wrote:
>
> vtkSpiderPlotActor* spider;
>
> spider->setInput(randomObject);
> spider->LegendVisibilityOff();
> spider->GetLabelTextProperty()->SetFontSize(24); //does not have any
> effect at all
> spider->DragableOn(); //does what?
>
> vtkRenderer* renderer;
> renderer->AddActor(spider);
>
--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkSpiderPlotActor-labels-are-too-small-tp4849441p4885645.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list