[Paraview-developers] Using TIME_LABEL_ANNOTATION

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Feb 13 16:13:44 EST 2013


Michael,

It seems like you need to define additional property for you proxy as follows:

<StringVectorProperty
       name="TimeLabelAnnotation"
       information_only="1" si_class="vtkSITimeLabelProperty">
</StringVectorProperty>

The TIME_LABEL_ANNOTATION() key only affects the label shown on the
"Information Tab". To change the label in the toolbar, you need the
above property. The vtkSITimeLabelProperty does indeed lookup the
value you placed in the output information using the
TIME_LABEL_ANNOTATION() key.

Utkarsh


More information about the Paraview-developers mailing list