# encoding: utf-8
# module vtkmodules.vtkRenderingAnnotation
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\vtkmodules\vtkRenderingAnnotation.cp311-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import vtkmodules.vtkCommonExecutionModel as __vtkmodules_vtkCommonExecutionModel
import vtkmodules.vtkRenderingCore as __vtkmodules_vtkRenderingCore


# Variables with simple values

VTK_DEFAULT_NUMBER_OF_RADIAL_AXES = 5

VTK_IV_COLUMN = 0
VTK_IV_ROW = 1

VTK_MAXIMUM_NUMBER_OF_POLAR_AXIS_TICKS = 200

VTK_MAXIMUM_NUMBER_OF_RADIAL_AXES = 50

VTK_MAXIMUM_RATIO = 1000.0

VTK_ORIENT_HORIZONTAL = 0
VTK_ORIENT_VERTICAL = 1

VTK_PLOT_FIELD_DATA = 6

VTK_PLOT_NORMALS = 3
VTK_PLOT_SCALARS = 1
VTK_PLOT_TCOORDS = 4
VTK_PLOT_TENSORS = 5
VTK_PLOT_VECTORS = 2

VTK_POLAR_ARC_RESOLUTION_PER_DEG = 0.2

VTK_XYPLOT_ARC_LENGTH = 1

VTK_XYPLOT_COLUMN = 1
VTK_XYPLOT_INDEX = 0

VTK_XYPLOT_NORMALIZED_ARC_LENGTH = 2

VTK_XYPLOT_ROW = 0
VTK_XYPLOT_VALUE = 3

VTK_XYPLOT_Y_AXIS_HCENTER = 1
VTK_XYPLOT_Y_AXIS_TOP = 0
VTK_XYPLOT_Y_AXIS_VCENTER = 2

# no functions
# classes

class vtkAnnotatedCubeActor(__vtkmodules_vtkRenderingCore.vtkProp3D):
    """
    vtkAnnotatedCubeActor - a 3D cube with face labels
    
    Superclass: vtkProp3D
    
    vtkAnnotatedCubeActor is a hybrid 3D actor used to represent an
    anatomical orientation marker in a scene.  The class consists of a 3D
    unit cube centered on the origin with each face labelled in
    correspondence to a particular coordinate direction.  For example,
    with Cartesian directions, the user defined text labels could be: +X,
    -X, +Y, -Y, +Z, -Z, while for anatomical directions: A, P, L, R, S,
    I.  Text is automatically centered on each cube face and is not
    restriceted to single characters. In addition to or in replace of a
    solid text label representation, the outline edges of the labels can
    be displayed.  The individual properties of the cube, face labels and
    text outlines can be manipulated as can their visibility.
    
    @warning
    vtkAnnotatedCubeActor is primarily intended for use with
    vtkOrientationMarkerWidget. The cube face text is generated by
    vtkVectorText and therefore the font attributes are restricted.
    
    @sa
    vtkAxesActor vtkOrientationMarkerWidget vtkVectorText
    """
    def GetActors(self, __a): # real signature unknown; restored from __doc__
        """
        GetActors(self, __a:vtkPropCollection) -> None
        C++: void GetActors(vtkPropCollection *) override;
        
        For some exporters and other other operations we must be able to
        collect all the actors or volumes. These methods are used in that
        process.
        """
        pass

    def GetAssembly(self): # real signature unknown; restored from __doc__
        """
        GetAssembly(self) -> vtkAssembly
        C++: vtkAssembly *GetAssembly()
        
        Get the assembly so that user supplied transforms can be applied
        """
        pass

    def GetBounds(self, bounds, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetBounds(self, bounds:[float, float, float, float, float, float])
             -> None
        C++: void GetBounds(double bounds[6])
        GetBounds(self) -> (float, float, float, float, float, float)
        C++: double *GetBounds() override;
        
        Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
        (The method GetBounds(double bounds[6]) is available from the
        superclass.)
        """
        pass

    def GetCubeProperty(self): # real signature unknown; restored from __doc__
        """
        GetCubeProperty(self) -> vtkProperty
        C++: vtkProperty *GetCubeProperty()
        
        Get the cube properties.
        """
        pass

    def GetCubeVisibility(self): # real signature unknown; restored from __doc__
        """
        GetCubeVisibility(self) -> int
        C++: int GetCubeVisibility()
        """
        return 0

    def GetFaceTextScale(self): # real signature unknown; restored from __doc__
        """
        GetFaceTextScale(self) -> float
        C++: virtual double GetFaceTextScale()
        """
        return 0.0

    def GetFaceTextVisibility(self): # real signature unknown; restored from __doc__
        """
        GetFaceTextVisibility(self) -> int
        C++: int GetFaceTextVisibility()
        """
        return 0

    def GetMTime(self): # real signature unknown; restored from __doc__
        """
        GetMTime(self) -> int
        C++: vtkMTimeType GetMTime() override;
        
        Get the actors mtime plus consider its properties and texture if
        set.
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetTextEdgesProperty(self): # real signature unknown; restored from __doc__
        """
        GetTextEdgesProperty(self) -> vtkProperty
        C++: vtkProperty *GetTextEdgesProperty()
        
        Get the text edges properties.
        """
        pass

    def GetTextEdgesVisibility(self): # real signature unknown; restored from __doc__
        """
        GetTextEdgesVisibility(self) -> int
        C++: int GetTextEdgesVisibility()
        """
        return 0

    def GetXFaceTextRotation(self): # real signature unknown; restored from __doc__
        """
        GetXFaceTextRotation(self) -> float
        C++: virtual double GetXFaceTextRotation()
        """
        return 0.0

    def GetXMinusFaceProperty(self): # real signature unknown; restored from __doc__
        """
        GetXMinusFaceProperty(self) -> vtkProperty
        C++: vtkProperty *GetXMinusFaceProperty()
        """
        pass

    def GetXMinusFaceText(self): # real signature unknown; restored from __doc__
        """
        GetXMinusFaceText(self) -> str
        C++: virtual char *GetXMinusFaceText()
        """
        return ""

    def GetXPlusFaceProperty(self): # real signature unknown; restored from __doc__
        """
        GetXPlusFaceProperty(self) -> vtkProperty
        C++: vtkProperty *GetXPlusFaceProperty()
        
        Get the individual face text properties.
        """
        pass

    def GetXPlusFaceText(self): # real signature unknown; restored from __doc__
        """
        GetXPlusFaceText(self) -> str
        C++: virtual char *GetXPlusFaceText()
        """
        return ""

    def GetYFaceTextRotation(self): # real signature unknown; restored from __doc__
        """
        GetYFaceTextRotation(self) -> float
        C++: virtual double GetYFaceTextRotation()
        """
        return 0.0

    def GetYMinusFaceProperty(self): # real signature unknown; restored from __doc__
        """
        GetYMinusFaceProperty(self) -> vtkProperty
        C++: vtkProperty *GetYMinusFaceProperty()
        """
        pass

    def GetYMinusFaceText(self): # real signature unknown; restored from __doc__
        """
        GetYMinusFaceText(self) -> str
        C++: virtual char *GetYMinusFaceText()
        """
        return ""

    def GetYPlusFaceProperty(self): # real signature unknown; restored from __doc__
        """
        GetYPlusFaceProperty(self) -> vtkProperty
        C++: vtkProperty *GetYPlusFaceProperty()
        """
        pass

    def GetYPlusFaceText(self): # real signature unknown; restored from __doc__
        """
        GetYPlusFaceText(self) -> str
        C++: virtual char *GetYPlusFaceText()
        """
        return ""

    def GetZFaceTextRotation(self): # real signature unknown; restored from __doc__
        """
        GetZFaceTextRotation(self) -> float
        C++: virtual double GetZFaceTextRotation()
        """
        return 0.0

    def GetZMinusFaceProperty(self): # real signature unknown; restored from __doc__
        """
        GetZMinusFaceProperty(self) -> vtkProperty
        C++: vtkProperty *GetZMinusFaceProperty()
        """
        pass

    def GetZMinusFaceText(self): # real signature unknown; restored from __doc__
        """
        GetZMinusFaceText(self) -> str
        C++: virtual char *GetZMinusFaceText()
        """
        return ""

    def GetZPlusFaceProperty(self): # real signature unknown; restored from __doc__
        """
        GetZPlusFaceProperty(self) -> vtkProperty
        C++: vtkProperty *GetZPlusFaceProperty()
        """
        pass

    def GetZPlusFaceText(self): # real signature unknown; restored from __doc__
        """
        GetZPlusFaceText(self) -> str
        C++: virtual char *GetZPlusFaceText()
        """
        return ""

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkAnnotatedCubeActor
        C++: vtkAnnotatedCubeActor *NewInstance()
        """
        return vtkAnnotatedCubeActor

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, viewport:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *viewport) override;
        
        Support the standard render methods.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, viewport:vtkViewport)
            -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *viewport)
             override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkAnnotatedCubeActor
        C++: static vtkAnnotatedCubeActor *SafeDownCast(vtkObjectBase *o)
        """
        return vtkAnnotatedCubeActor

    def SetCubeVisibility(self, __a): # real signature unknown; restored from __doc__
        """
        SetCubeVisibility(self, __a:int) -> None
        C++: void SetCubeVisibility(int)
        
        Enable/disable drawing the cube.
        """
        pass

    def SetFaceTextScale(self, __a): # real signature unknown; restored from __doc__
        """
        SetFaceTextScale(self, __a:float) -> None
        C++: void SetFaceTextScale(double)
        
        Set/Get the scale factor for the face text
        """
        pass

    def SetFaceTextVisibility(self, __a): # real signature unknown; restored from __doc__
        """
        SetFaceTextVisibility(self, __a:int) -> None
        C++: void SetFaceTextVisibility(int)
        
        Enable/disable drawing the vector text.
        """
        pass

    def SetTextEdgesVisibility(self, __a): # real signature unknown; restored from __doc__
        """
        SetTextEdgesVisibility(self, __a:int) -> None
        C++: void SetTextEdgesVisibility(int)
        
        Enable/disable drawing the vector text edges.
        """
        pass

    def SetXFaceTextRotation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXFaceTextRotation(self, _arg:float) -> None
        C++: virtual void SetXFaceTextRotation(double _arg)
        
        Augment individual face text orientations.
        """
        pass

    def SetXMinusFaceText(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXMinusFaceText(self, _arg:str) -> None
        C++: virtual void SetXMinusFaceText(const char *_arg)
        """
        pass

    def SetXPlusFaceText(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXPlusFaceText(self, _arg:str) -> None
        C++: virtual void SetXPlusFaceText(const char *_arg)
        
        Set/get the face text.
        """
        pass

    def SetYFaceTextRotation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYFaceTextRotation(self, _arg:float) -> None
        C++: virtual void SetYFaceTextRotation(double _arg)
        """
        pass

    def SetYMinusFaceText(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYMinusFaceText(self, _arg:str) -> None
        C++: virtual void SetYMinusFaceText(const char *_arg)
        """
        pass

    def SetYPlusFaceText(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYPlusFaceText(self, _arg:str) -> None
        C++: virtual void SetYPlusFaceText(const char *_arg)
        """
        pass

    def SetZFaceTextRotation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetZFaceTextRotation(self, _arg:float) -> None
        C++: virtual void SetZFaceTextRotation(double _arg)
        """
        pass

    def SetZMinusFaceText(self, _arg): # real signature unknown; restored from __doc__
        """
        SetZMinusFaceText(self, _arg:str) -> None
        C++: virtual void SetZMinusFaceText(const char *_arg)
        """
        pass

    def SetZPlusFaceText(self, _arg): # real signature unknown; restored from __doc__
        """
        SetZPlusFaceText(self, _arg:str) -> None
        C++: virtual void SetZPlusFaceText(const char *_arg)
        """
        pass

    def ShallowCopy(self, prop): # real signature unknown; restored from __doc__
        """
        ShallowCopy(self, prop:vtkProp) -> None
        C++: void ShallowCopy(vtkProp *prop) override;
        
        Shallow copy of an axes actor. Overloads the virtual vtkProp
        method.
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    __dict__ = None # (!) real value is "mappingproxy({'__vtkname__': 'vtkAnnotatedCubeActor', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetActors': <method 'GetActors' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'RenderOpaqueGeometry': <method 'RenderOpaqueGeometry' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'RenderTranslucentPolygonalGeometry': <method 'RenderTranslucentPolygonalGeometry' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'HasTranslucentPolygonalGeometry': <method 'HasTranslucentPolygonalGeometry' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'ShallowCopy': <method 'ShallowCopy' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'ReleaseGraphicsResources': <method 'ReleaseGraphicsResources' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetBounds': <method 'GetBounds' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetMTime': <method 'GetMTime' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'SetFaceTextScale': <method 'SetFaceTextScale' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetFaceTextScale': <method 'GetFaceTextScale' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetXPlusFaceProperty': <method 'GetXPlusFaceProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetXMinusFaceProperty': <method 'GetXMinusFaceProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetYPlusFaceProperty': <method 'GetYPlusFaceProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetYMinusFaceProperty': <method 'GetYMinusFaceProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetZPlusFaceProperty': <method 'GetZPlusFaceProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetZMinusFaceProperty': <method 'GetZMinusFaceProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetCubeProperty': <method 'GetCubeProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetTextEdgesProperty': <method 'GetTextEdgesProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'SetXPlusFaceText': <method 'SetXPlusFaceText' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetXPlusFaceText': <method 'GetXPlusFaceText' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'SetXMinusFaceText': <method 'SetXMinusFaceText' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetXMinusFaceText': <method 'GetXMinusFaceText' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'SetYPlusFaceText': <method 'SetYPlusFaceText' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetYPlusFaceText': <method 'GetYPlusFaceText' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'SetYMinusFaceText': <method 'SetYMinusFaceText' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetYMinusFaceText': <method 'GetYMinusFaceText' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'SetZPlusFaceText': <method 'SetZPlusFaceText' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetZPlusFaceText': <method 'GetZPlusFaceText' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'SetZMinusFaceText': <method 'SetZMinusFaceText' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetZMinusFaceText': <method 'GetZMinusFaceText' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'SetTextEdgesVisibility': <method 'SetTextEdgesVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetTextEdgesVisibility': <method 'GetTextEdgesVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'SetCubeVisibility': <method 'SetCubeVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetCubeVisibility': <method 'GetCubeVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'SetFaceTextVisibility': <method 'SetFaceTextVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetFaceTextVisibility': <method 'GetFaceTextVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'SetXFaceTextRotation': <method 'SetXFaceTextRotation' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetXFaceTextRotation': <method 'GetXFaceTextRotation' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'SetYFaceTextRotation': <method 'SetYFaceTextRotation' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetYFaceTextRotation': <method 'GetYFaceTextRotation' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'SetZFaceTextRotation': <method 'SetZFaceTextRotation' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetZFaceTextRotation': <method 'GetZFaceTextRotation' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, 'GetAssembly': <method 'GetAssembly' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF8205FD650>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkRenderingAnnotation.vtkAnnotatedCubeActor' objects>, '__doc__': 'vtkAnnotatedCubeActor - a 3D cube with face labels\\n\\nSuperclass: vtkProp3D\\n\\nvtkAnnotatedCubeActor is a hybrid 3D actor used to represent an\\nanatomical orientation marker in a scene.  The class consists of a 3D\\nunit cube centered on the origin with each face labelled in\\ncorrespondence to a particular coordinate direction.  For example,\\nwith Cartesian directions, the user defined text labels could be: +X,\\n-X, +Y, -Y, +Z, -Z, while for anatomical directions: A, P, L, R, S,\\nI.  Text is automatically centered on each cube face and is not\\nrestriceted to single characters. In addition to or in replace of a\\nsolid text label representation, the outline edges of the labels can\\nbe displayed.  The individual properties of the cube, face labels and\\ntext outlines can be manipulated as can their visibility.\\n\\n@warning\\nvtkAnnotatedCubeActor is primarily intended for use with\\nvtkOrientationMarkerWidget. The cube face text is generated by\\nvtkVectorText and therefore the font attributes are restricted.\\n\\n@sa\\nvtkAxesActor vtkOrientationMarkerWidget vtkVectorText\\n\\n'})"
    __vtkname__ = 'vtkAnnotatedCubeActor'


class vtkArcPlotter(__vtkmodules_vtkCommonExecutionModel.vtkPolyDataAlgorithm):
    """
    vtkArcPlotter - plot data along an arbitrary polyline
    
    Superclass: vtkPolyDataAlgorithm
    
    vtkArcPlotter performs plotting of attribute data along polylines
    defined with an input vtkPolyData data object. Any type of attribute
    data can be plotted including scalars, vectors, tensors, normals,
    texture coordinates, and field data. Either one or multiple data
    components can be plotted.
    
    To use this class you must specify an input data set that contains
    one or more polylines, and some attribute data including which
    component of the attribute data. (By default, this class processes
    the first component of scalar data.) You will also need to set an
    offset radius (the distance of the polyline to the median line of the
    plot), a width for the plot (the distance that the minimum and
    maximum plot values are mapped into), an possibly an offset (used to
    offset attribute data with multiple components).
    
    Normally the filter automatically computes normals for generating the
    offset arc plot. However, you can specify a default normal and use
    that instead.
    
    @sa
    vtkXYPlotActor
    """
    def GetCamera(self): # real signature unknown; restored from __doc__
        """
        GetCamera(self) -> vtkCamera
        C++: virtual vtkCamera *GetCamera()
        """
        pass

    def GetDefaultNormal(self): # real signature unknown; restored from __doc__
        """
        GetDefaultNormal(self) -> (float, float, float)
        C++: virtual float *GetDefaultNormal()
        """
        pass

    def GetFieldDataArray(self): # real signature unknown; restored from __doc__
        """
        GetFieldDataArray(self) -> int
        C++: virtual int GetFieldDataArray()
        """
        return 0

    def GetFieldDataArrayMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetFieldDataArrayMaxValue(self) -> int
        C++: virtual int GetFieldDataArrayMaxValue()
        """
        return 0

    def GetFieldDataArrayMinValue(self): # real signature unknown; restored from __doc__
        """
        GetFieldDataArrayMinValue(self) -> int
        C++: virtual int GetFieldDataArrayMinValue()
        """
        return 0

    def GetHeight(self): # real signature unknown; restored from __doc__
        """
        GetHeight(self) -> float
        C++: virtual double GetHeight()
        """
        return 0.0

    def GetHeightMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetHeightMaxValue(self) -> float
        C++: virtual double GetHeightMaxValue()
        """
        return 0.0

    def GetHeightMinValue(self): # real signature unknown; restored from __doc__
        """
        GetHeightMinValue(self) -> float
        C++: virtual double GetHeightMinValue()
        """
        return 0.0

    def GetMTime(self): # real signature unknown; restored from __doc__
        """
        GetMTime(self) -> int
        C++: vtkMTimeType GetMTime() override;
        
        New GetMTime because of camera dependency.
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetOffset(self): # real signature unknown; restored from __doc__
        """
        GetOffset(self) -> float
        C++: virtual double GetOffset()
        """
        return 0.0

    def GetOffsetMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetOffsetMaxValue(self) -> float
        C++: virtual double GetOffsetMaxValue()
        """
        return 0.0

    def GetOffsetMinValue(self): # real signature unknown; restored from __doc__
        """
        GetOffsetMinValue(self) -> float
        C++: virtual double GetOffsetMinValue()
        """
        return 0.0

    def GetPlotComponent(self): # real signature unknown; restored from __doc__
        """
        GetPlotComponent(self) -> int
        C++: virtual int GetPlotComponent()
        """
        return 0

    def GetPlotMode(self): # real signature unknown; restored from __doc__
        """
        GetPlotMode(self) -> int
        C++: virtual int GetPlotMode()
        """
        return 0

    def GetRadius(self): # real signature unknown; restored from __doc__
        """
        GetRadius(self) -> float
        C++: virtual double GetRadius()
        """
        return 0.0

    def GetRadiusMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetRadiusMaxValue(self) -> float
        C++: virtual double GetRadiusMaxValue()
        """
        return 0.0

    def GetRadiusMinValue(self): # real signature unknown; restored from __doc__
        """
        GetRadiusMinValue(self) -> float
        C++: virtual double GetRadiusMinValue()
        """
        return 0.0

    def GetUseDefaultNormal(self): # real signature unknown; restored from __doc__
        """
        GetUseDefaultNormal(self) -> int
        C++: virtual vtkTypeBool GetUseDefaultNormal()
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkArcPlotter
        C++: vtkArcPlotter *NewInstance()
        """
        return vtkArcPlotter

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkArcPlotter
        C++: static vtkArcPlotter *SafeDownCast(vtkObjectBase *o)
        """
        return vtkArcPlotter

    def SetCamera(self, __a): # real signature unknown; restored from __doc__
        """
        SetCamera(self, __a:vtkCamera) -> None
        C++: virtual void SetCamera(vtkCamera *)
        
        Specify a camera used to orient the plot along the arc. If no
        camera is specified, then the orientation of the plot is
        arbitrary.
        """
        pass

    def SetDefaultNormal(self, _arg1, _arg2, _arg3): # real signature unknown; restored from __doc__
        """
        SetDefaultNormal(self, _arg1:float, _arg2:float, _arg3:float)
            -> None
        C++: virtual void SetDefaultNormal(float _arg1, float _arg2,
            float _arg3)
        SetDefaultNormal(self, _arg:(float, float, float)) -> None
        C++: virtual void SetDefaultNormal(const float _arg[3])
        
        Set the default normal to use if you do not wish automatic normal
        calculation. The arc plot will be generated using this normal.
        """
        pass

    def SetFieldDataArray(self, _arg): # real signature unknown; restored from __doc__
        """
        SetFieldDataArray(self, _arg:int) -> None
        C++: virtual void SetFieldDataArray(int _arg)
        
        Set/Get the field data array to plot. This instance variable is
        only applicable if field data is plotted.
        """
        pass

    def SetHeight(self, _arg): # real signature unknown; restored from __doc__
        """
        SetHeight(self, _arg:float) -> None
        C++: virtual void SetHeight(double _arg)
        
        Set the height of the plot. (The radius combined with the height
        define the location of the plot relative to the generating
        polyline.)
        """
        pass

    def SetOffset(self, _arg): # real signature unknown; restored from __doc__
        """
        SetOffset(self, _arg:float) -> None
        C++: virtual void SetOffset(double _arg)
        
        Specify an offset that translates each subsequent plot (if there
        is more than one component plotted) from the defining arc (i.e.,
        polyline).
        """
        pass

    def SetPlotComponent(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPlotComponent(self, _arg:int) -> None
        C++: virtual void SetPlotComponent(int _arg)
        
        Set/Get the component number to plot if the data has more than
        one component. If the value of the plot component is == (-1),
        then all the components will be plotted.
        """
        pass

    def SetPlotMode(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPlotMode(self, _arg:int) -> None
        C++: virtual void SetPlotMode(int _arg)
        
        Specify which data to plot: scalars, vectors, normals, texture
        coords, tensors, or field data. If the data has more than one
        component, use the method SetPlotComponent to control which
        component to plot.
        """
        pass

    def SetPlotModeToPlotFieldData(self): # real signature unknown; restored from __doc__
        """
        SetPlotModeToPlotFieldData(self) -> None
        C++: void SetPlotModeToPlotFieldData()
        """
        pass

    def SetPlotModeToPlotNormals(self): # real signature unknown; restored from __doc__
        """
        SetPlotModeToPlotNormals(self) -> None
        C++: void SetPlotModeToPlotNormals()
        """
        pass

    def SetPlotModeToPlotScalars(self): # real signature unknown; restored from __doc__
        """
        SetPlotModeToPlotScalars(self) -> None
        C++: void SetPlotModeToPlotScalars()
        """
        pass

    def SetPlotModeToPlotTCoords(self): # real signature unknown; restored from __doc__
        """
        SetPlotModeToPlotTCoords(self) -> None
        C++: void SetPlotModeToPlotTCoords()
        """
        pass

    def SetPlotModeToPlotTensors(self): # real signature unknown; restored from __doc__
        """
        SetPlotModeToPlotTensors(self) -> None
        C++: void SetPlotModeToPlotTensors()
        """
        pass

    def SetPlotModeToPlotVectors(self): # real signature unknown; restored from __doc__
        """
        SetPlotModeToPlotVectors(self) -> None
        C++: void SetPlotModeToPlotVectors()
        """
        pass

    def SetRadius(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRadius(self, _arg:float) -> None
        C++: virtual void SetRadius(double _arg)
        
        Set the radius of the "median" value of the first plotted
        component.
        """
        pass

    def SetUseDefaultNormal(self, _arg): # real signature unknown; restored from __doc__
        """
        SetUseDefaultNormal(self, _arg:int) -> None
        C++: virtual void SetUseDefaultNormal(vtkTypeBool _arg)
        
        Set a boolean to control whether to use default normals. By
        default, normals are automatically computed from the generating
        polyline and camera.
        """
        pass

    def UseDefaultNormalOff(self): # real signature unknown; restored from __doc__
        """
        UseDefaultNormalOff(self) -> None
        C++: virtual void UseDefaultNormalOff()
        """
        pass

    def UseDefaultNormalOn(self): # real signature unknown; restored from __doc__
        """
        UseDefaultNormalOn(self) -> None
        C++: virtual void UseDefaultNormalOn()
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    __dict__ = None # (!) real value is "mappingproxy({'__vtkname__': 'vtkArcPlotter', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetCamera': <method 'SetCamera' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetCamera': <method 'GetCamera' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetPlotMode': <method 'SetPlotMode' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetPlotMode': <method 'GetPlotMode' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetPlotModeToPlotScalars': <method 'SetPlotModeToPlotScalars' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetPlotModeToPlotVectors': <method 'SetPlotModeToPlotVectors' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetPlotModeToPlotNormals': <method 'SetPlotModeToPlotNormals' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetPlotModeToPlotTCoords': <method 'SetPlotModeToPlotTCoords' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetPlotModeToPlotTensors': <method 'SetPlotModeToPlotTensors' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetPlotModeToPlotFieldData': <method 'SetPlotModeToPlotFieldData' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetPlotComponent': <method 'SetPlotComponent' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetPlotComponent': <method 'GetPlotComponent' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetRadius': <method 'SetRadius' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetRadiusMinValue': <method 'GetRadiusMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetRadiusMaxValue': <method 'GetRadiusMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetRadius': <method 'GetRadius' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetHeight': <method 'SetHeight' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetHeightMinValue': <method 'GetHeightMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetHeightMaxValue': <method 'GetHeightMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetHeight': <method 'GetHeight' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetOffset': <method 'SetOffset' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetOffsetMinValue': <method 'GetOffsetMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetOffsetMaxValue': <method 'GetOffsetMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetOffset': <method 'GetOffset' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetUseDefaultNormal': <method 'SetUseDefaultNormal' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetUseDefaultNormal': <method 'GetUseDefaultNormal' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'UseDefaultNormalOn': <method 'UseDefaultNormalOn' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'UseDefaultNormalOff': <method 'UseDefaultNormalOff' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetDefaultNormal': <method 'SetDefaultNormal' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetDefaultNormal': <method 'GetDefaultNormal' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'SetFieldDataArray': <method 'SetFieldDataArray' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetFieldDataArrayMinValue': <method 'GetFieldDataArrayMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetFieldDataArrayMaxValue': <method 'GetFieldDataArrayMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetFieldDataArray': <method 'GetFieldDataArray' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, 'GetMTime': <method 'GetMTime' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF8205FDD40>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkRenderingAnnotation.vtkArcPlotter' objects>, '__doc__': 'vtkArcPlotter - plot data along an arbitrary polyline\\n\\nSuperclass: vtkPolyDataAlgorithm\\n\\nvtkArcPlotter performs plotting of attribute data along polylines\\ndefined with an input vtkPolyData data object. Any type of attribute\\ndata can be plotted including scalars, vectors, tensors, normals,\\ntexture coordinates, and field data. Either one or multiple data\\ncomponents can be plotted.\\n\\nTo use this class you must specify an input data set that contains\\none or more polylines, and some attribute data including which\\ncomponent of the attribute data. (By default, this class processes\\nthe first component of scalar data.) You will also need to set an\\noffset radius (the distance of the polyline to the median line of the\\nplot), a width for the plot (the distance that the minimum and\\nmaximum plot values are mapped into), an possibly an offset (used to\\noffset attribute data with multiple components).\\n\\nNormally the filter automatically computes normals for generating the\\noffset arc plot. However, you can specify a default normal and use\\nthat instead.\\n\\n@sa\\nvtkXYPlotActor\\n\\n'})"
    __vtkname__ = 'vtkArcPlotter'


class vtkAxesActor(__vtkmodules_vtkRenderingCore.vtkProp3D):
    """
    vtkAxesActor - a 3D axes representation
    
    Superclass: vtkProp3D
    
    vtkAxesActor is a hybrid 2D/3D actor used to represent 3D axes in a
    scene. The user can define the geometry to use for the shaft or the
    tip, and the user can set the text for the three axes. The text will
    appear to follow the camera since it is implemented by means of
    vtkCaptionActor2D.  All of the functionality of the underlying
    vtkCaptionActor2D objects are accessible so that, for instance, the
    font attributes of the axes text can be manipulated through
    vtkTextProperty. Since this class inherits from vtkProp3D, one can
    apply a user transform to the underlying geometry and the positioning
    of the labels. For example, a rotation transform could be used to
    generate a left-handed axes representation.
    
    @par Thanks: Thanks to Goodwin Lawlor for posting a tcl script which
    featured the use of vtkCaptionActor2D to implement the text labels. 
    This class is based on Paraview's vtkPVAxesActor.
    
    @warning
    vtkAxesActor is primarily intended for use with
    vtkOrientationMarkerWidget. The bounds of this actor are calculated
    as though the geometry of the axes were symmetric: that is, although
    only positive axes are visible, bounds are calculated as though
    negative axes are present too.  This is done intentionally to
    implement functionality of the camera update mechanism in
    vtkOrientationMarkerWidget.
    
    @sa
    vtkAnnotatedCubeActor vtkOrientationMarkerWidget vtkCaptionActor2D
    vtkTextProperty
    """
    def AxisLabelsOff(self): # real signature unknown; restored from __doc__
        """
        AxisLabelsOff(self) -> None
        C++: virtual void AxisLabelsOff()
        """
        pass

    def AxisLabelsOn(self): # real signature unknown; restored from __doc__
        """
        AxisLabelsOn(self) -> None
        C++: virtual void AxisLabelsOn()
        """
        pass

    def GetActors(self, __a): # real signature unknown; restored from __doc__
        """
        GetActors(self, __a:vtkPropCollection) -> None
        C++: void GetActors(vtkPropCollection *) override;
        
        For some exporters and other other operations we must be able to
        collect all the actors or volumes. These methods are used in that
        process.
        """
        pass

    def GetAxisLabels(self): # real signature unknown; restored from __doc__
        """
        GetAxisLabels(self) -> int
        C++: virtual vtkTypeBool GetAxisLabels()
        """
        return 0

    def GetBounds(self, bounds, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetBounds(self, bounds:[float, float, float, float, float, float])
             -> None
        C++: void GetBounds(double bounds[6])
        GetBounds(self) -> (float, float, float, float, float, float)
        C++: double *GetBounds() override;
        
        Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
        (The method GetBounds(double bounds[6]) is available from the
        superclass.)
        """
        pass

    def GetConeRadius(self): # real signature unknown; restored from __doc__
        """
        GetConeRadius(self) -> float
        C++: virtual double GetConeRadius()
        """
        return 0.0

    def GetConeRadiusMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetConeRadiusMaxValue(self) -> float
        C++: virtual double GetConeRadiusMaxValue()
        """
        return 0.0

    def GetConeRadiusMinValue(self): # real signature unknown; restored from __doc__
        """
        GetConeRadiusMinValue(self) -> float
        C++: virtual double GetConeRadiusMinValue()
        """
        return 0.0

    def GetConeResolution(self): # real signature unknown; restored from __doc__
        """
        GetConeResolution(self) -> int
        C++: virtual int GetConeResolution()
        """
        return 0

    def GetConeResolutionMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetConeResolutionMaxValue(self) -> int
        C++: virtual int GetConeResolutionMaxValue()
        """
        return 0

    def GetConeResolutionMinValue(self): # real signature unknown; restored from __doc__
        """
        GetConeResolutionMinValue(self) -> int
        C++: virtual int GetConeResolutionMinValue()
        """
        return 0

    def GetCylinderRadius(self): # real signature unknown; restored from __doc__
        """
        GetCylinderRadius(self) -> float
        C++: virtual double GetCylinderRadius()
        """
        return 0.0

    def GetCylinderRadiusMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetCylinderRadiusMaxValue(self) -> float
        C++: virtual double GetCylinderRadiusMaxValue()
        """
        return 0.0

    def GetCylinderRadiusMinValue(self): # real signature unknown; restored from __doc__
        """
        GetCylinderRadiusMinValue(self) -> float
        C++: virtual double GetCylinderRadiusMinValue()
        """
        return 0.0

    def GetCylinderResolution(self): # real signature unknown; restored from __doc__
        """
        GetCylinderResolution(self) -> int
        C++: virtual int GetCylinderResolution()
        """
        return 0

    def GetCylinderResolutionMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetCylinderResolutionMaxValue(self) -> int
        C++: virtual int GetCylinderResolutionMaxValue()
        """
        return 0

    def GetCylinderResolutionMinValue(self): # real signature unknown; restored from __doc__
        """
        GetCylinderResolutionMinValue(self) -> int
        C++: virtual int GetCylinderResolutionMinValue()
        """
        return 0

    def GetMTime(self): # real signature unknown; restored from __doc__
        """
        GetMTime(self) -> int
        C++: vtkMTimeType GetMTime() override;
        
        Get the actors mtime plus consider its properties and texture if
        set.
        """
        return 0

    def GetNormalizedLabelPosition(self): # real signature unknown; restored from __doc__
        """
        GetNormalizedLabelPosition(self) -> (float, float, float)
        C++: virtual double *GetNormalizedLabelPosition()
        """
        pass

    def GetNormalizedShaftLength(self): # real signature unknown; restored from __doc__
        """
        GetNormalizedShaftLength(self) -> (float, float, float)
        C++: virtual double *GetNormalizedShaftLength()
        """
        pass

    def GetNormalizedTipLength(self): # real signature unknown; restored from __doc__
        """
        GetNormalizedTipLength(self) -> (float, float, float)
        C++: virtual double *GetNormalizedTipLength()
        """
        pass

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetRedrawMTime(self): # real signature unknown; restored from __doc__
        """
        GetRedrawMTime(self) -> int
        C++: vtkMTimeType GetRedrawMTime() override;
        
        Return the mtime of anything that would cause the rendered image
        to appear differently. Usually this involves checking the mtime
        of the prop plus anything else it depends on such as properties,
        textures etc.
        """
        return 0

    def GetShaftType(self): # real signature unknown; restored from __doc__
        """
        GetShaftType(self) -> int
        C++: virtual int GetShaftType()
        """
        return 0

    def GetSphereRadius(self): # real signature unknown; restored from __doc__
        """
        GetSphereRadius(self) -> float
        C++: virtual double GetSphereRadius()
        """
        return 0.0

    def GetSphereRadiusMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetSphereRadiusMaxValue(self) -> float
        C++: virtual double GetSphereRadiusMaxValue()
        """
        return 0.0

    def GetSphereRadiusMinValue(self): # real signature unknown; restored from __doc__
        """
        GetSphereRadiusMinValue(self) -> float
        C++: virtual double GetSphereRadiusMinValue()
        """
        return 0.0

    def GetSphereResolution(self): # real signature unknown; restored from __doc__
        """
        GetSphereResolution(self) -> int
        C++: virtual int GetSphereResolution()
        """
        return 0

    def GetSphereResolutionMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetSphereResolutionMaxValue(self) -> int
        C++: virtual int GetSphereResolutionMaxValue()
        """
        return 0

    def GetSphereResolutionMinValue(self): # real signature unknown; restored from __doc__
        """
        GetSphereResolutionMinValue(self) -> int
        C++: virtual int GetSphereResolutionMinValue()
        """
        return 0

    def GetTipType(self): # real signature unknown; restored from __doc__
        """
        GetTipType(self) -> int
        C++: virtual int GetTipType()
        """
        return 0

    def GetTotalLength(self): # real signature unknown; restored from __doc__
        """
        GetTotalLength(self) -> (float, float, float)
        C++: virtual double *GetTotalLength()
        """
        pass

    def GetUserDefinedShaft(self): # real signature unknown; restored from __doc__
        """
        GetUserDefinedShaft(self) -> vtkPolyData
        C++: virtual vtkPolyData *GetUserDefinedShaft()
        """
        pass

    def GetUserDefinedTip(self): # real signature unknown; restored from __doc__
        """
        GetUserDefinedTip(self) -> vtkPolyData
        C++: virtual vtkPolyData *GetUserDefinedTip()
        """
        pass

    def GetXAxisCaptionActor2D(self): # real signature unknown; restored from __doc__
        """
        GetXAxisCaptionActor2D(self) -> vtkCaptionActor2D
        C++: vtkCaptionActor2D *GetXAxisCaptionActor2D()
        
        Retrieve handles to the X, Y and Z axis (so that you can set
        their text properties for example)
        """
        return vtkCaptionActor2D

    def GetXAxisLabelText(self): # real signature unknown; restored from __doc__
        """
        GetXAxisLabelText(self) -> str
        C++: virtual char *GetXAxisLabelText()
        """
        return ""

    def GetXAxisShaftProperty(self): # real signature unknown; restored from __doc__
        """
        GetXAxisShaftProperty(self) -> vtkProperty
        C++: vtkProperty *GetXAxisShaftProperty()
        
        Get the shaft properties.
        """
        pass

    def GetXAxisTipProperty(self): # real signature unknown; restored from __doc__
        """
        GetXAxisTipProperty(self) -> vtkProperty
        C++: vtkProperty *GetXAxisTipProperty()
        
        Get the tip properties.
        """
        pass

    def GetYAxisCaptionActor2D(self): # real signature unknown; restored from __doc__
        """
        GetYAxisCaptionActor2D(self) -> vtkCaptionActor2D
        C++: vtkCaptionActor2D *GetYAxisCaptionActor2D()
        """
        return vtkCaptionActor2D

    def GetYAxisLabelText(self): # real signature unknown; restored from __doc__
        """
        GetYAxisLabelText(self) -> str
        C++: virtual char *GetYAxisLabelText()
        """
        return ""

    def GetYAxisShaftProperty(self): # real signature unknown; restored from __doc__
        """
        GetYAxisShaftProperty(self) -> vtkProperty
        C++: vtkProperty *GetYAxisShaftProperty()
        """
        pass

    def GetYAxisTipProperty(self): # real signature unknown; restored from __doc__
        """
        GetYAxisTipProperty(self) -> vtkProperty
        C++: vtkProperty *GetYAxisTipProperty()
        """
        pass

    def GetZAxisCaptionActor2D(self): # real signature unknown; restored from __doc__
        """
        GetZAxisCaptionActor2D(self) -> vtkCaptionActor2D
        C++: vtkCaptionActor2D *GetZAxisCaptionActor2D()
        """
        return vtkCaptionActor2D

    def GetZAxisLabelText(self): # real signature unknown; restored from __doc__
        """
        GetZAxisLabelText(self) -> str
        C++: virtual char *GetZAxisLabelText()
        """
        return ""

    def GetZAxisShaftProperty(self): # real signature unknown; restored from __doc__
        """
        GetZAxisShaftProperty(self) -> vtkProperty
        C++: vtkProperty *GetZAxisShaftProperty()
        """
        pass

    def GetZAxisTipProperty(self): # real signature unknown; restored from __doc__
        """
        GetZAxisTipProperty(self) -> vtkProperty
        C++: vtkProperty *GetZAxisTipProperty()
        """
        pass

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkAxesActor
        C++: vtkAxesActor *NewInstance()
        """
        return vtkAxesActor

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, viewport:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *viewport) override;
        
        Support the standard render methods.
        """
        return 0

    def RenderOverlay(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, viewport:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *viewport) override;
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, viewport:vtkViewport)
            -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *viewport)
             override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkAxesActor
        C++: static vtkAxesActor *SafeDownCast(vtkObjectBase *o)
        """
        return vtkAxesActor

    def SetAxisLabels(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAxisLabels(self, _arg:int) -> None
        C++: virtual void SetAxisLabels(vtkTypeBool _arg)
        
        Enable/disable drawing the axis labels.
        """
        pass

    def SetConeRadius(self, _arg): # real signature unknown; restored from __doc__
        """
        SetConeRadius(self, _arg:float) -> None
        C++: virtual void SetConeRadius(double _arg)
        
        Set/get the radius of the pieces of the axes actor.
        """
        pass

    def SetConeResolution(self, _arg): # real signature unknown; restored from __doc__
        """
        SetConeResolution(self, _arg:int) -> None
        C++: virtual void SetConeResolution(int _arg)
        
        Set/get the resolution of the pieces of the axes actor.
        """
        pass

    def SetCylinderRadius(self, _arg): # real signature unknown; restored from __doc__
        """
        SetCylinderRadius(self, _arg:float) -> None
        C++: virtual void SetCylinderRadius(double _arg)
        """
        pass

    def SetCylinderResolution(self, _arg): # real signature unknown; restored from __doc__
        """
        SetCylinderResolution(self, _arg:int) -> None
        C++: virtual void SetCylinderResolution(int _arg)
        """
        pass

    def SetNormalizedLabelPosition(self, v, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetNormalizedLabelPosition(self, v:[float, float, float]) -> None
        C++: void SetNormalizedLabelPosition(double v[3])
        SetNormalizedLabelPosition(self, x:float, y:float, z:float)
            -> None
        C++: void SetNormalizedLabelPosition(double x, double y, double z)
        
        Set the normalized (0-1) position of the label along the length
        of the shaft.  A value > 1 is permissible.
        """
        pass

    def SetNormalizedShaftLength(self, v, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetNormalizedShaftLength(self, v:[float, float, float]) -> None
        C++: void SetNormalizedShaftLength(double v[3])
        SetNormalizedShaftLength(self, x:float, y:float, z:float) -> None
        C++: void SetNormalizedShaftLength(double x, double y, double z)
        
        Set the normalized (0-1) length of the shaft.
        """
        pass

    def SetNormalizedTipLength(self, v, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetNormalizedTipLength(self, v:[float, float, float]) -> None
        C++: void SetNormalizedTipLength(double v[3])
        SetNormalizedTipLength(self, x:float, y:float, z:float) -> None
        C++: void SetNormalizedTipLength(double x, double y, double z)
        
        Set the normalized (0-1) length of the tip.  Normally, this would
        be 1 - the normalized length of the shaft.
        """
        pass

    def SetShaftType(self, type): # real signature unknown; restored from __doc__
        """
        SetShaftType(self, type:int) -> None
        C++: void SetShaftType(int type)
        
        Set the type of the shaft to a cylinder, line, or user defined
        geometry.
        """
        pass

    def SetShaftTypeToCylinder(self): # real signature unknown; restored from __doc__
        """
        SetShaftTypeToCylinder(self) -> None
        C++: void SetShaftTypeToCylinder()
        """
        pass

    def SetShaftTypeToLine(self): # real signature unknown; restored from __doc__
        """
        SetShaftTypeToLine(self) -> None
        C++: void SetShaftTypeToLine()
        """
        pass

    def SetShaftTypeToUserDefined(self): # real signature unknown; restored from __doc__
        """
        SetShaftTypeToUserDefined(self) -> None
        C++: void SetShaftTypeToUserDefined()
        """
        pass

    def SetSphereRadius(self, _arg): # real signature unknown; restored from __doc__
        """
        SetSphereRadius(self, _arg:float) -> None
        C++: virtual void SetSphereRadius(double _arg)
        """
        pass

    def SetSphereResolution(self, _arg): # real signature unknown; restored from __doc__
        """
        SetSphereResolution(self, _arg:int) -> None
        C++: virtual void SetSphereResolution(int _arg)
        """
        pass

    def SetTipType(self, type): # real signature unknown; restored from __doc__
        """
        SetTipType(self, type:int) -> None
        C++: void SetTipType(int type)
        
        Set the type of the tip to a cone, sphere, or user defined
        geometry.
        """
        pass

    def SetTipTypeToCone(self): # real signature unknown; restored from __doc__
        """
        SetTipTypeToCone(self) -> None
        C++: void SetTipTypeToCone()
        """
        pass

    def SetTipTypeToSphere(self): # real signature unknown; restored from __doc__
        """
        SetTipTypeToSphere(self) -> None
        C++: void SetTipTypeToSphere()
        """
        pass

    def SetTipTypeToUserDefined(self): # real signature unknown; restored from __doc__
        """
        SetTipTypeToUserDefined(self) -> None
        C++: void SetTipTypeToUserDefined()
        """
        pass

    def SetTotalLength(self, v, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetTotalLength(self, v:[float, float, float]) -> None
        C++: void SetTotalLength(double v[3])
        SetTotalLength(self, x:float, y:float, z:float) -> None
        C++: void SetTotalLength(double x, double y, double z)
        
        Set the total length of the axes in 3 dimensions.
        """
        pass

    def SetUserDefinedShaft(self, __a): # real signature unknown; restored from __doc__
        """
        SetUserDefinedShaft(self, __a:vtkPolyData) -> None
        C++: void SetUserDefinedShaft(vtkPolyData *)
        
        Set the user defined shaft polydata.
        """
        pass

    def SetUserDefinedTip(self, __a): # real signature unknown; restored from __doc__
        """
        SetUserDefinedTip(self, __a:vtkPolyData) -> None
        C++: void SetUserDefinedTip(vtkPolyData *)
        
        Set the user defined tip polydata.
        """
        pass

    def SetXAxisLabelText(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXAxisLabelText(self, _arg:str) -> None
        C++: virtual void SetXAxisLabelText(const char *_arg)
        
        Set/get the label text.
        """
        pass

    def SetYAxisLabelText(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYAxisLabelText(self, _arg:str) -> None
        C++: virtual void SetYAxisLabelText(const char *_arg)
        """
        pass

    def SetZAxisLabelText(self, _arg): # real signature unknown; restored from __doc__
        """
        SetZAxisLabelText(self, _arg:str) -> None
        C++: virtual void SetZAxisLabelText(const char *_arg)
        """
        pass

    def ShallowCopy(self, prop): # real signature unknown; restored from __doc__
        """
        ShallowCopy(self, prop:vtkProp) -> None
        C++: void ShallowCopy(vtkProp *prop) override;
        
        Shallow copy of an axes actor. Overloads the virtual vtkProp
        method.
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    CONE_TIP = 0
    CYLINDER_SHAFT = 0
    LINE_SHAFT = 1
    SPHERE_TIP = 1
    USER_DEFINED_SHAFT = 2
    USER_DEFINED_TIP = 2
    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkAxesActor\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetActors\': <method \'GetActors\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'RenderOverlay\': <method \'RenderOverlay\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'HasTranslucentPolygonalGeometry\': <method \'HasTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'ShallowCopy\': <method \'ShallowCopy\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetBounds\': <method \'GetBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetMTime\': <method \'GetMTime\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetRedrawMTime\': <method \'GetRedrawMTime\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetTotalLength\': <method \'SetTotalLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetTotalLength\': <method \'GetTotalLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetNormalizedShaftLength\': <method \'SetNormalizedShaftLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetNormalizedShaftLength\': <method \'GetNormalizedShaftLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetNormalizedTipLength\': <method \'SetNormalizedTipLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetNormalizedTipLength\': <method \'GetNormalizedTipLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetNormalizedLabelPosition\': <method \'SetNormalizedLabelPosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetNormalizedLabelPosition\': <method \'GetNormalizedLabelPosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetConeResolution\': <method \'SetConeResolution\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetConeResolutionMinValue\': <method \'GetConeResolutionMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetConeResolutionMaxValue\': <method \'GetConeResolutionMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetConeResolution\': <method \'GetConeResolution\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetSphereResolution\': <method \'SetSphereResolution\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetSphereResolutionMinValue\': <method \'GetSphereResolutionMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetSphereResolutionMaxValue\': <method \'GetSphereResolutionMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetSphereResolution\': <method \'GetSphereResolution\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetCylinderResolution\': <method \'SetCylinderResolution\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetCylinderResolutionMinValue\': <method \'GetCylinderResolutionMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetCylinderResolutionMaxValue\': <method \'GetCylinderResolutionMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetCylinderResolution\': <method \'GetCylinderResolution\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetConeRadius\': <method \'SetConeRadius\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetConeRadiusMinValue\': <method \'GetConeRadiusMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetConeRadiusMaxValue\': <method \'GetConeRadiusMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetConeRadius\': <method \'GetConeRadius\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetSphereRadius\': <method \'SetSphereRadius\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetSphereRadiusMinValue\': <method \'GetSphereRadiusMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetSphereRadiusMaxValue\': <method \'GetSphereRadiusMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetSphereRadius\': <method \'GetSphereRadius\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetCylinderRadius\': <method \'SetCylinderRadius\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetCylinderRadiusMinValue\': <method \'GetCylinderRadiusMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetCylinderRadiusMaxValue\': <method \'GetCylinderRadiusMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetCylinderRadius\': <method \'GetCylinderRadius\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetShaftType\': <method \'SetShaftType\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetShaftTypeToCylinder\': <method \'SetShaftTypeToCylinder\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetShaftTypeToLine\': <method \'SetShaftTypeToLine\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetShaftTypeToUserDefined\': <method \'SetShaftTypeToUserDefined\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetShaftType\': <method \'GetShaftType\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetTipType\': <method \'SetTipType\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetTipTypeToCone\': <method \'SetTipTypeToCone\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetTipTypeToSphere\': <method \'SetTipTypeToSphere\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetTipTypeToUserDefined\': <method \'SetTipTypeToUserDefined\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetTipType\': <method \'GetTipType\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetUserDefinedTip\': <method \'SetUserDefinedTip\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetUserDefinedTip\': <method \'GetUserDefinedTip\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetUserDefinedShaft\': <method \'SetUserDefinedShaft\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetUserDefinedShaft\': <method \'GetUserDefinedShaft\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetXAxisTipProperty\': <method \'GetXAxisTipProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetYAxisTipProperty\': <method \'GetYAxisTipProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetZAxisTipProperty\': <method \'GetZAxisTipProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetXAxisShaftProperty\': <method \'GetXAxisShaftProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetYAxisShaftProperty\': <method \'GetYAxisShaftProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetZAxisShaftProperty\': <method \'GetZAxisShaftProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetXAxisCaptionActor2D\': <method \'GetXAxisCaptionActor2D\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetYAxisCaptionActor2D\': <method \'GetYAxisCaptionActor2D\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetZAxisCaptionActor2D\': <method \'GetZAxisCaptionActor2D\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetXAxisLabelText\': <method \'SetXAxisLabelText\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetXAxisLabelText\': <method \'GetXAxisLabelText\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetYAxisLabelText\': <method \'SetYAxisLabelText\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetYAxisLabelText\': <method \'GetYAxisLabelText\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetZAxisLabelText\': <method \'SetZAxisLabelText\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetZAxisLabelText\': <method \'GetZAxisLabelText\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'SetAxisLabels\': <method \'SetAxisLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'GetAxisLabels\': <method \'GetAxisLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'AxisLabelsOn\': <method \'AxisLabelsOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'AxisLabelsOff\': <method \'AxisLabelsOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'CYLINDER_SHAFT\': 0, \'LINE_SHAFT\': 1, \'USER_DEFINED_SHAFT\': 2, \'CONE_TIP\': 0, \'SPHERE_TIP\': 1, \'USER_DEFINED_TIP\': 2, \'__new__\': <built-in method __new__ of type object at 0x00007FF8205FE930>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxesActor\' objects>, \'__doc__\': "vtkAxesActor - a 3D axes representation\\n\\nSuperclass: vtkProp3D\\n\\nvtkAxesActor is a hybrid 2D/3D actor used to represent 3D axes in a\\nscene. The user can define the geometry to use for the shaft or the\\ntip, and the user can set the text for the three axes. The text will\\nappear to follow the camera since it is implemented by means of\\nvtkCaptionActor2D.  All of the functionality of the underlying\\nvtkCaptionActor2D objects are accessible so that, for instance, the\\nfont attributes of the axes text can be manipulated through\\nvtkTextProperty. Since this class inherits from vtkProp3D, one can\\napply a user transform to the underlying geometry and the positioning\\nof the labels. For example, a rotation transform could be used to\\ngenerate a left-handed axes representation.\\n\\n@par Thanks: Thanks to Goodwin Lawlor for posting a tcl script which\\nfeatured the use of vtkCaptionActor2D to implement the text labels. \\nThis class is based on Paraview\'s vtkPVAxesActor.\\n\\n@warning\\nvtkAxesActor is primarily intended for use with\\nvtkOrientationMarkerWidget. The bounds of this actor are calculated\\nas though the geometry of the axes were symmetric: that is, although\\nonly positive axes are visible, bounds are calculated as though\\nnegative axes are present too.  This is done intentionally to\\nimplement functionality of the camera update mechanism in\\nvtkOrientationMarkerWidget.\\n\\n@sa\\nvtkAnnotatedCubeActor vtkOrientationMarkerWidget vtkCaptionActor2D\\nvtkTextProperty\\n\\n"})'
    __vtkname__ = 'vtkAxesActor'


class vtkAxisActor(__vtkmodules_vtkRenderingCore.vtkActor):
    """
    vtkAxisActor - Create an axis with tick marks and labels
    
    Superclass: vtkActor
    
    vtkAxisActor creates an axis with tick marks, labels, and/or a title,
    depending on the particular instance variable settings. It is assumed
    that the axes is part of a bounding box and is orthogonal to one of
    the coordinate axes.  To use this class, you typically specify two
    points defining the start and end points of the line (xyz definition
    using vtkCoordinate class), the axis type (X, Y or Z), the axis
    location in relation to the bounding box, the bounding box, the
    number of labels, and the data range (min,max). You can also control
    what parts of the axis are visible including the line, the tick
    marks, the labels, and the title. It is also possible to control
    gridlines, and specify on which 'side' the tickmarks are drawn (again
    with respect to the underlying assumed bounding box). You can also
    specify the label format (a printf style format).
    
    This class decides how to locate the labels, and how to create
    reasonable tick marks and labels.
    
    Labels follow the camera so as to be legible from any viewpoint.
    
    The instance variables Point1 and Point2 are instances of
    vtkCoordinate. All calculations and references are in World
    Coordinates.
    
    @par Thanks: This class was written by: Hank Childs, Kathleen
    Bonnell, Amy Squillacote, Brad Whitlock, Eric Brugger, Claire
    Guilbaud, Nicolas Dolegieviez, Will Schroeder, Karthik Krishnan,
    Aashish Chaudhary, Philippe Pebay, David Gobbi, David Partyka,
    Utkarsh Ayachit David Cole, Francois Bertel, and Mark Olesen Part of
    this work was supported by CEA/DIF - Commissariat a l'Energie
    Atomique, Centre DAM Ile-De-France, BP12, F-91297 Arpajon, France.
    
    @sa
    vtkActor vtkVectorText vtkPolyDataMapper vtkAxisActor2D vtkCoordinate
    """
    def AxisVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        AxisVisibilityOff(self) -> None
        C++: virtual void AxisVisibilityOff()
        """
        pass

    def AxisVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        AxisVisibilityOn(self) -> None
        C++: virtual void AxisVisibilityOn()
        """
        pass

    def BuildAxis(self, viewport, __b): # real signature unknown; restored from __doc__
        """
        BuildAxis(self, viewport:vtkViewport, __b:bool) -> None
        C++: void BuildAxis(vtkViewport *viewport, bool)
        """
        pass

    def CalculateLabelOffsetOff(self): # real signature unknown; restored from __doc__
        """
        CalculateLabelOffsetOff(self) -> None
        C++: virtual void CalculateLabelOffsetOff()
        """
        pass

    def CalculateLabelOffsetOn(self): # real signature unknown; restored from __doc__
        """
        CalculateLabelOffsetOn(self) -> None
        C++: virtual void CalculateLabelOffsetOn()
        """
        pass

    def CalculateTitleOffsetOff(self): # real signature unknown; restored from __doc__
        """
        CalculateTitleOffsetOff(self) -> None
        C++: virtual void CalculateTitleOffsetOff()
        """
        pass

    def CalculateTitleOffsetOn(self): # real signature unknown; restored from __doc__
        """
        CalculateTitleOffsetOn(self) -> None
        C++: virtual void CalculateTitleOffsetOn()
        """
        pass

    def ComputeMaxLabelLength(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        ComputeMaxLabelLength(self, __a:(float, float, float)) -> float
        C++: double ComputeMaxLabelLength(const double[3])
        """
        pass

    def ComputeTitleLength(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        ComputeTitleLength(self, __a:(float, float, float)) -> float
        C++: double ComputeTitleLength(const double[3])
        """
        pass

    def DrawGridlinesOff(self): # real signature unknown; restored from __doc__
        """
        DrawGridlinesOff(self) -> None
        C++: virtual void DrawGridlinesOff()
        """
        pass

    def DrawGridlinesOn(self): # real signature unknown; restored from __doc__
        """
        DrawGridlinesOn(self) -> None
        C++: virtual void DrawGridlinesOn()
        """
        pass

    def DrawGridlinesOnlyOff(self): # real signature unknown; restored from __doc__
        """
        DrawGridlinesOnlyOff(self) -> None
        C++: virtual void DrawGridlinesOnlyOff()
        """
        pass

    def DrawGridlinesOnlyOn(self): # real signature unknown; restored from __doc__
        """
        DrawGridlinesOnlyOn(self) -> None
        C++: virtual void DrawGridlinesOnlyOn()
        """
        pass

    def DrawGridpolysOff(self): # real signature unknown; restored from __doc__
        """
        DrawGridpolysOff(self) -> None
        C++: virtual void DrawGridpolysOff()
        """
        pass

    def DrawGridpolysOn(self): # real signature unknown; restored from __doc__
        """
        DrawGridpolysOn(self) -> None
        C++: virtual void DrawGridpolysOn()
        """
        pass

    def DrawInnerGridlinesOff(self): # real signature unknown; restored from __doc__
        """
        DrawInnerGridlinesOff(self) -> None
        C++: virtual void DrawInnerGridlinesOff()
        """
        pass

    def DrawInnerGridlinesOn(self): # real signature unknown; restored from __doc__
        """
        DrawInnerGridlinesOn(self) -> None
        C++: virtual void DrawInnerGridlinesOn()
        """
        pass

    def ExponentVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        ExponentVisibilityOff(self) -> None
        C++: virtual void ExponentVisibilityOff()
        """
        pass

    def ExponentVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        ExponentVisibilityOn(self) -> None
        C++: virtual void ExponentVisibilityOn()
        """
        pass

    def GetAxisBaseForX(self): # real signature unknown; restored from __doc__
        """
        GetAxisBaseForX(self) -> (float, float, float)
        C++: virtual double *GetAxisBaseForX()
        """
        pass

    def GetAxisBaseForY(self): # real signature unknown; restored from __doc__
        """
        GetAxisBaseForY(self) -> (float, float, float)
        C++: virtual double *GetAxisBaseForY()
        """
        pass

    def GetAxisBaseForZ(self): # real signature unknown; restored from __doc__
        """
        GetAxisBaseForZ(self) -> (float, float, float)
        C++: virtual double *GetAxisBaseForZ()
        """
        pass

    def GetAxisLinesProperty(self): # real signature unknown; restored from __doc__
        """
        GetAxisLinesProperty(self) -> vtkProperty
        C++: vtkProperty *GetAxisLinesProperty()
        """
        pass

    def GetAxisMainLineProperty(self): # real signature unknown; restored from __doc__
        """
        GetAxisMainLineProperty(self) -> vtkProperty
        C++: vtkProperty *GetAxisMainLineProperty()
        """
        pass

    def GetAxisMajorTicksProperty(self): # real signature unknown; restored from __doc__
        """
        GetAxisMajorTicksProperty(self) -> vtkProperty
        C++: vtkProperty *GetAxisMajorTicksProperty()
        """
        pass

    def GetAxisMinorTicksProperty(self): # real signature unknown; restored from __doc__
        """
        GetAxisMinorTicksProperty(self) -> vtkProperty
        C++: vtkProperty *GetAxisMinorTicksProperty()
        """
        pass

    def GetAxisOnOrigin(self): # real signature unknown; restored from __doc__
        """
        GetAxisOnOrigin(self) -> int
        C++: virtual int GetAxisOnOrigin()
        """
        return 0

    def GetAxisPosition(self): # real signature unknown; restored from __doc__
        """
        GetAxisPosition(self) -> int
        C++: virtual int GetAxisPosition()
        """
        return 0

    def GetAxisPositionMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetAxisPositionMaxValue(self) -> int
        C++: virtual int GetAxisPositionMaxValue()
        """
        return 0

    def GetAxisPositionMinValue(self): # real signature unknown; restored from __doc__
        """
        GetAxisPositionMinValue(self) -> int
        C++: virtual int GetAxisPositionMinValue()
        """
        return 0

    def GetAxisType(self): # real signature unknown; restored from __doc__
        """
        GetAxisType(self) -> int
        C++: virtual int GetAxisType()
        """
        return 0

    def GetAxisTypeMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetAxisTypeMaxValue(self) -> int
        C++: virtual int GetAxisTypeMaxValue()
        """
        return 0

    def GetAxisTypeMinValue(self): # real signature unknown; restored from __doc__
        """
        GetAxisTypeMinValue(self) -> int
        C++: virtual int GetAxisTypeMinValue()
        """
        return 0

    def GetAxisVisibility(self): # real signature unknown; restored from __doc__
        """
        GetAxisVisibility(self) -> int
        C++: virtual vtkTypeBool GetAxisVisibility()
        """
        return 0

    def GetBounds(self): # real signature unknown; restored from __doc__
        """
        GetBounds(self) -> (float, float, float, float, float, float)
        C++: double *GetBounds(void) override;
        GetBounds(self, bounds:[float, float, float, float, float, float])
             -> None
        C++: void GetBounds(double bounds[6])
        
        Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
        in world coordinates. NULL means that the bounds are not defined.
        """
        pass

    def GetCalculateLabelOffset(self): # real signature unknown; restored from __doc__
        """
        GetCalculateLabelOffset(self) -> int
        C++: virtual vtkTypeBool GetCalculateLabelOffset()
        """
        return 0

    def GetCalculateTitleOffset(self): # real signature unknown; restored from __doc__
        """
        GetCalculateTitleOffset(self) -> int
        C++: virtual vtkTypeBool GetCalculateTitleOffset()
        """
        return 0

    def GetCamera(self): # real signature unknown; restored from __doc__
        """
        GetCamera(self) -> vtkCamera
        C++: virtual vtkCamera *GetCamera()
        """
        pass

    def GetDeltaMajor(self, axis): # real signature unknown; restored from __doc__
        """
        GetDeltaMajor(self, axis:int) -> float
        C++: double GetDeltaMajor(int axis)
        """
        return 0.0

    def GetDeltaMinor(self): # real signature unknown; restored from __doc__
        """
        GetDeltaMinor(self) -> float
        C++: virtual double GetDeltaMinor()
        """
        return 0.0

    def GetDeltaRangeMajor(self): # real signature unknown; restored from __doc__
        """
        GetDeltaRangeMajor(self) -> float
        C++: virtual double GetDeltaRangeMajor()
        """
        return 0.0

    def GetDeltaRangeMinor(self): # real signature unknown; restored from __doc__
        """
        GetDeltaRangeMinor(self) -> float
        C++: virtual double GetDeltaRangeMinor()
        """
        return 0.0

    def GetDrawGridlines(self): # real signature unknown; restored from __doc__
        """
        GetDrawGridlines(self) -> int
        C++: virtual vtkTypeBool GetDrawGridlines()
        """
        return 0

    def GetDrawGridlinesLocation(self): # real signature unknown; restored from __doc__
        """
        GetDrawGridlinesLocation(self) -> int
        C++: virtual int GetDrawGridlinesLocation()
        """
        return 0

    def GetDrawGridlinesOnly(self): # real signature unknown; restored from __doc__
        """
        GetDrawGridlinesOnly(self) -> int
        C++: virtual vtkTypeBool GetDrawGridlinesOnly()
        """
        return 0

    def GetDrawGridpolys(self): # real signature unknown; restored from __doc__
        """
        GetDrawGridpolys(self) -> int
        C++: virtual vtkTypeBool GetDrawGridpolys()
        """
        return 0

    def GetDrawInnerGridlines(self): # real signature unknown; restored from __doc__
        """
        GetDrawInnerGridlines(self) -> int
        C++: virtual vtkTypeBool GetDrawInnerGridlines()
        """
        return 0

    def GetExponent(self): # real signature unknown; restored from __doc__
        """
        GetExponent(self) -> str
        C++: virtual char *GetExponent()
        """
        return ""

    def GetExponentActor(self): # real signature unknown; restored from __doc__
        """
        GetExponentActor(self) -> vtkAxisFollower
        C++: virtual vtkAxisFollower *GetExponentActor()
        
        Get exponent follower actor
        """
        return vtkAxisFollower

    def GetExponentLocation(self): # real signature unknown; restored from __doc__
        """
        GetExponentLocation(self) -> int
        C++: virtual int GetExponentLocation()
        """
        return 0

    def GetExponentOffset(self): # real signature unknown; restored from __doc__
        """
        GetExponentOffset(self) -> float
        C++: virtual double GetExponentOffset()
        """
        return 0.0

    def GetExponentProp3D(self): # real signature unknown; restored from __doc__
        """
        GetExponentProp3D(self) -> vtkProp3DAxisFollower
        C++: virtual vtkProp3DAxisFollower *GetExponentProp3D()
        
        Get title actor and it is responsible for drawing title text.
        """
        return vtkProp3DAxisFollower

    def GetExponentVisibility(self): # real signature unknown; restored from __doc__
        """
        GetExponentVisibility(self) -> bool
        C++: virtual bool GetExponentVisibility()
        """
        return False

    def GetGridlinesProperty(self): # real signature unknown; restored from __doc__
        """
        GetGridlinesProperty(self) -> vtkProperty
        C++: vtkProperty *GetGridlinesProperty()
        """
        pass

    def GetGridlineXLength(self): # real signature unknown; restored from __doc__
        """
        GetGridlineXLength(self) -> float
        C++: virtual double GetGridlineXLength()
        """
        return 0.0

    def GetGridlineYLength(self): # real signature unknown; restored from __doc__
        """
        GetGridlineYLength(self) -> float
        C++: virtual double GetGridlineYLength()
        """
        return 0.0

    def GetGridlineZLength(self): # real signature unknown; restored from __doc__
        """
        GetGridlineZLength(self) -> float
        C++: virtual double GetGridlineZLength()
        """
        return 0.0

    def GetGridpolysProperty(self): # real signature unknown; restored from __doc__
        """
        GetGridpolysProperty(self) -> vtkProperty
        C++: vtkProperty *GetGridpolysProperty()
        """
        pass

    def GetHorizontalOffsetYTitle2D(self): # real signature unknown; restored from __doc__
        """
        GetHorizontalOffsetYTitle2D(self) -> float
        C++: virtual double GetHorizontalOffsetYTitle2D()
        """
        return 0.0

    def GetInnerGridlinesProperty(self): # real signature unknown; restored from __doc__
        """
        GetInnerGridlinesProperty(self) -> vtkProperty
        C++: vtkProperty *GetInnerGridlinesProperty()
        """
        pass

    def GetLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetLabelFormat(self) -> str
        C++: virtual char *GetLabelFormat()
        """
        return ""

    def GetLabelOffset(self): # real signature unknown; restored from __doc__
        """
        GetLabelOffset(self) -> float
        C++: virtual double GetLabelOffset()
        """
        return 0.0

    def GetLabelTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetLabelTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetLabelTextProperty()
        """
        pass

    def GetLabelVisibility(self): # real signature unknown; restored from __doc__
        """
        GetLabelVisibility(self) -> int
        C++: virtual vtkTypeBool GetLabelVisibility()
        """
        return 0

    def GetLastMajorTickPointCorrection(self): # real signature unknown; restored from __doc__
        """
        GetLastMajorTickPointCorrection(self) -> bool
        C++: virtual bool GetLastMajorTickPointCorrection()
        """
        return False

    def GetLog(self): # real signature unknown; restored from __doc__
        """
        GetLog(self) -> bool
        C++: virtual bool GetLog()
        """
        return False

    def GetMajorRangeStart(self): # real signature unknown; restored from __doc__
        """
        GetMajorRangeStart(self) -> float
        C++: virtual double GetMajorRangeStart()
        """
        return 0.0

    def GetMajorStart(self, axis): # real signature unknown; restored from __doc__
        """
        GetMajorStart(self, axis:int) -> float
        C++: double GetMajorStart(int axis)
        """
        return 0.0

    def GetMajorTickSize(self): # real signature unknown; restored from __doc__
        """
        GetMajorTickSize(self) -> float
        C++: virtual double GetMajorTickSize()
        """
        return 0.0

    def GetMinorRangeStart(self): # real signature unknown; restored from __doc__
        """
        GetMinorRangeStart(self) -> float
        C++: virtual double GetMinorRangeStart()
        """
        return 0.0

    def GetMinorStart(self): # real signature unknown; restored from __doc__
        """
        GetMinorStart(self) -> float
        C++: virtual double GetMinorStart()
        """
        return 0.0

    def GetMinorTickSize(self): # real signature unknown; restored from __doc__
        """
        GetMinorTickSize(self) -> float
        C++: virtual double GetMinorTickSize()
        """
        return 0.0

    def GetMinorTicksVisible(self): # real signature unknown; restored from __doc__
        """
        GetMinorTicksVisible(self) -> int
        C++: virtual vtkTypeBool GetMinorTicksVisible()
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfLabelsBuilt(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfLabelsBuilt(self) -> int
        C++: virtual int GetNumberOfLabelsBuilt()
        
        Get total number of labels built. Once built this count does not
        change.
        """
        return 0

    def GetPoint1(self): # real signature unknown; restored from __doc__
        """
        GetPoint1(self) -> Pointer
        C++: virtual double *GetPoint1()
        """
        pass

    def GetPoint1Coordinate(self): # real signature unknown; restored from __doc__
        """
        GetPoint1Coordinate(self) -> vtkCoordinate
        C++: virtual vtkCoordinate *GetPoint1Coordinate()
        
        Specify the position of the first point defining the axis.
        """
        pass

    def GetPoint2(self): # real signature unknown; restored from __doc__
        """
        GetPoint2(self) -> Pointer
        C++: virtual double *GetPoint2()
        """
        pass

    def GetPoint2Coordinate(self): # real signature unknown; restored from __doc__
        """
        GetPoint2Coordinate(self) -> vtkCoordinate
        C++: virtual vtkCoordinate *GetPoint2Coordinate()
        
        Specify the position of the second point defining the axis.
        """
        pass

    def GetRange(self): # real signature unknown; restored from __doc__
        """
        GetRange(self) -> (float, float)
        C++: virtual double *GetRange()
        """
        pass

    def GetSaveTitlePosition(self): # real signature unknown; restored from __doc__
        """
        GetSaveTitlePosition(self) -> int
        C++: virtual int GetSaveTitlePosition()
        """
        return 0

    def GetScreenSize(self): # real signature unknown; restored from __doc__
        """
        GetScreenSize(self) -> float
        C++: virtual double GetScreenSize()
        """
        return 0.0

    def GetTickLocation(self): # real signature unknown; restored from __doc__
        """
        GetTickLocation(self) -> int
        C++: virtual int GetTickLocation()
        """
        return 0

    def GetTickLocationMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetTickLocationMaxValue(self) -> int
        C++: virtual int GetTickLocationMaxValue()
        """
        return 0

    def GetTickLocationMinValue(self): # real signature unknown; restored from __doc__
        """
        GetTickLocationMinValue(self) -> int
        C++: virtual int GetTickLocationMinValue()
        """
        return 0

    def GetTickVisibility(self): # real signature unknown; restored from __doc__
        """
        GetTickVisibility(self) -> int
        C++: virtual vtkTypeBool GetTickVisibility()
        """
        return 0

    def GetTitle(self): # real signature unknown; restored from __doc__
        """
        GetTitle(self) -> str
        C++: virtual char *GetTitle()
        """
        return ""

    def GetTitleActor(self): # real signature unknown; restored from __doc__
        """
        GetTitleActor(self) -> vtkAxisFollower
        C++: virtual vtkAxisFollower *GetTitleActor()
        
        Get title actor and it is responsible for drawing title text.
        """
        return vtkAxisFollower

    def GetTitleAlignLocation(self): # real signature unknown; restored from __doc__
        """
        GetTitleAlignLocation(self) -> int
        C++: virtual int GetTitleAlignLocation()
        """
        return 0

    def GetTitleOffset(self): # real signature unknown; restored from __doc__
        """
        GetTitleOffset(self) -> float
        C++: virtual double GetTitleOffset()
        """
        return 0.0

    def GetTitleProp3D(self): # real signature unknown; restored from __doc__
        """
        GetTitleProp3D(self) -> vtkProp3DAxisFollower
        C++: virtual vtkProp3DAxisFollower *GetTitleProp3D()
        
        Get title actor and it is responsible for drawing title text.
        """
        return vtkProp3DAxisFollower

    def GetTitleTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetTitleTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetTitleTextProperty()
        """
        pass

    def GetTitleVisibility(self): # real signature unknown; restored from __doc__
        """
        GetTitleVisibility(self) -> int
        C++: virtual vtkTypeBool GetTitleVisibility()
        """
        return 0

    def GetUse2DMode(self): # real signature unknown; restored from __doc__
        """
        GetUse2DMode(self) -> int
        C++: virtual int GetUse2DMode()
        """
        return 0

    def GetUseTextActor3D(self): # real signature unknown; restored from __doc__
        """
        GetUseTextActor3D(self) -> int
        C++: virtual int GetUseTextActor3D()
        """
        return 0

    def GetVerticalOffsetXTitle2D(self): # real signature unknown; restored from __doc__
        """
        GetVerticalOffsetXTitle2D(self) -> float
        C++: virtual double GetVerticalOffsetXTitle2D()
        """
        return 0.0

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some opaque/translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def LabelVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        LabelVisibilityOff(self) -> None
        C++: virtual void LabelVisibilityOff()
        """
        pass

    def LabelVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        LabelVisibilityOn(self) -> None
        C++: virtual void LabelVisibilityOn()
        """
        pass

    def LastMajorTickPointCorrectionOff(self): # real signature unknown; restored from __doc__
        """
        LastMajorTickPointCorrectionOff(self) -> None
        C++: virtual void LastMajorTickPointCorrectionOff()
        """
        pass

    def LastMajorTickPointCorrectionOn(self): # real signature unknown; restored from __doc__
        """
        LastMajorTickPointCorrectionOn(self) -> None
        C++: virtual void LastMajorTickPointCorrectionOn()
        """
        pass

    def LogOff(self): # real signature unknown; restored from __doc__
        """
        LogOff(self) -> None
        C++: virtual void LogOff()
        """
        pass

    def LogOn(self): # real signature unknown; restored from __doc__
        """
        LogOn(self) -> None
        C++: virtual void LogOn()
        """
        pass

    def MinorTicksVisibleOff(self): # real signature unknown; restored from __doc__
        """
        MinorTicksVisibleOff(self) -> None
        C++: virtual void MinorTicksVisibleOff()
        """
        pass

    def MinorTicksVisibleOn(self): # real signature unknown; restored from __doc__
        """
        MinorTicksVisibleOn(self) -> None
        C++: virtual void MinorTicksVisibleOn()
        """
        pass

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkAxisActor
        C++: vtkAxisActor *NewInstance()
        """
        return vtkAxisActor

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, viewport:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *viewport) override;
        
        Draw the axis.
        """
        return 0

    def RenderOverlay(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, viewport:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *viewport) override;
        """
        return 0

    def RenderTranslucentGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderTranslucentGeometry(self, viewport:vtkViewport) -> int
        C++: virtual int RenderTranslucentGeometry(vtkViewport *viewport)
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, viewport:vtkViewport)
            -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *viewport)
             override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkAxisActor
        C++: static vtkAxisActor *SafeDownCast(vtkObjectBase *o)
        """
        return vtkAxisActor

    def SetAxisBaseForX(self, _arg1, _arg2, _arg3): # real signature unknown; restored from __doc__
        """
        SetAxisBaseForX(self, _arg1:float, _arg2:float, _arg3:float)
            -> None
        C++: virtual void SetAxisBaseForX(double _arg1, double _arg2,
            double _arg3)
        SetAxisBaseForX(self, _arg:(float, float, float)) -> None
        C++: virtual void SetAxisBaseForX(const double _arg[3])
        
        Provide real vector for non aligned axis
        """
        pass

    def SetAxisBaseForY(self, _arg1, _arg2, _arg3): # real signature unknown; restored from __doc__
        """
        SetAxisBaseForY(self, _arg1:float, _arg2:float, _arg3:float)
            -> None
        C++: virtual void SetAxisBaseForY(double _arg1, double _arg2,
            double _arg3)
        SetAxisBaseForY(self, _arg:(float, float, float)) -> None
        C++: virtual void SetAxisBaseForY(const double _arg[3])
        
        Provide real vector for non aligned axis
        """
        pass

    def SetAxisBaseForZ(self, _arg1, _arg2, _arg3): # real signature unknown; restored from __doc__
        """
        SetAxisBaseForZ(self, _arg1:float, _arg2:float, _arg3:float)
            -> None
        C++: virtual void SetAxisBaseForZ(double _arg1, double _arg2,
            double _arg3)
        SetAxisBaseForZ(self, _arg:(float, float, float)) -> None
        C++: virtual void SetAxisBaseForZ(const double _arg[3])
        
        Provide real vector for non aligned axis
        """
        pass

    def SetAxisLinesProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisLinesProperty(self, __a:vtkProperty) -> None
        C++: void SetAxisLinesProperty(vtkProperty *)
        
        Get/Set axis actor property (axis and its ticks) (kept for
        compatibility)
        """
        pass

    def SetAxisMainLineProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisMainLineProperty(self, __a:vtkProperty) -> None
        C++: void SetAxisMainLineProperty(vtkProperty *)
        
        Get/Set main line axis actor property
        """
        pass

    def SetAxisMajorTicksProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisMajorTicksProperty(self, __a:vtkProperty) -> None
        C++: void SetAxisMajorTicksProperty(vtkProperty *)
        
        Get/Set axis actor property (axis and its ticks)
        """
        pass

    def SetAxisMinorTicksProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisMinorTicksProperty(self, __a:vtkProperty) -> None
        C++: void SetAxisMinorTicksProperty(vtkProperty *)
        
        Get/Set axis actor property (axis and its ticks)
        """
        pass

    def SetAxisOnOrigin(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAxisOnOrigin(self, _arg:int) -> None
        C++: virtual void SetAxisOnOrigin(int _arg)
        
        Notify the axes that is not part of a cube anymore
        """
        pass

    def SetAxisPosition(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAxisPosition(self, _arg:int) -> None
        C++: virtual void SetAxisPosition(int _arg)
        
        Set/Get the position of this axis (in relation to an an assumed
        bounding box).  For an x-type axis, MINMIN corresponds to the
        x-edge in the bounding box where Y values are minimum and Z
        values are minimum. For a y-type axis, MAXMIN corresponds to the
        y-edge where X values are maximum and Z values are minimum.
        """
        pass

    def SetAxisPositionToMaxMax(self): # real signature unknown; restored from __doc__
        """
        SetAxisPositionToMaxMax(self) -> None
        C++: void SetAxisPositionToMaxMax(void)
        """
        pass

    def SetAxisPositionToMaxMin(self): # real signature unknown; restored from __doc__
        """
        SetAxisPositionToMaxMin(self) -> None
        C++: void SetAxisPositionToMaxMin(void)
        """
        pass

    def SetAxisPositionToMinMax(self): # real signature unknown; restored from __doc__
        """
        SetAxisPositionToMinMax(self) -> None
        C++: void SetAxisPositionToMinMax(void)
        """
        pass

    def SetAxisPositionToMinMin(self): # real signature unknown; restored from __doc__
        """
        SetAxisPositionToMinMin(self) -> None
        C++: void SetAxisPositionToMinMin(void)
        """
        pass

    def SetAxisType(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAxisType(self, _arg:int) -> None
        C++: virtual void SetAxisType(int _arg)
        
        Set/Get the type of this axis.
        """
        pass

    def SetAxisTypeToX(self): # real signature unknown; restored from __doc__
        """
        SetAxisTypeToX(self) -> None
        C++: void SetAxisTypeToX(void)
        """
        pass

    def SetAxisTypeToY(self): # real signature unknown; restored from __doc__
        """
        SetAxisTypeToY(self) -> None
        C++: void SetAxisTypeToY(void)
        """
        pass

    def SetAxisTypeToZ(self): # real signature unknown; restored from __doc__
        """
        SetAxisTypeToZ(self) -> None
        C++: void SetAxisTypeToZ(void)
        """
        pass

    def SetAxisVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAxisVisibility(self, _arg:int) -> None
        C++: virtual void SetAxisVisibility(vtkTypeBool _arg)
        
        Set/Get visibility of the axis line.
        """
        pass

    def SetBounds(self, bounds, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetBounds(self, bounds:(float, float, float, float, float, float))
             -> None
        C++: void SetBounds(const double bounds[6])
        SetBounds(self, xmin:float, xmax:float, ymin:float, ymax:float,
            zmin:float, zmax:float) -> None
        C++: void SetBounds(double xmin, double xmax, double ymin,
            double ymax, double zmin, double zmax)
        
        Set or get the bounds for this Actor as
        (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
        """
        pass

    def SetCalculateLabelOffset(self, _arg): # real signature unknown; restored from __doc__
        """
        SetCalculateLabelOffset(self, _arg:int) -> None
        C++: virtual void SetCalculateLabelOffset(vtkTypeBool _arg)
        
        Set/Get flag whether to calculate label offset. Default is true.
        """
        pass

    def SetCalculateTitleOffset(self, _arg): # real signature unknown; restored from __doc__
        """
        SetCalculateTitleOffset(self, _arg:int) -> None
        C++: virtual void SetCalculateTitleOffset(vtkTypeBool _arg)
        
        Set/Get flag whether to calculate title offset. Default is true.
        """
        pass

    def SetCamera(self, __a): # real signature unknown; restored from __doc__
        """
        SetCamera(self, __a:vtkCamera) -> None
        C++: virtual void SetCamera(vtkCamera *)
        
        Set/Get the camera for this axis.  The camera is used by the
        labels to 'follow' the camera and be legible from any viewpoint.
        """
        pass

    def SetDeltaMajor(self, axis, value): # real signature unknown; restored from __doc__
        """
        SetDeltaMajor(self, axis:int, value:float) -> None
        C++: void SetDeltaMajor(int axis, double value)
        """
        pass

    def SetDeltaMinor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDeltaMinor(self, _arg:float) -> None
        C++: virtual void SetDeltaMinor(double _arg)
        """
        pass

    def SetDeltaRangeMajor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDeltaRangeMajor(self, _arg:float) -> None
        C++: virtual void SetDeltaRangeMajor(double _arg)
        """
        pass

    def SetDeltaRangeMinor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDeltaRangeMinor(self, _arg:float) -> None
        C++: virtual void SetDeltaRangeMinor(double _arg)
        """
        pass

    def SetDrawGridlines(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawGridlines(self, _arg:int) -> None
        C++: virtual void SetDrawGridlines(vtkTypeBool _arg)
        
        Set/Get whether gridlines should be drawn.
        """
        pass

    def SetDrawGridlinesLocation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawGridlinesLocation(self, _arg:int) -> None
        C++: virtual void SetDrawGridlinesLocation(int _arg)
        """
        pass

    def SetDrawGridlinesOnly(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawGridlinesOnly(self, _arg:int) -> None
        C++: virtual void SetDrawGridlinesOnly(vtkTypeBool _arg)
        
        Set/Get whether ONLY the gridlines should be drawn. This will
        only draw GridLines and will skip any other part of the rendering
        such as Axis/Tick/Title/...
        """
        pass

    def SetDrawGridpolys(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawGridpolys(self, _arg:int) -> None
        C++: virtual void SetDrawGridpolys(vtkTypeBool _arg)
        
        Set/Get whether gridpolys should be drawn.
        """
        pass

    def SetDrawInnerGridlines(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawInnerGridlines(self, _arg:int) -> None
        C++: virtual void SetDrawInnerGridlines(vtkTypeBool _arg)
        
        Set/Get whether inner gridlines should be drawn.
        """
        pass

    def SetExponent(self, t): # real signature unknown; restored from __doc__
        """
        SetExponent(self, t:str) -> None
        C++: void SetExponent(const char *t)
        
        Set/Get the common exponent of the labels values
        """
        pass

    def SetExponentLocation(self, location): # real signature unknown; restored from __doc__
        """
        SetExponentLocation(self, location:int) -> None
        C++: virtual void SetExponentLocation(int location)
        
        Get/Set the location of the Detached Exponent related to the
        axis. Possible Location: VTK_ALIGN_TOP, VTK_ALIGN_BOTTOM,
        VTK_ALIGN_POINT1, VTK_ALIGN_POINT2
        """
        pass

    def SetExponentOffset(self, _arg): # real signature unknown; restored from __doc__
        """
        SetExponentOffset(self, _arg:float) -> None
        C++: virtual void SetExponentOffset(double _arg)
        """
        pass

    def SetExponentVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetExponentVisibility(self, _arg:bool) -> None
        C++: virtual void SetExponentVisibility(bool _arg)
        
        Set/Get visibility of the axis detached exponent.
        """
        pass

    def SetGridlinesProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetGridlinesProperty(self, __a:vtkProperty) -> None
        C++: void SetGridlinesProperty(vtkProperty *)
        
        Get/Set gridlines actor property (outer grid lines)
        """
        pass

    def SetGridlineXLength(self, _arg): # real signature unknown; restored from __doc__
        """
        SetGridlineXLength(self, _arg:float) -> None
        C++: virtual void SetGridlineXLength(double _arg)
        
        Set/Get the length to use when drawing gridlines.
        """
        pass

    def SetGridlineYLength(self, _arg): # real signature unknown; restored from __doc__
        """
        SetGridlineYLength(self, _arg:float) -> None
        C++: virtual void SetGridlineYLength(double _arg)
        """
        pass

    def SetGridlineZLength(self, _arg): # real signature unknown; restored from __doc__
        """
        SetGridlineZLength(self, _arg:float) -> None
        C++: virtual void SetGridlineZLength(double _arg)
        """
        pass

    def SetGridpolysProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetGridpolysProperty(self, __a:vtkProperty) -> None
        C++: void SetGridpolysProperty(vtkProperty *)
        
        Get/Set gridPolys actor property (grid quads)
        """
        pass

    def SetHorizontalOffsetYTitle2D(self, _arg): # real signature unknown; restored from __doc__
        """
        SetHorizontalOffsetYTitle2D(self, _arg:float) -> None
        C++: virtual void SetHorizontalOffsetYTitle2D(double _arg)
        
        Set/Get the 2D mode the horizontal offset for Y title in 2D mode
        """
        pass

    def SetInnerGridlinesProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetInnerGridlinesProperty(self, __a:vtkProperty) -> None
        C++: void SetInnerGridlinesProperty(vtkProperty *)
        
        Get/Set inner gridlines actor property
        """
        pass

    def SetLabelFormat(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelFormat(self, _arg:str) -> None
        C++: virtual void SetLabelFormat(const char *_arg)
        
        Set/Get the format with which to print the labels on the axis.
        """
        pass

    def SetLabelOffset(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelOffset(self, _arg:float) -> None
        C++: virtual void SetLabelOffset(double _arg)
        
        Set/Get the offsets used to position texts.
        """
        pass

    def SetLabels(self, labels): # real signature unknown; restored from __doc__
        """
        SetLabels(self, labels:vtkStringArray) -> None
        C++: void SetLabels(vtkStringArray *labels)
        """
        pass

    def SetLabelScale(self, scale): # real signature unknown; restored from __doc__
        """
        SetLabelScale(self, scale:float) -> None
        C++: void SetLabelScale(const double scale)
        SetLabelScale(self, labelIndex:int, scale:float) -> None
        C++: void SetLabelScale(int labelIndex, const double scale)
        """
        pass

    def SetLabelTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetLabelTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetLabelTextProperty(vtkTextProperty *p)
        
        Set/Get the axis labels text property.
        """
        pass

    def SetLabelVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelVisibility(self, _arg:int) -> None
        C++: virtual void SetLabelVisibility(vtkTypeBool _arg)
        
        Set/Get visibility of the axis labels.
        """
        pass

    def SetLastMajorTickPointCorrection(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLastMajorTickPointCorrection(self, _arg:bool) -> None
        C++: virtual void SetLastMajorTickPointCorrection(bool _arg)
        
        Set/Get visibility of the axis detached exponent.
        """
        pass

    def SetLog(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLog(self, _arg:bool) -> None
        C++: virtual void SetLog(bool _arg)
        
        Set/Get The type of scale, enable logarithmic scale or linear by
        default
        """
        pass

    def SetMajorRangeStart(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMajorRangeStart(self, _arg:float) -> None
        C++: virtual void SetMajorRangeStart(double _arg)
        """
        pass

    def SetMajorStart(self, axis, value): # real signature unknown; restored from __doc__
        """
        SetMajorStart(self, axis:int, value:float) -> None
        C++: void SetMajorStart(int axis, double value)
        """
        pass

    def SetMajorTickSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMajorTickSize(self, _arg:float) -> None
        C++: virtual void SetMajorTickSize(double _arg)
        
        Set/Get the size of the major tick marks
        """
        pass

    def SetMinorRangeStart(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMinorRangeStart(self, _arg:float) -> None
        C++: virtual void SetMinorRangeStart(double _arg)
        
        Set/Get the starting position for minor and major tick points on
        the range and the delta values that determine their spacing. The
        range and the position need not be identical. ie the displayed
        values need not match the actual positions in 3D space.
        """
        pass

    def SetMinorStart(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMinorStart(self, _arg:float) -> None
        C++: virtual void SetMinorStart(double _arg)
        
        Set/Get the starting position for minor and major tick points,
        and the delta values that determine their spacing.
        """
        pass

    def SetMinorTickSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMinorTickSize(self, _arg:float) -> None
        C++: virtual void SetMinorTickSize(double _arg)
        
        Set/Get the size of the major tick marks
        """
        pass

    def SetMinorTicksVisible(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMinorTicksVisible(self, _arg:int) -> None
        C++: virtual void SetMinorTicksVisible(vtkTypeBool _arg)
        
        Set/Get the flag that controls whether the minor ticks are
        visible.
        """
        pass

    def SetPoint1(self, x, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetPoint1(self, x:[float, float, float]) -> None
        C++: virtual void SetPoint1(double x[3])
        SetPoint1(self, x:float, y:float, z:float) -> None
        C++: virtual void SetPoint1(double x, double y, double z)
        """
        pass

    def SetPoint2(self, x, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetPoint2(self, x:[float, float, float]) -> None
        C++: virtual void SetPoint2(double x[3])
        SetPoint2(self, x:float, y:float, z:float) -> None
        C++: virtual void SetPoint2(double x, double y, double z)
        """
        pass

    def SetRange(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetRange(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetRange(double _arg1, double _arg2)
        SetRange(self, _arg:(float, float)) -> None
        C++: void SetRange(const double _arg[2])
        
        Specify the (min,max) axis range. This will be used in the
        generation of labels, if labels are visible.
        """
        pass

    def SetSaveTitlePosition(self, _arg): # real signature unknown; restored from __doc__
        """
        SetSaveTitlePosition(self, _arg:int) -> None
        C++: virtual void SetSaveTitlePosition(int _arg)
        
        Set/Get whether title position must be saved in 2D mode
        """
        pass

    def SetScreenSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetScreenSize(self, _arg:float) -> None
        C++: virtual void SetScreenSize(double _arg)
        """
        pass

    def SetTickLocation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTickLocation(self, _arg:int) -> None
        C++: virtual void SetTickLocation(int _arg)
        
        Set/Get the location of the ticks. Inside: tick end toward
        positive direction of perpendicular axes. Outside: tick end
        toward negative direction of perpendicular axes.
        """
        pass

    def SetTickLocationToBoth(self): # real signature unknown; restored from __doc__
        """
        SetTickLocationToBoth(self) -> None
        C++: void SetTickLocationToBoth(void)
        """
        pass

    def SetTickLocationToInside(self): # real signature unknown; restored from __doc__
        """
        SetTickLocationToInside(self) -> None
        C++: void SetTickLocationToInside(void)
        """
        pass

    def SetTickLocationToOutside(self): # real signature unknown; restored from __doc__
        """
        SetTickLocationToOutside(self) -> None
        C++: void SetTickLocationToOutside(void)
        """
        pass

    def SetTickVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTickVisibility(self, _arg:int) -> None
        C++: virtual void SetTickVisibility(vtkTypeBool _arg)
        
        Set/Get visibility of the axis major tick marks.
        """
        pass

    def SetTitle(self, t): # real signature unknown; restored from __doc__
        """
        SetTitle(self, t:str) -> None
        C++: void SetTitle(const char *t)
        
        Set/Get the title of the axis actor,
        """
        pass

    def SetTitleAlignLocation(self, location): # real signature unknown; restored from __doc__
        """
        SetTitleAlignLocation(self, location:int) -> None
        C++: virtual void SetTitleAlignLocation(int location)
        
        Get/Set the alignment of the title related to the axis. Possible
        Alignment: VTK_ALIGN_TOP, VTK_ALIGN_BOTTOM, VTK_ALIGN_POINT1,
        VTK_ALIGN_POINT2
        """
        pass

    def SetTitleOffset(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitleOffset(self, _arg:float) -> None
        C++: virtual void SetTitleOffset(double _arg)
        """
        pass

    def SetTitleScale(self, scale): # real signature unknown; restored from __doc__
        """
        SetTitleScale(self, scale:float) -> None
        C++: void SetTitleScale(const double scale)
        """
        pass

    def SetTitleTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetTitleTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetTitleTextProperty(vtkTextProperty *p)
        
        Set/Get the axis title text property.
        """
        pass

    def SetTitleVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitleVisibility(self, _arg:int) -> None
        C++: virtual void SetTitleVisibility(vtkTypeBool _arg)
        
        Set/Get visibility of the axis title.
        """
        pass

    def SetUse2DMode(self, _arg): # real signature unknown; restored from __doc__
        """
        SetUse2DMode(self, _arg:int) -> None
        C++: virtual void SetUse2DMode(int _arg)
        
        Set/Get the 2D mode
        """
        pass

    def SetUseTextActor3D(self, _arg): # real signature unknown; restored from __doc__
        """
        SetUseTextActor3D(self, _arg:int) -> None
        C++: virtual void SetUseTextActor3D(int _arg)
        
        Render text as polygons (vtkVectorText) or as sprites
        (vtkTextActor3D). In 2D mode, the value is ignored and text is
        rendered as vtkTextActor. False(0) by default. See Also:
        GetUse2DMode(), SetUse2DMode
        """
        pass

    def SetVerticalOffsetXTitle2D(self, _arg): # real signature unknown; restored from __doc__
        """
        SetVerticalOffsetXTitle2D(self, _arg:float) -> None
        C++: virtual void SetVerticalOffsetXTitle2D(double _arg)
        
        Set/Get the 2D mode the vertical offset for X title in 2D mode
        """
        pass

    def TickVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        TickVisibilityOff(self) -> None
        C++: virtual void TickVisibilityOff()
        """
        pass

    def TickVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        TickVisibilityOn(self) -> None
        C++: virtual void TickVisibilityOn()
        """
        pass

    def TitleVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        TitleVisibilityOff(self) -> None
        C++: virtual void TitleVisibilityOff()
        """
        pass

    def TitleVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        TitleVisibilityOn(self) -> None
        C++: virtual void TitleVisibilityOn()
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    AlignLocation = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkAxisActor.AlignLocation'>"
    AxisPosition = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkAxisActor.AxisPosition'>"
    AxisType = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkAxisActor.AxisType'>"
    TickLocation = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkAxisActor.TickLocation'>"
    VTK_ALIGN_BOTTOM = 1
    VTK_ALIGN_POINT1 = 2
    VTK_ALIGN_POINT2 = 3
    VTK_ALIGN_TOP = 0
    VTK_AXIS_POS_MAXMAX = 2
    VTK_AXIS_POS_MAXMIN = 3
    VTK_AXIS_POS_MINMAX = 1
    VTK_AXIS_POS_MINMIN = 0
    VTK_AXIS_TYPE_X = 0
    VTK_AXIS_TYPE_Y = 1
    VTK_AXIS_TYPE_Z = 2
    VTK_TICKS_BOTH = 2
    VTK_TICKS_INSIDE = 0
    VTK_TICKS_OUTSIDE = 1
    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkAxisActor\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetPoint1Coordinate\': <method \'GetPoint1Coordinate\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetPoint1\': <method \'SetPoint1\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetPoint1\': <method \'GetPoint1\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetPoint2Coordinate\': <method \'GetPoint2Coordinate\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetPoint2\': <method \'SetPoint2\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetPoint2\': <method \'GetPoint2\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetRange\': <method \'SetRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetRange\': <method \'GetRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetBounds\': <method \'SetBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetBounds\': <method \'GetBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetLabelFormat\': <method \'SetLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetLabelFormat\': <method \'GetLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetUseTextActor3D\': <method \'SetUseTextActor3D\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetUseTextActor3D\': <method \'GetUseTextActor3D\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetMinorTicksVisible\': <method \'SetMinorTicksVisible\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetMinorTicksVisible\': <method \'GetMinorTicksVisible\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'MinorTicksVisibleOn\': <method \'MinorTicksVisibleOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'MinorTicksVisibleOff\': <method \'MinorTicksVisibleOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetTitle\': <method \'SetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetTitle\': <method \'GetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetExponent\': <method \'SetExponent\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetExponent\': <method \'GetExponent\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetMajorTickSize\': <method \'SetMajorTickSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetMajorTickSize\': <method \'GetMajorTickSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetMinorTickSize\': <method \'SetMinorTickSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetMinorTickSize\': <method \'GetMinorTickSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetTickLocation\': <method \'SetTickLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetTickLocationMinValue\': <method \'GetTickLocationMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetTickLocationMaxValue\': <method \'GetTickLocationMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetTickLocation\': <method \'GetTickLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetTickLocationToInside\': <method \'SetTickLocationToInside\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetTickLocationToOutside\': <method \'SetTickLocationToOutside\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetTickLocationToBoth\': <method \'SetTickLocationToBoth\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisVisibility\': <method \'SetAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisVisibility\': <method \'GetAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'AxisVisibilityOn\': <method \'AxisVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'AxisVisibilityOff\': <method \'AxisVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetTickVisibility\': <method \'SetTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetTickVisibility\': <method \'GetTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'TickVisibilityOn\': <method \'TickVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'TickVisibilityOff\': <method \'TickVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetLabelVisibility\': <method \'SetLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetLabelVisibility\': <method \'GetLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'LabelVisibilityOn\': <method \'LabelVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'LabelVisibilityOff\': <method \'LabelVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetTitleVisibility\': <method \'SetTitleVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetTitleVisibility\': <method \'GetTitleVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'TitleVisibilityOn\': <method \'TitleVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'TitleVisibilityOff\': <method \'TitleVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetExponentVisibility\': <method \'SetExponentVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetExponentVisibility\': <method \'GetExponentVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'ExponentVisibilityOn\': <method \'ExponentVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'ExponentVisibilityOff\': <method \'ExponentVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetLastMajorTickPointCorrection\': <method \'SetLastMajorTickPointCorrection\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetLastMajorTickPointCorrection\': <method \'GetLastMajorTickPointCorrection\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'LastMajorTickPointCorrectionOn\': <method \'LastMajorTickPointCorrectionOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'LastMajorTickPointCorrectionOff\': <method \'LastMajorTickPointCorrectionOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetTitleAlignLocation\': <method \'SetTitleAlignLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetTitleAlignLocation\': <method \'GetTitleAlignLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetExponentLocation\': <method \'SetExponentLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetExponentLocation\': <method \'GetExponentLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetTitleTextProperty\': <method \'SetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetTitleTextProperty\': <method \'GetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetLabelTextProperty\': <method \'SetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetLabelTextProperty\': <method \'GetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisLinesProperty\': <method \'SetAxisLinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisLinesProperty\': <method \'GetAxisLinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisMainLineProperty\': <method \'SetAxisMainLineProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisMainLineProperty\': <method \'GetAxisMainLineProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisMajorTicksProperty\': <method \'SetAxisMajorTicksProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisMajorTicksProperty\': <method \'GetAxisMajorTicksProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisMinorTicksProperty\': <method \'SetAxisMinorTicksProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisMinorTicksProperty\': <method \'GetAxisMinorTicksProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetGridlinesProperty\': <method \'SetGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetGridlinesProperty\': <method \'GetGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetInnerGridlinesProperty\': <method \'SetInnerGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetInnerGridlinesProperty\': <method \'GetInnerGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetGridpolysProperty\': <method \'SetGridpolysProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetGridpolysProperty\': <method \'GetGridpolysProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetDrawGridlines\': <method \'SetDrawGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetDrawGridlines\': <method \'GetDrawGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'DrawGridlinesOn\': <method \'DrawGridlinesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'DrawGridlinesOff\': <method \'DrawGridlinesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetDrawGridlinesOnly\': <method \'SetDrawGridlinesOnly\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetDrawGridlinesOnly\': <method \'GetDrawGridlinesOnly\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'DrawGridlinesOnlyOn\': <method \'DrawGridlinesOnlyOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'DrawGridlinesOnlyOff\': <method \'DrawGridlinesOnlyOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetDrawGridlinesLocation\': <method \'SetDrawGridlinesLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetDrawGridlinesLocation\': <method \'GetDrawGridlinesLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetDrawInnerGridlines\': <method \'SetDrawInnerGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetDrawInnerGridlines\': <method \'GetDrawInnerGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'DrawInnerGridlinesOn\': <method \'DrawInnerGridlinesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'DrawInnerGridlinesOff\': <method \'DrawInnerGridlinesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetGridlineXLength\': <method \'SetGridlineXLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetGridlineXLength\': <method \'GetGridlineXLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetGridlineYLength\': <method \'SetGridlineYLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetGridlineYLength\': <method \'GetGridlineYLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetGridlineZLength\': <method \'SetGridlineZLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetGridlineZLength\': <method \'GetGridlineZLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetDrawGridpolys\': <method \'SetDrawGridpolys\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetDrawGridpolys\': <method \'GetDrawGridpolys\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'DrawGridpolysOn\': <method \'DrawGridpolysOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'DrawGridpolysOff\': <method \'DrawGridpolysOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisType\': <method \'SetAxisType\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisTypeMinValue\': <method \'GetAxisTypeMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisTypeMaxValue\': <method \'GetAxisTypeMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisType\': <method \'GetAxisType\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisTypeToX\': <method \'SetAxisTypeToX\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisTypeToY\': <method \'SetAxisTypeToY\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisTypeToZ\': <method \'SetAxisTypeToZ\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetLog\': <method \'SetLog\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetLog\': <method \'GetLog\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'LogOn\': <method \'LogOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'LogOff\': <method \'LogOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisPosition\': <method \'SetAxisPosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisPositionMinValue\': <method \'GetAxisPositionMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisPositionMaxValue\': <method \'GetAxisPositionMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisPosition\': <method \'GetAxisPosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisPositionToMinMin\': <method \'SetAxisPositionToMinMin\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisPositionToMinMax\': <method \'SetAxisPositionToMinMax\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisPositionToMaxMax\': <method \'SetAxisPositionToMaxMax\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisPositionToMaxMin\': <method \'SetAxisPositionToMaxMin\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetCamera\': <method \'SetCamera\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetCamera\': <method \'GetCamera\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'RenderTranslucentGeometry\': <method \'RenderTranslucentGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'RenderOverlay\': <method \'RenderOverlay\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'HasTranslucentPolygonalGeometry\': <method \'HasTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'ComputeMaxLabelLength\': <method \'ComputeMaxLabelLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'ComputeTitleLength\': <method \'ComputeTitleLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetLabelScale\': <method \'SetLabelScale\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetTitleScale\': <method \'SetTitleScale\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetMinorStart\': <method \'SetMinorStart\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetMinorStart\': <method \'GetMinorStart\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetMajorStart\': <method \'GetMajorStart\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetMajorStart\': <method \'SetMajorStart\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetDeltaMinor\': <method \'SetDeltaMinor\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetDeltaMinor\': <method \'GetDeltaMinor\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetDeltaMajor\': <method \'GetDeltaMajor\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetDeltaMajor\': <method \'SetDeltaMajor\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetMinorRangeStart\': <method \'SetMinorRangeStart\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetMinorRangeStart\': <method \'GetMinorRangeStart\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetMajorRangeStart\': <method \'SetMajorRangeStart\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetMajorRangeStart\': <method \'GetMajorRangeStart\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetDeltaRangeMinor\': <method \'SetDeltaRangeMinor\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetDeltaRangeMinor\': <method \'GetDeltaRangeMinor\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetDeltaRangeMajor\': <method \'SetDeltaRangeMajor\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetDeltaRangeMajor\': <method \'GetDeltaRangeMajor\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetLabels\': <method \'SetLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'BuildAxis\': <method \'BuildAxis\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetTitleActor\': <method \'GetTitleActor\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetExponentActor\': <method \'GetExponentActor\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetTitleProp3D\': <method \'GetTitleProp3D\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetExponentProp3D\': <method \'GetExponentProp3D\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetNumberOfLabelsBuilt\': <method \'GetNumberOfLabelsBuilt\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetCalculateTitleOffset\': <method \'SetCalculateTitleOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetCalculateTitleOffset\': <method \'GetCalculateTitleOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'CalculateTitleOffsetOn\': <method \'CalculateTitleOffsetOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'CalculateTitleOffsetOff\': <method \'CalculateTitleOffsetOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetCalculateLabelOffset\': <method \'SetCalculateLabelOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetCalculateLabelOffset\': <method \'GetCalculateLabelOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'CalculateLabelOffsetOn\': <method \'CalculateLabelOffsetOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'CalculateLabelOffsetOff\': <method \'CalculateLabelOffsetOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetUse2DMode\': <method \'SetUse2DMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetUse2DMode\': <method \'GetUse2DMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetVerticalOffsetXTitle2D\': <method \'SetVerticalOffsetXTitle2D\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetVerticalOffsetXTitle2D\': <method \'GetVerticalOffsetXTitle2D\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetHorizontalOffsetYTitle2D\': <method \'SetHorizontalOffsetYTitle2D\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetHorizontalOffsetYTitle2D\': <method \'GetHorizontalOffsetYTitle2D\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetSaveTitlePosition\': <method \'SetSaveTitlePosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetSaveTitlePosition\': <method \'GetSaveTitlePosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisBaseForX\': <method \'SetAxisBaseForX\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisBaseForX\': <method \'GetAxisBaseForX\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisBaseForY\': <method \'SetAxisBaseForY\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisBaseForY\': <method \'GetAxisBaseForY\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisBaseForZ\': <method \'SetAxisBaseForZ\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisBaseForZ\': <method \'GetAxisBaseForZ\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetAxisOnOrigin\': <method \'SetAxisOnOrigin\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetAxisOnOrigin\': <method \'GetAxisOnOrigin\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetLabelOffset\': <method \'SetLabelOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetLabelOffset\': <method \'GetLabelOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetTitleOffset\': <method \'SetTitleOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetTitleOffset\': <method \'GetTitleOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetExponentOffset\': <method \'SetExponentOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetExponentOffset\': <method \'GetExponentOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'SetScreenSize\': <method \'SetScreenSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'GetScreenSize\': <method \'GetScreenSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'TickLocation\': <class \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor.TickLocation\'>, \'AlignLocation\': <class \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor.AlignLocation\'>, \'AxisType\': <class \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor.AxisType\'>, \'AxisPosition\': <class \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor.AxisPosition\'>, \'VTK_TICKS_INSIDE\': 0, \'VTK_TICKS_OUTSIDE\': 1, \'VTK_TICKS_BOTH\': 2, \'VTK_ALIGN_TOP\': 0, \'VTK_ALIGN_BOTTOM\': 1, \'VTK_ALIGN_POINT1\': 2, \'VTK_ALIGN_POINT2\': 3, \'VTK_AXIS_TYPE_X\': 0, \'VTK_AXIS_TYPE_Y\': 1, \'VTK_AXIS_TYPE_Z\': 2, \'VTK_AXIS_POS_MINMIN\': 0, \'VTK_AXIS_POS_MINMAX\': 1, \'VTK_AXIS_POS_MAXMAX\': 2, \'VTK_AXIS_POS_MAXMIN\': 3, \'__new__\': <built-in method __new__ of type object at 0x00007FF8206009E0>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor\' objects>, \'__doc__\': "vtkAxisActor - Create an axis with tick marks and labels\\n\\nSuperclass: vtkActor\\n\\nvtkAxisActor creates an axis with tick marks, labels, and/or a title,\\ndepending on the particular instance variable settings. It is assumed\\nthat the axes is part of a bounding box and is orthogonal to one of\\nthe coordinate axes.  To use this class, you typically specify two\\npoints defining the start and end points of the line (xyz definition\\nusing vtkCoordinate class), the axis type (X, Y or Z), the axis\\nlocation in relation to the bounding box, the bounding box, the\\nnumber of labels, and the data range (min,max). You can also control\\nwhat parts of the axis are visible including the line, the tick\\nmarks, the labels, and the title. It is also possible to control\\ngridlines, and specify on which \'side\' the tickmarks are drawn (again\\nwith respect to the underlying assumed bounding box). You can also\\nspecify the label format (a printf style format).\\n\\nThis class decides how to locate the labels, and how to create\\nreasonable tick marks and labels.\\n\\nLabels follow the camera so as to be legible from any viewpoint.\\n\\nThe instance variables Point1 and Point2 are instances of\\nvtkCoordinate. All calculations and references are in World\\nCoordinates.\\n\\n@par Thanks: This class was written by: Hank Childs, Kathleen\\nBonnell, Amy Squillacote, Brad Whitlock, Eric Brugger, Claire\\nGuilbaud, Nicolas Dolegieviez, Will Schroeder, Karthik Krishnan,\\nAashish Chaudhary, Philippe Pebay, David Gobbi, David Partyka,\\nUtkarsh Ayachit David Cole, Francois Bertel, and Mark Olesen Part of\\nthis work was supported by CEA/DIF - Commissariat a l\'Energie\\nAtomique, Centre DAM Ile-De-France, BP12, F-91297 Arpajon, France.\\n\\n@sa\\nvtkActor vtkVectorText vtkPolyDataMapper vtkAxisActor2D vtkCoordinate\\n\\n"})'
    __vtkname__ = 'vtkAxisActor'


class vtkAxisActor2D(__vtkmodules_vtkRenderingCore.vtkActor2D):
    """
    vtkAxisActor2D - Create an axis with tick marks and labels
    
    Superclass: vtkActor2D
    
    vtkAxisActor2D creates an axis with tick marks, labels, and/or a
    title, depending on the particular instance variable settings.
    vtkAxisActor2D is a 2D actor; that is, it is drawn on the overlay
    plane and is not occluded by 3D geometry. To use this class, you
    typically specify two points defining the start and end points of the
    line (x-y definition using vtkCoordinate class), the number of
    labels, and the data range (min,max). You can also control what parts
    of the axis are visible including the line, the tick marks, the
    labels, and the title.  You can also specify the label format (a
    printf style format).
    
    This class decides what font size to use and how to locate the
    labels. It also decides how to create reasonable tick marks and
    labels. The number of labels and the range of values may not match
    the number specified, but should be close.
    
    Labels are drawn on the "right" side of the axis. The "right" side is
    the side of the axis on the right as you move from Position to
    Position2. The way the labels and title line up with the axis and
    tick marks depends on whether the line is considered horizontal or
    vertical.
    
    The vtkActor2D instance variables Position and Position2 are
    instances of vtkCoordinate. Note that the Position2 is an absolute
    position in that class (it was by default relative to Position in
    vtkActor2D).
    
    What this means is that you can specify the axis in a variety of
    coordinate systems. Also, the axis does not have to be either
    horizontal or vertical. The tick marks are created so that they are
    perpendicular to the axis.
    
    Set the text property/attributes of the title and the labels through
    the vtkTextProperty objects associated to this actor.
    
    @sa
    vtkCubeAxesActor2D can be used to create axes in world coordinate
    space.
    
    @sa
    vtkActor2D vtkTextMapper vtkPolyDataMapper2D vtkScalarBarActor
    vtkCoordinate vtkTextProperty
    """
    def AdjustLabelsOff(self): # real signature unknown; restored from __doc__
        """
        AdjustLabelsOff(self) -> None
        C++: virtual void AdjustLabelsOff()
        """
        pass

    def AdjustLabelsOn(self): # real signature unknown; restored from __doc__
        """
        AdjustLabelsOn(self) -> None
        C++: virtual void AdjustLabelsOn()
        """
        pass

    def AxisVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        AxisVisibilityOff(self) -> None
        C++: virtual void AxisVisibilityOff()
        """
        pass

    def AxisVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        AxisVisibilityOn(self) -> None
        C++: virtual void AxisVisibilityOn()
        """
        pass

    def ComputeRange(self, inRange, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        ComputeRange(inRange:[float, float], outRange:[float, float],
            inNumTicks:int, outNumTicks:int, interval:float) -> None
        C++: static void ComputeRange(double inRange[2],
            double outRange[2], int inNumTicks, int &outNumTicks,
            double &interval)
        
        This method computes the range of the axis given an input range.
        It also computes the number of tick marks given a suggested
        number. (The number of tick marks includes end ticks as well.)
        The number of tick marks computed (in conjunction with the output
        range) will yield "nice" tick values. For example, if the input
        range is (0.25,96.7) and the number of ticks requested is 10, the
        output range will be (0,100) with the number of computed ticks to
        11 to yield tick values of (0,10,20,...,100).
        """
        pass

    def GetAdjustedNumberOfLabels(self): # real signature unknown; restored from __doc__
        """
        GetAdjustedNumberOfLabels(self) -> int
        C++: virtual int GetAdjustedNumberOfLabels()
        """
        return 0

    def GetAdjustedRange(self): # real signature unknown; restored from __doc__
        """
        GetAdjustedRange(self) -> Pointer
        C++: virtual double *GetAdjustedRange()
        GetAdjustedRange(self, _arg1:float, _arg2:float) -> None
        C++: virtual void GetAdjustedRange(double &_arg1, double &_arg2)
        GetAdjustedRange(self, _arg:[float, float]) -> None
        C++: virtual void GetAdjustedRange(double _arg[2])
        """
        pass

    def GetAdjustLabels(self): # real signature unknown; restored from __doc__
        """
        GetAdjustLabels(self) -> int
        C++: virtual vtkTypeBool GetAdjustLabels()
        """
        return 0

    def GetAxisVisibility(self): # real signature unknown; restored from __doc__
        """
        GetAxisVisibility(self) -> int
        C++: virtual vtkTypeBool GetAxisVisibility()
        """
        return 0

    def GetFontFactor(self): # real signature unknown; restored from __doc__
        """
        GetFontFactor(self) -> float
        C++: virtual double GetFontFactor()
        """
        return 0.0

    def GetFontFactorMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetFontFactorMaxValue(self) -> float
        C++: virtual double GetFontFactorMaxValue()
        """
        return 0.0

    def GetFontFactorMinValue(self): # real signature unknown; restored from __doc__
        """
        GetFontFactorMinValue(self) -> float
        C++: virtual double GetFontFactorMinValue()
        """
        return 0.0

    def GetLabelFactor(self): # real signature unknown; restored from __doc__
        """
        GetLabelFactor(self) -> float
        C++: virtual double GetLabelFactor()
        """
        return 0.0

    def GetLabelFactorMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetLabelFactorMaxValue(self) -> float
        C++: virtual double GetLabelFactorMaxValue()
        """
        return 0.0

    def GetLabelFactorMinValue(self): # real signature unknown; restored from __doc__
        """
        GetLabelFactorMinValue(self) -> float
        C++: virtual double GetLabelFactorMinValue()
        """
        return 0.0

    def GetLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetLabelFormat(self) -> str
        C++: virtual char *GetLabelFormat()
        """
        return ""

    def GetLabelTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetLabelTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetLabelTextProperty()
        """
        pass

    def GetLabelVisibility(self): # real signature unknown; restored from __doc__
        """
        GetLabelVisibility(self) -> int
        C++: virtual vtkTypeBool GetLabelVisibility()
        """
        return 0

    def GetMinorTickLength(self): # real signature unknown; restored from __doc__
        """
        GetMinorTickLength(self) -> int
        C++: virtual int GetMinorTickLength()
        """
        return 0

    def GetMinorTickLengthMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetMinorTickLengthMaxValue(self) -> int
        C++: virtual int GetMinorTickLengthMaxValue()
        """
        return 0

    def GetMinorTickLengthMinValue(self): # real signature unknown; restored from __doc__
        """
        GetMinorTickLengthMinValue(self) -> int
        C++: virtual int GetMinorTickLengthMinValue()
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfLabels(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfLabels(self) -> int
        C++: virtual int GetNumberOfLabels()
        """
        return 0

    def GetNumberOfLabelsMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfLabelsMaxValue(self) -> int
        C++: virtual int GetNumberOfLabelsMaxValue()
        """
        return 0

    def GetNumberOfLabelsMinValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfLabelsMinValue(self) -> int
        C++: virtual int GetNumberOfLabelsMinValue()
        """
        return 0

    def GetNumberOfMinorTicks(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfMinorTicks(self) -> int
        C++: virtual int GetNumberOfMinorTicks()
        """
        return 0

    def GetNumberOfMinorTicksMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfMinorTicksMaxValue(self) -> int
        C++: virtual int GetNumberOfMinorTicksMaxValue()
        """
        return 0

    def GetNumberOfMinorTicksMinValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfMinorTicksMinValue(self) -> int
        C++: virtual int GetNumberOfMinorTicksMinValue()
        """
        return 0

    def GetPoint1(self): # real signature unknown; restored from __doc__
        """
        GetPoint1(self) -> Pointer
        C++: virtual double *GetPoint1()
        """
        pass

    def GetPoint1Coordinate(self): # real signature unknown; restored from __doc__
        """
        GetPoint1Coordinate(self) -> vtkCoordinate
        C++: virtual vtkCoordinate *GetPoint1Coordinate()
        
        Specify the position of the first point defining the axis. Note:
        backward compatibility only, use vtkActor2D's Position instead.
        """
        pass

    def GetPoint2(self): # real signature unknown; restored from __doc__
        """
        GetPoint2(self) -> Pointer
        C++: virtual double *GetPoint2()
        """
        pass

    def GetPoint2Coordinate(self): # real signature unknown; restored from __doc__
        """
        GetPoint2Coordinate(self) -> vtkCoordinate
        C++: virtual vtkCoordinate *GetPoint2Coordinate()
        
        Specify the position of the second point defining the axis. Note
        that the order from Point1 to Point2 controls which side the tick
        marks are drawn on (ticks are drawn on the right, if visible).
        Note: backward compatibility only, use vtkActor2D's Position2
        instead.
        """
        pass

    def GetRange(self): # real signature unknown; restored from __doc__
        """
        GetRange(self) -> (float, float)
        C++: virtual double *GetRange()
        """
        pass

    def GetRulerDistance(self): # real signature unknown; restored from __doc__
        """
        GetRulerDistance(self) -> float
        C++: virtual double GetRulerDistance()
        """
        return 0.0

    def GetRulerDistanceMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetRulerDistanceMaxValue(self) -> float
        C++: virtual double GetRulerDistanceMaxValue()
        """
        return 0.0

    def GetRulerDistanceMinValue(self): # real signature unknown; restored from __doc__
        """
        GetRulerDistanceMinValue(self) -> float
        C++: virtual double GetRulerDistanceMinValue()
        """
        return 0.0

    def GetRulerMode(self): # real signature unknown; restored from __doc__
        """
        GetRulerMode(self) -> int
        C++: virtual vtkTypeBool GetRulerMode()
        """
        return 0

    def GetSizeFontRelativeToAxis(self): # real signature unknown; restored from __doc__
        """
        GetSizeFontRelativeToAxis(self) -> int
        C++: virtual vtkTypeBool GetSizeFontRelativeToAxis()
        """
        return 0

    def GetTickLength(self): # real signature unknown; restored from __doc__
        """
        GetTickLength(self) -> int
        C++: virtual int GetTickLength()
        """
        return 0

    def GetTickLengthMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetTickLengthMaxValue(self) -> int
        C++: virtual int GetTickLengthMaxValue()
        """
        return 0

    def GetTickLengthMinValue(self): # real signature unknown; restored from __doc__
        """
        GetTickLengthMinValue(self) -> int
        C++: virtual int GetTickLengthMinValue()
        """
        return 0

    def GetTickOffset(self): # real signature unknown; restored from __doc__
        """
        GetTickOffset(self) -> int
        C++: virtual int GetTickOffset()
        """
        return 0

    def GetTickOffsetMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetTickOffsetMaxValue(self) -> int
        C++: virtual int GetTickOffsetMaxValue()
        """
        return 0

    def GetTickOffsetMinValue(self): # real signature unknown; restored from __doc__
        """
        GetTickOffsetMinValue(self) -> int
        C++: virtual int GetTickOffsetMinValue()
        """
        return 0

    def GetTickVisibility(self): # real signature unknown; restored from __doc__
        """
        GetTickVisibility(self) -> int
        C++: virtual vtkTypeBool GetTickVisibility()
        """
        return 0

    def GetTitle(self): # real signature unknown; restored from __doc__
        """
        GetTitle(self) -> str
        C++: virtual char *GetTitle()
        """
        return ""

    def GetTitlePosition(self): # real signature unknown; restored from __doc__
        """
        GetTitlePosition(self) -> float
        C++: virtual double GetTitlePosition()
        """
        return 0.0

    def GetTitleTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetTitleTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetTitleTextProperty()
        """
        pass

    def GetTitleVisibility(self): # real signature unknown; restored from __doc__
        """
        GetTitleVisibility(self) -> int
        C++: virtual vtkTypeBool GetTitleVisibility()
        """
        return 0

    def GetUseFontSizeFromProperty(self): # real signature unknown; restored from __doc__
        """
        GetUseFontSizeFromProperty(self) -> int
        C++: virtual vtkTypeBool GetUseFontSizeFromProperty()
        """
        return 0

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def LabelVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        LabelVisibilityOff(self) -> None
        C++: virtual void LabelVisibilityOff()
        """
        pass

    def LabelVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        LabelVisibilityOn(self) -> None
        C++: virtual void LabelVisibilityOn()
        """
        pass

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkAxisActor2D
        C++: vtkAxisActor2D *NewInstance()
        """
        return vtkAxisActor2D

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, viewport:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *viewport) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT
        USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS All concrete
        subclasses must be able to render themselves. There are four key
        render methods in vtk and they correspond to four different
        points in the rendering cycle. Any given prop may implement one
        or more of these methods. The first method is intended for
        rendering all opaque geometry. The second method is intended for
        rendering all translucent polygonal geometry. The third one is
        intended for rendering all translucent volumetric geometry. Most
        of the volume rendering mappers draw their results during this
        third method. The last method is to render any 2D annotation or
        overlays. Each of these methods return an integer value
        indicating whether or not this render method was applied to this
        data.
        """
        return 0

    def RenderOverlay(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, viewport:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *viewport) override;
        
        Draw the axis.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def RulerModeOff(self): # real signature unknown; restored from __doc__
        """
        RulerModeOff(self) -> None
        C++: virtual void RulerModeOff()
        """
        pass

    def RulerModeOn(self): # real signature unknown; restored from __doc__
        """
        RulerModeOn(self) -> None
        C++: virtual void RulerModeOn()
        """
        pass

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkAxisActor2D
        C++: static vtkAxisActor2D *SafeDownCast(vtkObjectBase *o)
        """
        return vtkAxisActor2D

    def SetAdjustLabels(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAdjustLabels(self, _arg:int) -> None
        C++: virtual void SetAdjustLabels(vtkTypeBool _arg)
        
        Set/Get the flag that controls whether the labels and ticks are
        adjusted for "nice" numerical values to make it easier to read
        the labels. The adjustment is based in the Range instance
        variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to
        get the adjusted range and number of labels. Note that if
        RulerMode is on, then the number of labels is a function of the
        range and ruler distance.
        """
        pass

    def SetAxisVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAxisVisibility(self, _arg:int) -> None
        C++: virtual void SetAxisVisibility(vtkTypeBool _arg)
        
        Set/Get visibility of the axis line.
        """
        pass

    def SetFontFactor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetFontFactor(self, _arg:float) -> None
        C++: virtual void SetFontFactor(double _arg)
        
        Set/Get the factor that controls the overall size of the fonts
        used to label and title the axes. This ivar used in conjunction
        with the LabelFactor can be used to control font sizes.
        """
        pass

    def SetLabelFactor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelFactor(self, _arg:float) -> None
        C++: virtual void SetLabelFactor(double _arg)
        
        Set/Get the factor that controls the relative size of the axis
        labels to the axis title.
        """
        pass

    def SetLabelFormat(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelFormat(self, _arg:str) -> None
        C++: virtual void SetLabelFormat(const char *_arg)
        
        Set/Get the format with which to print the labels on the scalar
        bar.
        """
        pass

    def SetLabelTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetLabelTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetLabelTextProperty(vtkTextProperty *p)
        
        Set/Get the labels text property.
        """
        pass

    def SetLabelVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelVisibility(self, _arg:int) -> None
        C++: virtual void SetLabelVisibility(vtkTypeBool _arg)
        
        Set/Get visibility of the axis labels.
        """
        pass

    def SetMinorTickLength(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMinorTickLength(self, _arg:int) -> None
        C++: virtual void SetMinorTickLength(int _arg)
        
        Set/Get the length of the minor tick marks (expressed in pixels
        or display coordinates).
        """
        pass

    def SetNumberOfLabels(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNumberOfLabels(self, _arg:int) -> None
        C++: virtual void SetNumberOfLabels(int _arg)
        
        Set/Get the number of annotation labels to show. This also
        controls the number of major ticks shown. Note that this ivar
        only holds meaning if the RulerMode is off.
        """
        pass

    def SetNumberOfMinorTicks(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNumberOfMinorTicks(self, _arg:int) -> None
        C++: virtual void SetNumberOfMinorTicks(int _arg)
        
        Number of minor ticks to be displayed between each tick. Default
        is 0.
        """
        pass

    def SetPoint1(self, x, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetPoint1(self, x:[float, float]) -> None
        C++: virtual void SetPoint1(double x[2])
        SetPoint1(self, x:float, y:float) -> None
        C++: virtual void SetPoint1(double x, double y)
        """
        pass

    def SetPoint2(self, x, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetPoint2(self, x:[float, float]) -> None
        C++: virtual void SetPoint2(double x[2])
        SetPoint2(self, x:float, y:float) -> None
        C++: virtual void SetPoint2(double x, double y)
        """
        pass

    def SetRange(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetRange(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetRange(double _arg1, double _arg2)
        SetRange(self, _arg:(float, float)) -> None
        C++: void SetRange(const double _arg[2])
        
        Specify the (min,max) axis range. This will be used in the
        generation of labels, if labels are visible.
        """
        pass

    def SetRulerDistance(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRulerDistance(self, _arg:float) -> None
        C++: virtual void SetRulerDistance(double _arg)
        
        Specify the RulerDistance which indicates the spacing of the
        major ticks. This ivar only has effect when the RulerMode is on.
        """
        pass

    def SetRulerMode(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRulerMode(self, _arg:int) -> None
        C++: virtual void SetRulerMode(vtkTypeBool _arg)
        
        Specify whether this axis should act like a measuring tape (or
        ruler) with specified major tick spacing. If enabled, the
        distance between major ticks is controlled by the RulerDistance
        ivar.
        """
        pass

    def SetSizeFontRelativeToAxis(self, _arg): # real signature unknown; restored from __doc__
        """
        SetSizeFontRelativeToAxis(self, _arg:int) -> None
        C++: virtual void SetSizeFontRelativeToAxis(vtkTypeBool _arg)
        
        Specify whether to size the fonts relative to the viewport or
        relative to length of the axis. By default, fonts are resized
        relative to the viewport.
        """
        pass

    def SetTickLength(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTickLength(self, _arg:int) -> None
        C++: virtual void SetTickLength(int _arg)
        
        Set/Get the length of the tick marks (expressed in pixels or
        display coordinates).
        """
        pass

    def SetTickOffset(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTickOffset(self, _arg:int) -> None
        C++: virtual void SetTickOffset(int _arg)
        
        Set/Get the offset of the labels (expressed in pixels or display
        coordinates). The offset is the distance of labels from tick
        marks or other objects.
        """
        pass

    def SetTickVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTickVisibility(self, _arg:int) -> None
        C++: virtual void SetTickVisibility(vtkTypeBool _arg)
        
        Set/Get visibility of the axis tick marks.
        """
        pass

    def SetTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitle(self, _arg:str) -> None
        C++: virtual void SetTitle(const char *_arg)
        
        Set/Get the title of the scalar bar actor,
        """
        pass

    def SetTitlePosition(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitlePosition(self, _arg:float) -> None
        C++: virtual void SetTitlePosition(double _arg)
        
        Set/Get position of the axis title. 0 is at the start of the axis
        whereas 1 is at the end.
        """
        pass

    def SetTitleTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetTitleTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetTitleTextProperty(vtkTextProperty *p)
        
        Set/Get the title text property.
        """
        pass

    def SetTitleVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitleVisibility(self, _arg:int) -> None
        C++: virtual void SetTitleVisibility(vtkTypeBool _arg)
        
        Set/Get visibility of the axis title.
        """
        pass

    def SetUseFontSizeFromProperty(self, _arg): # real signature unknown; restored from __doc__
        """
        SetUseFontSizeFromProperty(self, _arg:int) -> None
        C++: virtual void SetUseFontSizeFromProperty(vtkTypeBool _arg)
        
        By default the AxisActor controls the font size of the axis
        label.  If this option is set to true, it will instead use
        whatever font size is set in the vtkTextProperty, allowing
        external control of the axis size.
        """
        pass

    def ShallowCopy(self, prop): # real signature unknown; restored from __doc__
        """
        ShallowCopy(self, prop:vtkProp) -> None
        C++: void ShallowCopy(vtkProp *prop) override;
        
        Shallow copy of an axis actor. Overloads the virtual vtkProp
        method.
        """
        pass

    def SizeFontRelativeToAxisOff(self): # real signature unknown; restored from __doc__
        """
        SizeFontRelativeToAxisOff(self) -> None
        C++: virtual void SizeFontRelativeToAxisOff()
        """
        pass

    def SizeFontRelativeToAxisOn(self): # real signature unknown; restored from __doc__
        """
        SizeFontRelativeToAxisOn(self) -> None
        C++: virtual void SizeFontRelativeToAxisOn()
        """
        pass

    def TickVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        TickVisibilityOff(self) -> None
        C++: virtual void TickVisibilityOff()
        """
        pass

    def TickVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        TickVisibilityOn(self) -> None
        C++: virtual void TickVisibilityOn()
        """
        pass

    def TitleVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        TitleVisibilityOff(self) -> None
        C++: virtual void TitleVisibilityOff()
        """
        pass

    def TitleVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        TitleVisibilityOn(self) -> None
        C++: virtual void TitleVisibilityOn()
        """
        pass

    def UseFontSizeFromPropertyOff(self): # real signature unknown; restored from __doc__
        """
        UseFontSizeFromPropertyOff(self) -> None
        C++: virtual void UseFontSizeFromPropertyOff()
        """
        pass

    def UseFontSizeFromPropertyOn(self): # real signature unknown; restored from __doc__
        """
        UseFontSizeFromPropertyOn(self) -> None
        C++: virtual void UseFontSizeFromPropertyOn()
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    LabelMax = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D.LabelMax'>"
    VTK_MAX_LABELS = 25
    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkAxisActor2D\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetPoint1Coordinate\': <method \'GetPoint1Coordinate\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetPoint1\': <method \'SetPoint1\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetPoint1\': <method \'GetPoint1\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetPoint2Coordinate\': <method \'GetPoint2Coordinate\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetPoint2\': <method \'SetPoint2\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetPoint2\': <method \'GetPoint2\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetRange\': <method \'SetRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetRange\': <method \'GetRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetRulerMode\': <method \'SetRulerMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetRulerMode\': <method \'GetRulerMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'RulerModeOn\': <method \'RulerModeOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'RulerModeOff\': <method \'RulerModeOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetRulerDistance\': <method \'SetRulerDistance\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetRulerDistanceMinValue\': <method \'GetRulerDistanceMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetRulerDistanceMaxValue\': <method \'GetRulerDistanceMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetRulerDistance\': <method \'GetRulerDistance\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetNumberOfLabels\': <method \'SetNumberOfLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetNumberOfLabelsMinValue\': <method \'GetNumberOfLabelsMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetNumberOfLabelsMaxValue\': <method \'GetNumberOfLabelsMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetNumberOfLabels\': <method \'GetNumberOfLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetLabelFormat\': <method \'SetLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetLabelFormat\': <method \'GetLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetAdjustLabels\': <method \'SetAdjustLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetAdjustLabels\': <method \'GetAdjustLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'AdjustLabelsOn\': <method \'AdjustLabelsOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'AdjustLabelsOff\': <method \'AdjustLabelsOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetAdjustedRange\': <method \'GetAdjustedRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetAdjustedNumberOfLabels\': <method \'GetAdjustedNumberOfLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetTitle\': <method \'SetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetTitle\': <method \'GetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetTitleTextProperty\': <method \'SetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetTitleTextProperty\': <method \'GetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetLabelTextProperty\': <method \'SetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetLabelTextProperty\': <method \'GetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetTickLength\': <method \'SetTickLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetTickLengthMinValue\': <method \'GetTickLengthMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetTickLengthMaxValue\': <method \'GetTickLengthMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetTickLength\': <method \'GetTickLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetNumberOfMinorTicks\': <method \'SetNumberOfMinorTicks\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetNumberOfMinorTicksMinValue\': <method \'GetNumberOfMinorTicksMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetNumberOfMinorTicksMaxValue\': <method \'GetNumberOfMinorTicksMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetNumberOfMinorTicks\': <method \'GetNumberOfMinorTicks\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetMinorTickLength\': <method \'SetMinorTickLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetMinorTickLengthMinValue\': <method \'GetMinorTickLengthMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetMinorTickLengthMaxValue\': <method \'GetMinorTickLengthMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetMinorTickLength\': <method \'GetMinorTickLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetTickOffset\': <method \'SetTickOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetTickOffsetMinValue\': <method \'GetTickOffsetMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetTickOffsetMaxValue\': <method \'GetTickOffsetMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetTickOffset\': <method \'GetTickOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetAxisVisibility\': <method \'SetAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetAxisVisibility\': <method \'GetAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'AxisVisibilityOn\': <method \'AxisVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'AxisVisibilityOff\': <method \'AxisVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetTickVisibility\': <method \'SetTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetTickVisibility\': <method \'GetTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'TickVisibilityOn\': <method \'TickVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'TickVisibilityOff\': <method \'TickVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetLabelVisibility\': <method \'SetLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetLabelVisibility\': <method \'GetLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'LabelVisibilityOn\': <method \'LabelVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'LabelVisibilityOff\': <method \'LabelVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetTitleVisibility\': <method \'SetTitleVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetTitleVisibility\': <method \'GetTitleVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'TitleVisibilityOn\': <method \'TitleVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'TitleVisibilityOff\': <method \'TitleVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetTitlePosition\': <method \'SetTitlePosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetTitlePosition\': <method \'GetTitlePosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetFontFactor\': <method \'SetFontFactor\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetFontFactorMinValue\': <method \'GetFontFactorMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetFontFactorMaxValue\': <method \'GetFontFactorMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetFontFactor\': <method \'GetFontFactor\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetLabelFactor\': <method \'SetLabelFactor\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetLabelFactorMinValue\': <method \'GetLabelFactorMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetLabelFactorMaxValue\': <method \'GetLabelFactorMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetLabelFactor\': <method \'GetLabelFactor\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'RenderOverlay\': <method \'RenderOverlay\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'HasTranslucentPolygonalGeometry\': <method \'HasTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'ComputeRange\': <method \'ComputeRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetSizeFontRelativeToAxis\': <method \'SetSizeFontRelativeToAxis\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetSizeFontRelativeToAxis\': <method \'GetSizeFontRelativeToAxis\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SizeFontRelativeToAxisOn\': <method \'SizeFontRelativeToAxisOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SizeFontRelativeToAxisOff\': <method \'SizeFontRelativeToAxisOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'SetUseFontSizeFromProperty\': <method \'SetUseFontSizeFromProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'GetUseFontSizeFromProperty\': <method \'GetUseFontSizeFromProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'UseFontSizeFromPropertyOn\': <method \'UseFontSizeFromPropertyOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'UseFontSizeFromPropertyOff\': <method \'UseFontSizeFromPropertyOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'ShallowCopy\': <method \'ShallowCopy\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'LabelMax\': <class \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D.LabelMax\'>, \'VTK_MAX_LABELS\': 25, \'__new__\': <built-in method __new__ of type object at 0x00007FF820601970>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkAxisActor2D\' objects>, \'__doc__\': \'vtkAxisActor2D - Create an axis with tick marks and labels\\n\\nSuperclass: vtkActor2D\\n\\nvtkAxisActor2D creates an axis with tick marks, labels, and/or a\\ntitle, depending on the particular instance variable settings.\\nvtkAxisActor2D is a 2D actor; that is, it is drawn on the overlay\\nplane and is not occluded by 3D geometry. To use this class, you\\ntypically specify two points defining the start and end points of the\\nline (x-y definition using vtkCoordinate class), the number of\\nlabels, and the data range (min,max). You can also control what parts\\nof the axis are visible including the line, the tick marks, the\\nlabels, and the title.  You can also specify the label format (a\\nprintf style format).\\n\\nThis class decides what font size to use and how to locate the\\nlabels. It also decides how to create reasonable tick marks and\\nlabels. The number of labels and the range of values may not match\\nthe number specified, but should be close.\\n\\nLabels are drawn on the "right" side of the axis. The "right" side is\\nthe side of the axis on the right as you move from Position to\\nPosition2. The way the labels and title line up with the axis and\\ntick marks depends on whether the line is considered horizontal or\\nvertical.\\n\\nThe vtkActor2D instance variables Position and Position2 are\\ninstances of vtkCoordinate. Note that the Position2 is an absolute\\nposition in that class (it was by default relative to Position in\\nvtkActor2D).\\n\\nWhat this means is that you can specify the axis in a variety of\\ncoordinate systems. Also, the axis does not have to be either\\nhorizontal or vertical. The tick marks are created so that they are\\nperpendicular to the axis.\\n\\nSet the text property/attributes of the title and the labels through\\nthe vtkTextProperty objects associated to this actor.\\n\\n@sa\\nvtkCubeAxesActor2D can be used to create axes in world coordinate\\nspace.\\n\\n@sa\\nvtkActor2D vtkTextMapper vtkPolyDataMapper2D vtkScalarBarActor\\nvtkCoordinate vtkTextProperty\\n\\n\'})'
    __vtkname__ = 'vtkAxisActor2D'


class vtkAxisFollower(__vtkmodules_vtkRenderingCore.vtkFollower):
    """
    vtkAxisFollower - a subclass of vtkFollower that ensures that data is
    always parallel to the axis defined by a vtkAxisActor.
    
    Superclass: vtkFollower
    
    vtkAxisFollower is a subclass of vtkFollower that always follows its
    specified axis. More specifically it will not change its position or
    scale, but it will continually update its orientation so that it is
    aligned with the axis and facing at angle to the camera to provide
    maximum visibility. This is typically used for text labels for 3d
    plots.
    @sa
    vtkActor vtkFollower vtkCamera vtkAxisActor vtkCubeAxesActor
    """
    def AutoCenterOff(self): # real signature unknown; restored from __doc__
        """
        AutoCenterOff(self) -> None
        C++: virtual void AutoCenterOff()
        """
        pass

    def AutoCenterOn(self): # real signature unknown; restored from __doc__
        """
        AutoCenterOn(self) -> None
        C++: virtual void AutoCenterOn()
        """
        pass

    def AutoScale(self, viewport, camera, screenSize, position, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        AutoScale(viewport:vtkViewport, camera:vtkCamera,
            screenSize:float, position:[float, float, float]) -> float
        C++: static double AutoScale(vtkViewport *viewport,
            vtkCamera *camera, double screenSize, double position[3])
        
        Calculate scale factor to maintain same size of a object on the
        screen.
        """
        pass

    def ComputeMatrix(self): # real signature unknown; restored from __doc__
        """
        ComputeMatrix(self) -> None
        C++: virtual void ComputeMatrix() override;
        
        Overridden to disable this function, and use
        ComputeTransformMatrix instead, as we need a renderer to compute
        the transform matrix
        """
        pass

    def ComputeTransformMatrix(self, ren): # real signature unknown; restored from __doc__
        """
        ComputeTransformMatrix(self, ren:vtkRenderer) -> None
        C++: virtual void ComputeTransformMatrix(vtkRenderer *ren)
        
        Generate the matrix based on ivars. This method overloads its
        superclasses ComputeMatrix() method due to the special
        vtkFollower matrix operations.
        """
        pass

    def GetAutoCenter(self): # real signature unknown; restored from __doc__
        """
        GetAutoCenter(self) -> int
        C++: virtual vtkTypeBool GetAutoCenter()
        """
        return 0

    def GetAxis(self): # real signature unknown; restored from __doc__
        """
        GetAxis(self) -> vtkAxisActor
        C++: virtual vtkAxisActor *GetAxis()
        """
        return vtkAxisActor

    def GetDistanceLODThreshold(self): # real signature unknown; restored from __doc__
        """
        GetDistanceLODThreshold(self) -> float
        C++: virtual double GetDistanceLODThreshold()
        """
        return 0.0

    def GetDistanceLODThresholdMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetDistanceLODThresholdMaxValue(self) -> float
        C++: virtual double GetDistanceLODThresholdMaxValue()
        """
        return 0.0

    def GetDistanceLODThresholdMinValue(self): # real signature unknown; restored from __doc__
        """
        GetDistanceLODThresholdMinValue(self) -> float
        C++: virtual double GetDistanceLODThresholdMinValue()
        """
        return 0.0

    def GetEnableDistanceLOD(self): # real signature unknown; restored from __doc__
        """
        GetEnableDistanceLOD(self) -> int
        C++: virtual int GetEnableDistanceLOD()
        """
        return 0

    def GetEnableViewAngleLOD(self): # real signature unknown; restored from __doc__
        """
        GetEnableViewAngleLOD(self) -> int
        C++: virtual int GetEnableViewAngleLOD()
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetScreenOffset(self): # real signature unknown; restored from __doc__
        """
        GetScreenOffset(self) -> float
        C++: double GetScreenOffset()
        
        Set/Get the desired screen offset from the axis. Convenience
        method, using a zero horizontal offset
        """
        return 0.0

    def GetScreenOffsetVector(self): # real signature unknown; restored from __doc__
        """
        GetScreenOffsetVector(self) -> (float, float)
        C++: virtual double *GetScreenOffsetVector()
        """
        pass

    def GetViewAngleLODThreshold(self): # real signature unknown; restored from __doc__
        """
        GetViewAngleLODThreshold(self) -> float
        C++: virtual double GetViewAngleLODThreshold()
        """
        return 0.0

    def GetViewAngleLODThresholdMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetViewAngleLODThresholdMaxValue(self) -> float
        C++: virtual double GetViewAngleLODThresholdMaxValue()
        """
        return 0.0

    def GetViewAngleLODThresholdMinValue(self): # real signature unknown; restored from __doc__
        """
        GetViewAngleLODThresholdMinValue(self) -> float
        C++: virtual double GetViewAngleLODThresholdMinValue()
        """
        return 0.0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkAxisFollower
        C++: vtkAxisFollower *NewInstance()
        """
        return vtkAxisFollower

    def Render(self, ren): # real signature unknown; restored from __doc__
        """
        Render(self, ren:vtkRenderer) -> None
        C++: void Render(vtkRenderer *ren) override;
        
        This causes the actor to be rendered. It in turn will render the
        actor's property, texture map and then mapper. If a property
        hasn't been assigned, then the actor will create one
        automatically.
        """
        pass

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkAxisFollower
        C++: static vtkAxisFollower *SafeDownCast(vtkObjectBase *o)
        """
        return vtkAxisFollower

    def SetAutoCenter(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAutoCenter(self, _arg:int) -> None
        C++: virtual void SetAutoCenter(vtkTypeBool _arg)
        
        Set/Get state of auto center mode where additional translation
        will be added to make sure the underlying geometry has its pivot
        point at the center of its bounds.
        """
        pass

    def SetAxis(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxis(self, __a:vtkAxisActor) -> None
        C++: virtual void SetAxis(vtkAxisActor *)
        
        Set axis that needs to be followed.
        """
        pass

    def SetDistanceLODThreshold(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDistanceLODThreshold(self, _arg:float) -> None
        C++: virtual void SetDistanceLODThreshold(double _arg)
        
        Set distance LOD threshold (0.0 - 1.0).This determines at what
        fraction of camera far clip range, actor is not visible. Default
        is 0.80.
        """
        pass

    def SetEnableDistanceLOD(self, _arg): # real signature unknown; restored from __doc__
        """
        SetEnableDistanceLOD(self, _arg:int) -> None
        C++: virtual void SetEnableDistanceLOD(int _arg)
        
        Enable / disable use of distance based LOD. If enabled the actor
        will not be visible at a certain distance from the camera.
        Default is false.
        """
        pass

    def SetEnableViewAngleLOD(self, _arg): # real signature unknown; restored from __doc__
        """
        SetEnableViewAngleLOD(self, _arg:int) -> None
        C++: virtual void SetEnableViewAngleLOD(int _arg)
        
        Enable / disable use of view angle based LOD. If enabled the
        actor will not be visible at a certain view angle. Default is
        true.
        """
        pass

    def SetScreenOffset(self, offset): # real signature unknown; restored from __doc__
        """
        SetScreenOffset(self, offset:float) -> None
        C++: void SetScreenOffset(double offset)
        """
        pass

    def SetScreenOffsetVector(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetScreenOffsetVector(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetScreenOffsetVector(double _arg1,
            double _arg2)
        SetScreenOffsetVector(self, _arg:(float, float)) -> None
        C++: void SetScreenOffsetVector(const double _arg[2])
        
        Set/Get the desired screen offset from the axis. first component
        is horizontal, second is vertical.
        """
        pass

    def SetViewAngleLODThreshold(self, _arg): # real signature unknown; restored from __doc__
        """
        SetViewAngleLODThreshold(self, _arg:float) -> None
        C++: virtual void SetViewAngleLODThreshold(double _arg)
        
        Set view angle LOD threshold (0.0 - 1.0).This determines at what
        view angle to geometry will make the geometry not visible.
        Default is 0.34.
        """
        pass

    def ShallowCopy(self, prop): # real signature unknown; restored from __doc__
        """
        ShallowCopy(self, prop:vtkProp) -> None
        C++: void ShallowCopy(vtkProp *prop) override;
        
        Shallow copy of a follower. Overloads the virtual vtkProp method.
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    __dict__ = None # (!) real value is "mappingproxy({'__vtkname__': 'vtkAxisFollower', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'SetAxis': <method 'SetAxis' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'GetAxis': <method 'GetAxis' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'SetAutoCenter': <method 'SetAutoCenter' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'GetAutoCenter': <method 'GetAutoCenter' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'AutoCenterOn': <method 'AutoCenterOn' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'AutoCenterOff': <method 'AutoCenterOff' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'SetEnableDistanceLOD': <method 'SetEnableDistanceLOD' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'GetEnableDistanceLOD': <method 'GetEnableDistanceLOD' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'SetDistanceLODThreshold': <method 'SetDistanceLODThreshold' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'GetDistanceLODThresholdMinValue': <method 'GetDistanceLODThresholdMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'GetDistanceLODThresholdMaxValue': <method 'GetDistanceLODThresholdMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'GetDistanceLODThreshold': <method 'GetDistanceLODThreshold' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'SetEnableViewAngleLOD': <method 'SetEnableViewAngleLOD' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'GetEnableViewAngleLOD': <method 'GetEnableViewAngleLOD' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'SetViewAngleLODThreshold': <method 'SetViewAngleLODThreshold' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'GetViewAngleLODThresholdMinValue': <method 'GetViewAngleLODThresholdMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'GetViewAngleLODThresholdMaxValue': <method 'GetViewAngleLODThresholdMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'GetViewAngleLODThreshold': <method 'GetViewAngleLODThreshold' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'GetScreenOffset': <method 'GetScreenOffset' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'SetScreenOffset': <method 'SetScreenOffset' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'SetScreenOffsetVector': <method 'SetScreenOffsetVector' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'GetScreenOffsetVector': <method 'GetScreenOffsetVector' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'Render': <method 'Render' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'ComputeMatrix': <method 'ComputeMatrix' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'ComputeTransformMatrix': <method 'ComputeTransformMatrix' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'ShallowCopy': <method 'ShallowCopy' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, 'AutoScale': <method 'AutoScale' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF820601F60>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkRenderingAnnotation.vtkAxisFollower' objects>, '__doc__': 'vtkAxisFollower - a subclass of vtkFollower that ensures that data is\\nalways parallel to the axis defined by a vtkAxisActor.\\n\\nSuperclass: vtkFollower\\n\\nvtkAxisFollower is a subclass of vtkFollower that always follows its\\nspecified axis. More specifically it will not change its position or\\nscale, but it will continually update its orientation so that it is\\naligned with the axis and facing at angle to the camera to provide\\nmaximum visibility. This is typically used for text labels for 3d\\nplots.\\n@sa\\nvtkActor vtkFollower vtkCamera vtkAxisActor vtkCubeAxesActor\\n\\n'})"
    __vtkname__ = 'vtkAxisFollower'


class vtkBarChartActor(__vtkmodules_vtkRenderingCore.vtkActor2D):
    """
    vtkBarChartActor - create a bar chart from an array
    
    Superclass: vtkActor2D
    
    vtkBarChartActor generates a bar chart from an array of numbers
    defined in field data (a vtkDataObject). To use this class, you must
    specify an input data object. You'll probably also want to specify
    the position of the plot be setting the Position and Position2
    instance variables, which define a rectangle in which the plot lies. 
    There are also many other instance variables that control the look of
    the plot includes its title and legend.
    
    Set the text property/attributes of the title and the labels through
    the vtkTextProperty objects associated with these components.
    
    @sa
    vtkParallelCoordinatesActor vtkXYPlotActor vtkSpiderPlotActor
    vtkPieChartActor
    """
    def GetBarColor(self, i): # real signature unknown; restored from __doc__
        """
        GetBarColor(self, i:int) -> Pointer
        C++: double *GetBarColor(int i)
        """
        pass

    def GetBarLabel(self, i): # real signature unknown; restored from __doc__
        """
        GetBarLabel(self, i:int) -> str
        C++: const char *GetBarLabel(int i)
        """
        return ""

    def GetInput(self): # real signature unknown; restored from __doc__
        """
        GetInput(self) -> vtkDataObject
        C++: virtual vtkDataObject *GetInput()
        
        Get the input data object to this actor.
        """
        pass

    def GetLabelTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetLabelTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetLabelTextProperty()
        """
        pass

    def GetLabelVisibility(self): # real signature unknown; restored from __doc__
        """
        GetLabelVisibility(self) -> int
        C++: virtual vtkTypeBool GetLabelVisibility()
        """
        return 0

    def GetLegendActor(self): # real signature unknown; restored from __doc__
        """
        GetLegendActor(self) -> vtkLegendBoxActor
        C++: virtual vtkLegendBoxActor *GetLegendActor()
        
        Retrieve handles to the legend box. This is useful if you would
        like to manually control the legend appearance.
        """
        return vtkLegendBoxActor

    def GetLegendVisibility(self): # real signature unknown; restored from __doc__
        """
        GetLegendVisibility(self) -> int
        C++: virtual vtkTypeBool GetLegendVisibility()
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetTitle(self): # real signature unknown; restored from __doc__
        """
        GetTitle(self) -> str
        C++: virtual char *GetTitle()
        """
        return ""

    def GetTitleTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetTitleTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetTitleTextProperty()
        """
        pass

    def GetTitleVisibility(self): # real signature unknown; restored from __doc__
        """
        GetTitleVisibility(self) -> int
        C++: virtual vtkTypeBool GetTitleVisibility()
        """
        return 0

    def GetYTitle(self): # real signature unknown; restored from __doc__
        """
        GetYTitle(self) -> str
        C++: virtual char *GetYTitle()
        """
        return ""

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def LabelVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        LabelVisibilityOff(self) -> None
        C++: virtual void LabelVisibilityOff()
        """
        pass

    def LabelVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        LabelVisibilityOn(self) -> None
        C++: virtual void LabelVisibilityOn()
        """
        pass

    def LegendVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        LegendVisibilityOff(self) -> None
        C++: virtual void LegendVisibilityOff()
        """
        pass

    def LegendVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        LegendVisibilityOn(self) -> None
        C++: virtual void LegendVisibilityOn()
        """
        pass

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkBarChartActor
        C++: vtkBarChartActor *NewInstance()
        """
        return vtkBarChartActor

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, __a:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT
        USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS All concrete
        subclasses must be able to render themselves. There are four key
        render methods in vtk and they correspond to four different
        points in the rendering cycle. Any given prop may implement one
        or more of these methods. The first method is intended for
        rendering all opaque geometry. The second method is intended for
        rendering all translucent polygonal geometry. The third one is
        intended for rendering all translucent volumetric geometry. Most
        of the volume rendering mappers draw their results during this
        third method. The last method is to render any 2D annotation or
        overlays. Each of these methods return an integer value
        indicating whether or not this render method was applied to this
        data.
        """
        return 0

    def RenderOverlay(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, __a:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *) override;
        
        Draw the bar plot.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkBarChartActor
        C++: static vtkBarChartActor *SafeDownCast(vtkObjectBase *o)
        """
        return vtkBarChartActor

    def SetBarColor(self, i, r, g, b): # real signature unknown; restored from __doc__
        """
        SetBarColor(self, i:int, r:float, g:float, b:float) -> None
        C++: void SetBarColor(int i, double r, double g, double b)
        SetBarColor(self, i:int, color:(float, float, float)) -> None
        C++: void SetBarColor(int i, const double color[3])
        
        Specify colors for each bar. If not specified, they are
        automatically generated.
        """
        pass

    def SetBarLabel(self, i, __b): # real signature unknown; restored from __doc__
        """
        SetBarLabel(self, i:int, __b:str) -> None
        C++: void SetBarLabel(const int i, const char *)
        
        Specify the names of each bar. If not specified, then an integer
        number is automatically generated.
        """
        pass

    def SetInput(self, __a): # real signature unknown; restored from __doc__
        """
        SetInput(self, __a:vtkDataObject) -> None
        C++: virtual void SetInput(vtkDataObject *)
        
        Set the input to the bar chart actor.
        """
        pass

    def SetLabelTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetLabelTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetLabelTextProperty(vtkTextProperty *p)
        
        Set/Get the labels text property. This controls the appearance of
        all bar bar labels.
        """
        pass

    def SetLabelVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelVisibility(self, _arg:int) -> None
        C++: virtual void SetLabelVisibility(vtkTypeBool _arg)
        
        Enable/Disable the display of bar labels.
        """
        pass

    def SetLegendVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLegendVisibility(self, _arg:int) -> None
        C++: virtual void SetLegendVisibility(vtkTypeBool _arg)
        
        Enable/Disable the creation of a legend. If on, the legend labels
        will be created automatically unless the per plot legend symbol
        has been set.
        """
        pass

    def SetTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitle(self, _arg:str) -> None
        C++: virtual void SetTitle(const char *_arg)
        
        Set/Get the title of the bar chart.
        """
        pass

    def SetTitleTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetTitleTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetTitleTextProperty(vtkTextProperty *p)
        
        Set/Get the title text property. The property controls the
        appearance of the plot title.
        """
        pass

    def SetTitleVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitleVisibility(self, _arg:int) -> None
        C++: virtual void SetTitleVisibility(vtkTypeBool _arg)
        
        Enable/Disable the display of a plot title.
        """
        pass

    def SetYTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYTitle(self, _arg:str) -> None
        C++: virtual void SetYTitle(const char *_arg)
        
        Specify the title of the y-axis.
        """
        pass

    def TitleVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        TitleVisibilityOff(self) -> None
        C++: virtual void TitleVisibilityOff()
        """
        pass

    def TitleVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        TitleVisibilityOn(self) -> None
        C++: virtual void TitleVisibilityOn()
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkBarChartActor\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'SetInput\': <method \'SetInput\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'GetInput\': <method \'GetInput\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'SetTitleVisibility\': <method \'SetTitleVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'GetTitleVisibility\': <method \'GetTitleVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'TitleVisibilityOn\': <method \'TitleVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'TitleVisibilityOff\': <method \'TitleVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'SetTitle\': <method \'SetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'GetTitle\': <method \'GetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'SetTitleTextProperty\': <method \'SetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'GetTitleTextProperty\': <method \'GetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'SetLabelVisibility\': <method \'SetLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'GetLabelVisibility\': <method \'GetLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'LabelVisibilityOn\': <method \'LabelVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'LabelVisibilityOff\': <method \'LabelVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'SetLabelTextProperty\': <method \'SetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'GetLabelTextProperty\': <method \'GetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'SetBarColor\': <method \'SetBarColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'GetBarColor\': <method \'GetBarColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'SetBarLabel\': <method \'SetBarLabel\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'GetBarLabel\': <method \'GetBarLabel\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'SetYTitle\': <method \'SetYTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'GetYTitle\': <method \'GetYTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'SetLegendVisibility\': <method \'SetLegendVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'GetLegendVisibility\': <method \'GetLegendVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'LegendVisibilityOn\': <method \'LegendVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'LegendVisibilityOff\': <method \'LegendVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'GetLegendActor\': <method \'GetLegendActor\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'RenderOverlay\': <method \'RenderOverlay\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'HasTranslucentPolygonalGeometry\': <method \'HasTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'__new__\': <built-in method __new__ of type object at 0x00007FF8206025F0>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkBarChartActor\' objects>, \'__doc__\': "vtkBarChartActor - create a bar chart from an array\\n\\nSuperclass: vtkActor2D\\n\\nvtkBarChartActor generates a bar chart from an array of numbers\\ndefined in field data (a vtkDataObject). To use this class, you must\\nspecify an input data object. You\'ll probably also want to specify\\nthe position of the plot be setting the Position and Position2\\ninstance variables, which define a rectangle in which the plot lies. \\nThere are also many other instance variables that control the look of\\nthe plot includes its title and legend.\\n\\nSet the text property/attributes of the title and the labels through\\nthe vtkTextProperty objects associated with these components.\\n\\n@sa\\nvtkParallelCoordinatesActor vtkXYPlotActor vtkSpiderPlotActor\\nvtkPieChartActor\\n\\n"})'
    __vtkname__ = 'vtkBarChartActor'


class vtkCaptionActor2D(__vtkmodules_vtkRenderingCore.vtkActor2D):
    """
    vtkCaptionActor2D - draw text label associated with a point
    
    Superclass: vtkActor2D
    
    vtkCaptionActor2D is a hybrid 2D/3D actor that is used to associate
    text with a point (the AttachmentPoint) in the scene. The caption can
    be drawn with a rectangular border and a leader connecting the
    caption to the attachment point. Optionally, the leader can be
    glyphed at its endpoint to create arrow heads or other indicators.
    
    To use the caption actor, you normally specify the Position and
    Position2 coordinates (these are inherited from the vtkActor2D
    superclass). (Note that Position2 can be set using vtkActor2D's
    SetWidth() and SetHeight() methods.)  Position and Position2 define
    the size of the caption, and a third point, the AttachmentPoint,
    defines a point that the caption is associated with.  You must also
    define the caption text, whether you want a border around the
    caption, and whether you want a leader from the caption to the
    attachment point. The font attributes of the text can be set through
    the vtkTextProperty associated to this actor. You also indicate
    whether you want the leader to be 2D or 3D. (2D leaders are always
    drawn over the underlying geometry. 3D leaders may be occluded by the
    geometry.) The leader may also be terminated by an optional glyph
    (e.g., arrow).
    
    The trickiest part about using this class is setting Position,
    Position2, and AttachmentPoint correctly. These instance variables
    are vtkCoordinates, and can be set up in various ways. In default
    usage, the AttachmentPoint is defined in the world coordinate system,
    Position is the lower-left corner of the caption and relative to
    AttachmentPoint (defined in display coordaintes, i.e., pixels), and
    Position2 is relative to Position and is the upper-right corner (also
    in display coordinates). However, the user has full control over the
    coordinates, and can do things like place the caption in a fixed
    position in the renderer, with the leader moving with the
    AttachmentPoint.
    
    @sa
    vtkLegendBoxActor vtkTextMapper vtkTextActor vtkTextProperty
    vtkCoordinate
    """
    def AttachEdgeOnlyOff(self): # real signature unknown; restored from __doc__
        """
        AttachEdgeOnlyOff(self) -> None
        C++: virtual void AttachEdgeOnlyOff()
        """
        pass

    def AttachEdgeOnlyOn(self): # real signature unknown; restored from __doc__
        """
        AttachEdgeOnlyOn(self) -> None
        C++: virtual void AttachEdgeOnlyOn()
        """
        pass

    def BorderOff(self): # real signature unknown; restored from __doc__
        """
        BorderOff(self) -> None
        C++: virtual void BorderOff()
        """
        pass

    def BorderOn(self): # real signature unknown; restored from __doc__
        """
        BorderOn(self) -> None
        C++: virtual void BorderOn()
        """
        pass

    def GetAttachEdgeOnly(self): # real signature unknown; restored from __doc__
        """
        GetAttachEdgeOnly(self) -> int
        C++: virtual vtkTypeBool GetAttachEdgeOnly()
        """
        return 0

    def GetAttachmentPoint(self): # real signature unknown; restored from __doc__
        """
        GetAttachmentPoint(self) -> (float, float, float)
        C++: virtual double *GetAttachmentPoint()
        """
        pass

    def GetAttachmentPointCoordinate(self): # real signature unknown; restored from __doc__
        """
        GetAttachmentPointCoordinate(self) -> vtkCoordinate
        C++: virtual vtkCoordinate *GetAttachmentPointCoordinate()
        
        Set/Get the attachment point for the caption. By default, the
        attachment point is defined in world coordinates, but this can be
        changed using vtkCoordinate methods.
        """
        pass

    def GetBorder(self): # real signature unknown; restored from __doc__
        """
        GetBorder(self) -> int
        C++: virtual vtkTypeBool GetBorder()
        """
        return 0

    def GetCaption(self): # real signature unknown; restored from __doc__
        """
        GetCaption(self) -> str
        C++: virtual char *GetCaption()
        """
        return ""

    def GetCaptionTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetCaptionTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetCaptionTextProperty()
        """
        pass

    def GetLeader(self): # real signature unknown; restored from __doc__
        """
        GetLeader(self) -> int
        C++: virtual vtkTypeBool GetLeader()
        """
        return 0

    def GetLeaderGlyph(self): # real signature unknown; restored from __doc__
        """
        GetLeaderGlyph(self) -> vtkPolyData
        C++: virtual vtkPolyData *GetLeaderGlyph()
        """
        pass

    def GetLeaderGlyphSize(self): # real signature unknown; restored from __doc__
        """
        GetLeaderGlyphSize(self) -> float
        C++: virtual double GetLeaderGlyphSize()
        """
        return 0.0

    def GetLeaderGlyphSizeMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetLeaderGlyphSizeMaxValue(self) -> float
        C++: virtual double GetLeaderGlyphSizeMaxValue()
        """
        return 0.0

    def GetLeaderGlyphSizeMinValue(self): # real signature unknown; restored from __doc__
        """
        GetLeaderGlyphSizeMinValue(self) -> float
        C++: virtual double GetLeaderGlyphSizeMinValue()
        """
        return 0.0

    def GetMaximumLeaderGlyphSize(self): # real signature unknown; restored from __doc__
        """
        GetMaximumLeaderGlyphSize(self) -> int
        C++: virtual int GetMaximumLeaderGlyphSize()
        """
        return 0

    def GetMaximumLeaderGlyphSizeMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetMaximumLeaderGlyphSizeMaxValue(self) -> int
        C++: virtual int GetMaximumLeaderGlyphSizeMaxValue()
        """
        return 0

    def GetMaximumLeaderGlyphSizeMinValue(self): # real signature unknown; restored from __doc__
        """
        GetMaximumLeaderGlyphSizeMinValue(self) -> int
        C++: virtual int GetMaximumLeaderGlyphSizeMinValue()
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetPadding(self): # real signature unknown; restored from __doc__
        """
        GetPadding(self) -> int
        C++: virtual int GetPadding()
        """
        return 0

    def GetPaddingMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetPaddingMaxValue(self) -> int
        C++: virtual int GetPaddingMaxValue()
        """
        return 0

    def GetPaddingMinValue(self): # real signature unknown; restored from __doc__
        """
        GetPaddingMinValue(self) -> int
        C++: virtual int GetPaddingMinValue()
        """
        return 0

    def GetTextActor(self): # real signature unknown; restored from __doc__
        """
        GetTextActor(self) -> vtkTextActor
        C++: virtual vtkTextActor *GetTextActor()
        
        Get the text actor used by the caption. This is useful if you
        want to control justification and other characteristics of the
        text actor.
        """
        pass

    def GetThreeDimensionalLeader(self): # real signature unknown; restored from __doc__
        """
        GetThreeDimensionalLeader(self) -> int
        C++: virtual vtkTypeBool GetThreeDimensionalLeader()
        """
        return 0

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def LeaderOff(self): # real signature unknown; restored from __doc__
        """
        LeaderOff(self) -> None
        C++: virtual void LeaderOff()
        """
        pass

    def LeaderOn(self): # real signature unknown; restored from __doc__
        """
        LeaderOn(self) -> None
        C++: virtual void LeaderOn()
        """
        pass

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkCaptionActor2D
        C++: vtkCaptionActor2D *NewInstance()
        """
        return vtkCaptionActor2D

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT
        USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS. Release any
        graphics resources that are being consumed by this actor. The
        parameter window could be used to determine which graphic
        resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, viewport:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *viewport) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT
        USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS. Draw the legend
        box to the screen.
        """
        return 0

    def RenderOverlay(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, viewport:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *viewport) override;
        
        Support the standard render methods.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkCaptionActor2D
        C++: static vtkCaptionActor2D *SafeDownCast(vtkObjectBase *o)
        """
        return vtkCaptionActor2D

    def SetAttachEdgeOnly(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAttachEdgeOnly(self, _arg:int) -> None
        C++: virtual void SetAttachEdgeOnly(vtkTypeBool _arg)
        
        Enable/disable whether to attach the arrow only to the edge, NOT
        the vertices of the caption border.
        """
        pass

    def SetAttachmentPoint(self, x, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetAttachmentPoint(self, x:[float, float, float]) -> None
        C++: virtual void SetAttachmentPoint(double x[3])
        SetAttachmentPoint(self, x:float, y:float, z:float) -> None
        C++: virtual void SetAttachmentPoint(double x, double y, double z)
        """
        pass

    def SetBorder(self, _arg): # real signature unknown; restored from __doc__
        """
        SetBorder(self, _arg:int) -> None
        C++: virtual void SetBorder(vtkTypeBool _arg)
        
        Enable/disable the placement of a border around the text.
        """
        pass

    def SetCaption(self, caption): # real signature unknown; restored from __doc__
        """
        SetCaption(self, caption:str) -> None
        C++: virtual void SetCaption(const char *caption)
        
        Define the text to be placed in the caption. The text can be
        multiple lines (separated by "\n").
        """
        pass

    def SetCaptionTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetCaptionTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetCaptionTextProperty(vtkTextProperty *p)
        
        Set/Get the text property.
        """
        pass

    def SetLeader(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLeader(self, _arg:int) -> None
        C++: virtual void SetLeader(vtkTypeBool _arg)
        
        Enable/disable drawing a "line" from the caption to the
        attachment point.
        """
        pass

    def SetLeaderGlyphConnection(self, __a): # real signature unknown; restored from __doc__
        """
        SetLeaderGlyphConnection(self, __a:vtkAlgorithmOutput) -> None
        C++: virtual void SetLeaderGlyphConnection(vtkAlgorithmOutput *)
        """
        pass

    def SetLeaderGlyphData(self, __a): # real signature unknown; restored from __doc__
        """
        SetLeaderGlyphData(self, __a:vtkPolyData) -> None
        C++: virtual void SetLeaderGlyphData(vtkPolyData *)
        
        Specify a glyph to be used as the leader "head". This could be
        something like an arrow or sphere. If not specified, no glyph is
        drawn. Note that the glyph is assumed to be aligned along the
        x-axis and is rotated about the origin. SetLeaderGlyphData()
        directly uses the polydata without setting a pipeline connection.
        SetLeaderGlyphConnection() sets up a pipeline connection and
        causes an update to the input during render.
        """
        pass

    def SetLeaderGlyphSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLeaderGlyphSize(self, _arg:float) -> None
        C++: virtual void SetLeaderGlyphSize(double _arg)
        
        Specify the relative size of the leader head. This is expressed
        as a fraction of the size (diagonal length) of the renderer. The
        leader head is automatically scaled so that window resize,
        zooming or other camera motion results in proportional changes in
        size to the leader glyph.
        """
        pass

    def SetMaximumLeaderGlyphSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMaximumLeaderGlyphSize(self, _arg:int) -> None
        C++: virtual void SetMaximumLeaderGlyphSize(int _arg)
        
        Specify the maximum size of the leader head (if any) in pixels.
        This is used in conjunction with LeaderGlyphSize to cap the
        maximum size of the LeaderGlyph.
        """
        pass

    def SetPadding(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPadding(self, _arg:int) -> None
        C++: virtual void SetPadding(int _arg)
        
        Set/Get the padding between the caption and the border. The value
        is specified in pixels.
        """
        pass

    def SetThreeDimensionalLeader(self, _arg): # real signature unknown; restored from __doc__
        """
        SetThreeDimensionalLeader(self, _arg:int) -> None
        C++: virtual void SetThreeDimensionalLeader(vtkTypeBool _arg)
        
        Indicate whether the leader is 2D (no hidden line) or 3D
        (z-buffered).
        """
        pass

    def ShallowCopy(self, prop): # real signature unknown; restored from __doc__
        """
        ShallowCopy(self, prop:vtkProp) -> None
        C++: void ShallowCopy(vtkProp *prop) override;
        
        Shallow copy of this scaled text actor. Overloads the virtual
        vtkProp method.
        """
        pass

    def ThreeDimensionalLeaderOff(self): # real signature unknown; restored from __doc__
        """
        ThreeDimensionalLeaderOff(self) -> None
        C++: virtual void ThreeDimensionalLeaderOff()
        """
        pass

    def ThreeDimensionalLeaderOn(self): # real signature unknown; restored from __doc__
        """
        ThreeDimensionalLeaderOn(self) -> None
        C++: virtual void ThreeDimensionalLeaderOn()
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkCaptionActor2D\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'SetCaption\': <method \'SetCaption\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetCaption\': <method \'GetCaption\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetAttachmentPointCoordinate\': <method \'GetAttachmentPointCoordinate\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'SetAttachmentPoint\': <method \'SetAttachmentPoint\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetAttachmentPoint\': <method \'GetAttachmentPoint\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'SetBorder\': <method \'SetBorder\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetBorder\': <method \'GetBorder\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'BorderOn\': <method \'BorderOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'BorderOff\': <method \'BorderOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'SetLeader\': <method \'SetLeader\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetLeader\': <method \'GetLeader\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'LeaderOn\': <method \'LeaderOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'LeaderOff\': <method \'LeaderOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'SetThreeDimensionalLeader\': <method \'SetThreeDimensionalLeader\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetThreeDimensionalLeader\': <method \'GetThreeDimensionalLeader\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'ThreeDimensionalLeaderOn\': <method \'ThreeDimensionalLeaderOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'ThreeDimensionalLeaderOff\': <method \'ThreeDimensionalLeaderOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'SetLeaderGlyphData\': <method \'SetLeaderGlyphData\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'SetLeaderGlyphConnection\': <method \'SetLeaderGlyphConnection\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetLeaderGlyph\': <method \'GetLeaderGlyph\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'SetLeaderGlyphSize\': <method \'SetLeaderGlyphSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetLeaderGlyphSizeMinValue\': <method \'GetLeaderGlyphSizeMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetLeaderGlyphSizeMaxValue\': <method \'GetLeaderGlyphSizeMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetLeaderGlyphSize\': <method \'GetLeaderGlyphSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'SetMaximumLeaderGlyphSize\': <method \'SetMaximumLeaderGlyphSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetMaximumLeaderGlyphSizeMinValue\': <method \'GetMaximumLeaderGlyphSizeMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetMaximumLeaderGlyphSizeMaxValue\': <method \'GetMaximumLeaderGlyphSizeMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetMaximumLeaderGlyphSize\': <method \'GetMaximumLeaderGlyphSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'SetPadding\': <method \'SetPadding\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetPaddingMinValue\': <method \'GetPaddingMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetPaddingMaxValue\': <method \'GetPaddingMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetPadding\': <method \'GetPadding\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetTextActor\': <method \'GetTextActor\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'SetCaptionTextProperty\': <method \'SetCaptionTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetCaptionTextProperty\': <method \'GetCaptionTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'ShallowCopy\': <method \'ShallowCopy\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'SetAttachEdgeOnly\': <method \'SetAttachEdgeOnly\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'GetAttachEdgeOnly\': <method \'GetAttachEdgeOnly\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'AttachEdgeOnlyOn\': <method \'AttachEdgeOnlyOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'AttachEdgeOnlyOff\': <method \'AttachEdgeOnlyOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'RenderOverlay\': <method \'RenderOverlay\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'HasTranslucentPolygonalGeometry\': <method \'HasTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'__new__\': <built-in method __new__ of type object at 0x00007FF820602E20>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCaptionActor2D\' objects>, \'__doc__\': "vtkCaptionActor2D - draw text label associated with a point\\n\\nSuperclass: vtkActor2D\\n\\nvtkCaptionActor2D is a hybrid 2D/3D actor that is used to associate\\ntext with a point (the AttachmentPoint) in the scene. The caption can\\nbe drawn with a rectangular border and a leader connecting the\\ncaption to the attachment point. Optionally, the leader can be\\nglyphed at its endpoint to create arrow heads or other indicators.\\n\\nTo use the caption actor, you normally specify the Position and\\nPosition2 coordinates (these are inherited from the vtkActor2D\\nsuperclass). (Note that Position2 can be set using vtkActor2D\'s\\nSetWidth() and SetHeight() methods.)  Position and Position2 define\\nthe size of the caption, and a third point, the AttachmentPoint,\\ndefines a point that the caption is associated with.  You must also\\ndefine the caption text, whether you want a border around the\\ncaption, and whether you want a leader from the caption to the\\nattachment point. The font attributes of the text can be set through\\nthe vtkTextProperty associated to this actor. You also indicate\\nwhether you want the leader to be 2D or 3D. (2D leaders are always\\ndrawn over the underlying geometry. 3D leaders may be occluded by the\\ngeometry.) The leader may also be terminated by an optional glyph\\n(e.g., arrow).\\n\\nThe trickiest part about using this class is setting Position,\\nPosition2, and AttachmentPoint correctly. These instance variables\\nare vtkCoordinates, and can be set up in various ways. In default\\nusage, the AttachmentPoint is defined in the world coordinate system,\\nPosition is the lower-left corner of the caption and relative to\\nAttachmentPoint (defined in display coordaintes, i.e., pixels), and\\nPosition2 is relative to Position and is the upper-right corner (also\\nin display coordinates). However, the user has full control over the\\ncoordinates, and can do things like place the caption in a fixed\\nposition in the renderer, with the leader moving with the\\nAttachmentPoint.\\n\\n@sa\\nvtkLegendBoxActor vtkTextMapper vtkTextActor vtkTextProperty\\nvtkCoordinate\\n\\n"})'
    __vtkname__ = 'vtkCaptionActor2D'


class vtkConvexHull2D(__vtkmodules_vtkCommonExecutionModel.vtkPolyDataAlgorithm):
    """
    vtkConvexHull2D - Produce filled convex hulls around a set of points.
    
    Superclass: vtkPolyDataAlgorithm
    
    Produces a vtkPolyData comprised of a filled polygon of the convex
    hull of the input points. You may alternatively choose to output a
    bounding rectangle. Static methods are provided that calculate a
    (counter-clockwise) hull based on a set of input points.
    
    To help maintain the property of guaranteed visibilityhulls may be
    artificially scaled by setting MinHullSizeInWorld. This is
    particularly helpful in the case that there are only one or two
    points as it avoids producing a degenerate polygon. This setting is
    also available as an argument to the static methods.
    
    Setting a vtkRenderer on the filter enables the possibility to set
    MinHullSizeInDisplay to the desired number of display pixels to cover
    in each of the x- and y-dimensions.
    
    Setting OutlineOn() additionally produces an outline of the hull on
    output port 1.
    
    @attention This filter operates in the x,y-plane and as such works
    best with an interactor style that does not permit camera rotation
    such as vtkInteractorStyleRubberBand2D.
    
    @par Thanks: Thanks to Colin Myers, University of Leeds for providing
    this implementation.
    """
    def CalculateBoundingRectangle(self, inPoints, outPoints, minimumHullSize=1.0): # real signature unknown; restored from __doc__
        """
        CalculateBoundingRectangle(inPoints:vtkPoints,
            outPoints:vtkPoints, minimumHullSize:float=1.0) -> None
        C++: static void CalculateBoundingRectangle(vtkPoints *inPoints,
            vtkPoints *outPoints, double minimumHullSize=1.0)
        
        Convenience methods to calculate a convex hull from a set of
        vtkPointS.
        """
        pass

    def CalculateConvexHull(self, inPoints, outPoints, minimumHullSize=1.0): # real signature unknown; restored from __doc__
        """
        CalculateConvexHull(inPoints:vtkPoints, outPoints:vtkPoints,
            minimumHullSize:float=1.0) -> None
        C++: static void CalculateConvexHull(vtkPoints *inPoints,
            vtkPoints *outPoints, double minimumHullSize=1.0)
        """
        pass

    def GetHullShape(self): # real signature unknown; restored from __doc__
        """
        GetHullShape(self) -> int
        C++: virtual int GetHullShape()
        
        Set the shape of the hull to BoundingRectangle or ConvexHull.
        """
        return 0

    def GetHullShapeMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetHullShapeMaxValue(self) -> int
        C++: virtual int GetHullShapeMaxValue()
        """
        return 0

    def GetHullShapeMinValue(self): # real signature unknown; restored from __doc__
        """
        GetHullShapeMinValue(self) -> int
        C++: virtual int GetHullShapeMinValue()
        """
        return 0

    def GetMinHullSizeInDisplay(self): # real signature unknown; restored from __doc__
        """
        GetMinHullSizeInDisplay(self) -> int
        C++: virtual int GetMinHullSizeInDisplay()
        """
        return 0

    def GetMinHullSizeInDisplayMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetMinHullSizeInDisplayMaxValue(self) -> int
        C++: virtual int GetMinHullSizeInDisplayMaxValue()
        """
        return 0

    def GetMinHullSizeInDisplayMinValue(self): # real signature unknown; restored from __doc__
        """
        GetMinHullSizeInDisplayMinValue(self) -> int
        C++: virtual int GetMinHullSizeInDisplayMinValue()
        """
        return 0

    def GetMinHullSizeInWorld(self): # real signature unknown; restored from __doc__
        """
        GetMinHullSizeInWorld(self) -> float
        C++: virtual double GetMinHullSizeInWorld()
        """
        return 0.0

    def GetMinHullSizeInWorldMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetMinHullSizeInWorldMaxValue(self) -> float
        C++: virtual double GetMinHullSizeInWorldMaxValue()
        """
        return 0.0

    def GetMinHullSizeInWorldMinValue(self): # real signature unknown; restored from __doc__
        """
        GetMinHullSizeInWorldMinValue(self) -> float
        C++: virtual double GetMinHullSizeInWorldMinValue()
        """
        return 0.0

    def GetMTime(self): # real signature unknown; restored from __doc__
        """
        GetMTime(self) -> int
        C++: vtkMTimeType GetMTime() override;
        
        The modified time of this filter.
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetOutline(self): # real signature unknown; restored from __doc__
        """
        GetOutline(self) -> bool
        C++: virtual bool GetOutline()
        
        Produce an outline (polyline) of the hull on output port 1.
        """
        return False

    def GetRenderer(self): # real signature unknown; restored from __doc__
        """
        GetRenderer(self) -> vtkRenderer
        C++: vtkRenderer *GetRenderer()
        """
        pass

    def GetScaleFactor(self): # real signature unknown; restored from __doc__
        """
        GetScaleFactor(self) -> float
        C++: virtual double GetScaleFactor()
        
        Scale the hull by the amount specified. Defaults to 1.0.
        """
        return 0.0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkConvexHull2D
        C++: vtkConvexHull2D *NewInstance()
        """
        return vtkConvexHull2D

    def OutlineOff(self): # real signature unknown; restored from __doc__
        """
        OutlineOff(self) -> None
        C++: virtual void OutlineOff()
        """
        pass

    def OutlineOn(self): # real signature unknown; restored from __doc__
        """
        OutlineOn(self) -> None
        C++: virtual void OutlineOn()
        """
        pass

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkConvexHull2D
        C++: static vtkConvexHull2D *SafeDownCast(vtkObjectBase *o)
        """
        return vtkConvexHull2D

    def SetHullShape(self, _arg): # real signature unknown; restored from __doc__
        """
        SetHullShape(self, _arg:int) -> None
        C++: virtual void SetHullShape(int _arg)
        """
        pass

    def SetMinHullSizeInDisplay(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMinHullSizeInDisplay(self, _arg:int) -> None
        C++: virtual void SetMinHullSizeInDisplay(int _arg)
        
        Set the minimum x,y-dimensions of each hull in pixels. You must
        also set a vtkRenderer. Defaults to 1. Set to 0 to disable.
        """
        pass

    def SetMinHullSizeInWorld(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMinHullSizeInWorld(self, _arg:float) -> None
        C++: virtual void SetMinHullSizeInWorld(double _arg)
        
        Set the minimum x,y-dimensions of each hull in world coordinates.
        Defaults to 1.0. Set to 0.0 to disable.
        """
        pass

    def SetOutline(self, _arg): # real signature unknown; restored from __doc__
        """
        SetOutline(self, _arg:bool) -> None
        C++: virtual void SetOutline(bool _arg)
        """
        pass

    def SetRenderer(self, renderer): # real signature unknown; restored from __doc__
        """
        SetRenderer(self, renderer:vtkRenderer) -> None
        C++: void SetRenderer(vtkRenderer *renderer)
        
        Renderer needed for MinHullSizeInDisplay calculation. Not
        reference counted.
        """
        pass

    def SetScaleFactor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetScaleFactor(self, _arg:float) -> None
        C++: virtual void SetScaleFactor(double _arg)
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    BoundingRectangle = 0
    ConvexHull = 1
    HullShapes = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D.HullShapes'>"
    __dict__ = None # (!) real value is "mappingproxy({'__vtkname__': 'vtkConvexHull2D', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetScaleFactor': <method 'GetScaleFactor' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'SetScaleFactor': <method 'SetScaleFactor' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetOutline': <method 'GetOutline' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'SetOutline': <method 'SetOutline' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'OutlineOn': <method 'OutlineOn' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'OutlineOff': <method 'OutlineOff' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetHullShape': <method 'GetHullShape' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'SetHullShape': <method 'SetHullShape' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetHullShapeMinValue': <method 'GetHullShapeMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetHullShapeMaxValue': <method 'GetHullShapeMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'SetMinHullSizeInWorld': <method 'SetMinHullSizeInWorld' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetMinHullSizeInWorldMinValue': <method 'GetMinHullSizeInWorldMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetMinHullSizeInWorldMaxValue': <method 'GetMinHullSizeInWorldMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetMinHullSizeInWorld': <method 'GetMinHullSizeInWorld' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'SetMinHullSizeInDisplay': <method 'SetMinHullSizeInDisplay' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetMinHullSizeInDisplayMinValue': <method 'GetMinHullSizeInDisplayMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetMinHullSizeInDisplayMaxValue': <method 'GetMinHullSizeInDisplayMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetMinHullSizeInDisplay': <method 'GetMinHullSizeInDisplay' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'SetRenderer': <method 'SetRenderer' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetRenderer': <method 'GetRenderer' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'GetMTime': <method 'GetMTime' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'CalculateBoundingRectangle': <method 'CalculateBoundingRectangle' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'CalculateConvexHull': <method 'CalculateConvexHull' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, 'HullShapes': <class 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D.HullShapes'>, 'BoundingRectangle': 0, 'ConvexHull': 1, '__new__': <built-in method __new__ of type object at 0x00007FF820603530>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkRenderingAnnotation.vtkConvexHull2D' objects>, '__doc__': 'vtkConvexHull2D - Produce filled convex hulls around a set of points.\\n\\nSuperclass: vtkPolyDataAlgorithm\\n\\nProduces a vtkPolyData comprised of a filled polygon of the convex\\nhull of the input points. You may alternatively choose to output a\\nbounding rectangle. Static methods are provided that calculate a\\n(counter-clockwise) hull based on a set of input points.\\n\\nTo help maintain the property of guaranteed visibilityhulls may be\\nartificially scaled by setting MinHullSizeInWorld. This is\\nparticularly helpful in the case that there are only one or two\\npoints as it avoids producing a degenerate polygon. This setting is\\nalso available as an argument to the static methods.\\n\\nSetting a vtkRenderer on the filter enables the possibility to set\\nMinHullSizeInDisplay to the desired number of display pixels to cover\\nin each of the x- and y-dimensions.\\n\\nSetting OutlineOn() additionally produces an outline of the hull on\\noutput port 1.\\n\\n@attention This filter operates in the x,y-plane and as such works\\nbest with an interactor style that does not permit camera rotation\\nsuch as vtkInteractorStyleRubberBand2D.\\n\\n@par Thanks: Thanks to Colin Myers, University of Leeds for providing\\nthis implementation.\\n\\n'})"
    __vtkname__ = 'vtkConvexHull2D'


class vtkCornerAnnotation(__vtkmodules_vtkRenderingCore.vtkActor2D):
    """
    vtkCornerAnnotation - text annotation in four corners
    
    Superclass: vtkActor2D
    
    This is an annotation object that manages four text actors / mappers
    to provide annotation in the four corners of a viewport
    
    @par Special input text::
    - \<image>: will be replaced with slice number (relative number)
    - \<slice>: will be replaced with slice number (relative number)
    - \<image_and_max>: will be replaced with slice number and slice max
      (relative)
    - \<slice_and_max>: will be replaced with slice number and slice max
      (relative)
    - \<slice_pos>: will be replaced by the position of the current slice
    - \<window>: will be replaced with window value
    - \<level>: will be replaced with level value
    - \<window_level>: will be replaced with window and level value
    
    @sa
    vtkActor2D vtkTextMapper
    """
    def ClearAllTexts(self): # real signature unknown; restored from __doc__
        """
        ClearAllTexts(self) -> None
        C++: void ClearAllTexts()
        """
        pass

    def CopyAllTextsFrom(self, ca): # real signature unknown; restored from __doc__
        """
        CopyAllTextsFrom(self, ca:vtkCornerAnnotation) -> None
        C++: void CopyAllTextsFrom(vtkCornerAnnotation *ca)
        """
        pass

    def GetImageActor(self): # real signature unknown; restored from __doc__
        """
        GetImageActor(self) -> vtkImageActor
        C++: virtual vtkImageActor *GetImageActor()
        """
        pass

    def GetLevelScale(self): # real signature unknown; restored from __doc__
        """
        GetLevelScale(self) -> float
        C++: virtual double GetLevelScale()
        """
        return 0.0

    def GetLevelShift(self): # real signature unknown; restored from __doc__
        """
        GetLevelShift(self) -> float
        C++: virtual double GetLevelShift()
        """
        return 0.0

    def GetLinearFontScaleFactor(self): # real signature unknown; restored from __doc__
        """
        GetLinearFontScaleFactor(self) -> float
        C++: virtual double GetLinearFontScaleFactor()
        """
        return 0.0

    def GetMaximumFontSize(self): # real signature unknown; restored from __doc__
        """
        GetMaximumFontSize(self) -> int
        C++: virtual int GetMaximumFontSize()
        """
        return 0

    def GetMaximumLineHeight(self): # real signature unknown; restored from __doc__
        """
        GetMaximumLineHeight(self) -> float
        C++: virtual double GetMaximumLineHeight()
        """
        return 0.0

    def GetMinimumFontSize(self): # real signature unknown; restored from __doc__
        """
        GetMinimumFontSize(self) -> int
        C++: virtual int GetMinimumFontSize()
        """
        return 0

    def GetNonlinearFontScaleFactor(self): # real signature unknown; restored from __doc__
        """
        GetNonlinearFontScaleFactor(self) -> float
        C++: virtual double GetNonlinearFontScaleFactor()
        """
        return 0.0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetShowSliceAndImage(self): # real signature unknown; restored from __doc__
        """
        GetShowSliceAndImage(self) -> int
        C++: virtual vtkTypeBool GetShowSliceAndImage()
        """
        return 0

    def GetText(self, i): # real signature unknown; restored from __doc__
        """
        GetText(self, i:int) -> str
        C++: const char *GetText(int i)
        """
        return ""

    def GetTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetTextProperty()
        """
        pass

    def GetWindowLevel(self): # real signature unknown; restored from __doc__
        """
        GetWindowLevel(self) -> vtkImageMapToWindowLevelColors
        C++: virtual vtkImageMapToWindowLevelColors *GetWindowLevel()
        """
        pass

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkCornerAnnotation
        C++: vtkCornerAnnotation *NewInstance()
        """
        return vtkCornerAnnotation

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, viewport:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *viewport) override;
        
        Draw the scalar bar and annotation text to the screen.
        """
        return 0

    def RenderOverlay(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, viewport:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *viewport) override;
        
        Support the standard render methods.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkCornerAnnotation
        C++: static vtkCornerAnnotation *SafeDownCast(vtkObjectBase *o)
        """
        return vtkCornerAnnotation

    def SetImageActor(self, __a): # real signature unknown; restored from __doc__
        """
        SetImageActor(self, __a:vtkImageActor) -> None
        C++: void SetImageActor(vtkImageActor *)
        
        Set an image actor to look at for slice information
        """
        pass

    def SetLevelScale(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLevelScale(self, _arg:float) -> None
        C++: virtual void SetLevelScale(double _arg)
        
        Set the value to scale the level by.
        """
        pass

    def SetLevelShift(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLevelShift(self, _arg:float) -> None
        C++: virtual void SetLevelShift(double _arg)
        
        Set the value to shift the level by.
        """
        pass

    def SetLinearFontScaleFactor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLinearFontScaleFactor(self, _arg:float) -> None
        C++: virtual void SetLinearFontScaleFactor(double _arg)
        
        Set/Get font scaling factors The font size, f, is calculated as
        the largest possible value such that the annotations for the
        given viewport do not overlap. This font size is scaled
        non-linearly with the viewport size, to maintain an acceptable
        readable size at larger viewport sizes, without being too big. f'
        = linearScale * pow(f,nonlinearScale)
        """
        pass

    def SetMaximumFontSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMaximumFontSize(self, _arg:int) -> None
        C++: virtual void SetMaximumFontSize(int _arg)
        """
        pass

    def SetMaximumLineHeight(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMaximumLineHeight(self, _arg:float) -> None
        C++: virtual void SetMaximumLineHeight(double _arg)
        
        Set/Get the maximum height of a line of text as a percentage of
        the vertical area allocated to this scaled text actor. Defaults
        to 1.0
        """
        pass

    def SetMinimumFontSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMinimumFontSize(self, _arg:int) -> None
        C++: virtual void SetMinimumFontSize(int _arg)
        
        Set/Get the minimum/maximum size font that will be shown. If the
        font drops below the minimum size it will not be rendered.
        """
        pass

    def SetNonlinearFontScaleFactor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNonlinearFontScaleFactor(self, _arg:float) -> None
        C++: virtual void SetNonlinearFontScaleFactor(double _arg)
        """
        pass

    def SetShowSliceAndImage(self, _arg): # real signature unknown; restored from __doc__
        """
        SetShowSliceAndImage(self, _arg:int) -> None
        C++: virtual void SetShowSliceAndImage(vtkTypeBool _arg)
        """
        pass

    def SetText(self, i, text): # real signature unknown; restored from __doc__
        """
        SetText(self, i:int, text:str) -> None
        C++: void SetText(int i, const char *text)
        
        Set/Get the text to be displayed for each corner
        \sa TextPosition
        """
        pass

    def SetTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetTextProperty(vtkTextProperty *p)
        
        Set/Get the text property of all corners.
        """
        pass

    def SetWindowLevel(self, __a): # real signature unknown; restored from __doc__
        """
        SetWindowLevel(self, __a:vtkImageMapToWindowLevelColors) -> None
        C++: void SetWindowLevel(vtkImageMapToWindowLevelColors *)
        
        Set an instance of vtkImageMapToWindowLevelColors to use for
        looking at window level changes
        """
        pass

    def ShowSliceAndImageOff(self): # real signature unknown; restored from __doc__
        """
        ShowSliceAndImageOff(self) -> None
        C++: virtual void ShowSliceAndImageOff()
        """
        pass

    def ShowSliceAndImageOn(self): # real signature unknown; restored from __doc__
        """
        ShowSliceAndImageOn(self) -> None
        C++: virtual void ShowSliceAndImageOn()
        
        Even if there is an image actor, should `slice' and `image' be
        displayed?
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    LeftEdge = 6
    LowerEdge = 4
    LowerLeft = 0
    LowerRight = 1
    NumTextPositions = 8
    RightEdge = 5
    TextPosition = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation.TextPosition'>"
    UpperEdge = 7
    UpperLeft = 2
    UpperRight = 3
    __dict__ = None # (!) real value is "mappingproxy({'__vtkname__': 'vtkCornerAnnotation', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'RenderOpaqueGeometry': <method 'RenderOpaqueGeometry' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'RenderTranslucentPolygonalGeometry': <method 'RenderTranslucentPolygonalGeometry' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'RenderOverlay': <method 'RenderOverlay' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'HasTranslucentPolygonalGeometry': <method 'HasTranslucentPolygonalGeometry' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'SetMaximumLineHeight': <method 'SetMaximumLineHeight' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'GetMaximumLineHeight': <method 'GetMaximumLineHeight' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'SetMinimumFontSize': <method 'SetMinimumFontSize' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'GetMinimumFontSize': <method 'GetMinimumFontSize' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'SetMaximumFontSize': <method 'SetMaximumFontSize' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'GetMaximumFontSize': <method 'GetMaximumFontSize' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'SetLinearFontScaleFactor': <method 'SetLinearFontScaleFactor' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'GetLinearFontScaleFactor': <method 'GetLinearFontScaleFactor' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'SetNonlinearFontScaleFactor': <method 'SetNonlinearFontScaleFactor' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'GetNonlinearFontScaleFactor': <method 'GetNonlinearFontScaleFactor' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'ReleaseGraphicsResources': <method 'ReleaseGraphicsResources' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'SetText': <method 'SetText' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'GetText': <method 'GetText' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'ClearAllTexts': <method 'ClearAllTexts' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'CopyAllTextsFrom': <method 'CopyAllTextsFrom' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'SetImageActor': <method 'SetImageActor' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'GetImageActor': <method 'GetImageActor' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'SetWindowLevel': <method 'SetWindowLevel' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'GetWindowLevel': <method 'GetWindowLevel' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'SetLevelShift': <method 'SetLevelShift' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'GetLevelShift': <method 'GetLevelShift' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'SetLevelScale': <method 'SetLevelScale' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'GetLevelScale': <method 'GetLevelScale' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'SetTextProperty': <method 'SetTextProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'GetTextProperty': <method 'GetTextProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'ShowSliceAndImageOn': <method 'ShowSliceAndImageOn' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'ShowSliceAndImageOff': <method 'ShowSliceAndImageOff' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'SetShowSliceAndImage': <method 'SetShowSliceAndImage' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'GetShowSliceAndImage': <method 'GetShowSliceAndImage' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, 'TextPosition': <class 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation.TextPosition'>, 'LowerLeft': 0, 'LowerRight': 1, 'UpperLeft': 2, 'UpperRight': 3, 'LowerEdge': 4, 'RightEdge': 5, 'LeftEdge': 6, 'UpperEdge': 7, 'NumTextPositions': 8, '__new__': <built-in method __new__ of type object at 0x00007FF820603D80>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkRenderingAnnotation.vtkCornerAnnotation' objects>, '__doc__': 'vtkCornerAnnotation - text annotation in four corners\\n\\nSuperclass: vtkActor2D\\n\\nThis is an annotation object that manages four text actors / mappers\\nto provide annotation in the four corners of a viewport\\n\\n@par Special input text::\\n- \\\\<image>: will be replaced with slice number (relative number)\\n- \\\\<slice>: will be replaced with slice number (relative number)\\n- \\\\<image_and_max>: will be replaced with slice number and slice max\\n  (relative)\\n- \\\\<slice_and_max>: will be replaced with slice number and slice max\\n  (relative)\\n- \\\\<slice_pos>: will be replaced by the position of the current slice\\n- \\\\<window>: will be replaced with window value\\n- \\\\<level>: will be replaced with level value\\n- \\\\<window_level>: will be replaced with window and level value\\n\\n@sa\\nvtkActor2D vtkTextMapper\\n\\n'})"
    __vtkname__ = 'vtkCornerAnnotation'


class vtkCubeAxesActor(__vtkmodules_vtkRenderingCore.vtkActor):
    """
    vtkCubeAxesActor - create a plot of a bounding box edges - used for
    navigation
    
    Superclass: vtkActor
    
    vtkCubeAxesActor is a composite actor that draws axes of the bounding
    box of an input dataset. The axes include labels and titles for the
    x-y-z axes. The algorithm selects which axes to draw based on the
    user-defined 'fly' mode.  (STATIC is default). 'STATIC' constructs
    axes from all edges of the bounding box. 'CLOSEST_TRIAD' consists of
    the three axes x-y-z forming a triad that lies closest to the
    specified camera. 'FURTHEST_TRIAD' consists of the three axes x-y-z
    forming a triad that lies furthest from the specified camera.
    'OUTER_EDGES' is constructed from edges that are on the "exterior" of
    the bounding box, exterior as determined from examining outer edges
    of the bounding box in projection (display) space.
    
    To use this object you must define a bounding box and the camera used
    to render the vtkCubeAxesActor. You can optionally turn on/off
    labels, ticks, gridlines, and set tick location, number of labels,
    and text to use for axis-titles.  A 'corner offset' can also be set. 
    This allows the axes to be set partially away from the actual
    bounding box to perhaps prevent overlap of labels between the various
    axes.
    
    The Bounds instance variable (an array of six doubles) is used to
    determine the bounding box.
    
    @par Thanks: This class was written by: Hank Childs, Kathleen
    Bonnell, Amy Squillacote, Brad Whitlock, Will Schroeder, Eric
    Brugger, Daniel Aguilera, Claire Guilbaud, Nicolas Dolegieviez,
    Aashish Chaudhary, Philippe Pebay, David Gobbi, David Partyka,
    Utkarsh Ayachit David Cole, Francois Bertel, and Mark Olesen Part of
    this work was supported by CEA/DIF - Commissariat a l'Energie
    Atomique, Centre DAM Ile-De-France, BP12, F-91297 Arpajon, France.
    
    @sa
    vtkActor vtkAxisActor vtkCubeAxesActor2D
    """
    def CenterStickyAxesOff(self): # real signature unknown; restored from __doc__
        """
        CenterStickyAxesOff(self) -> None
        C++: virtual void CenterStickyAxesOff()
        """
        pass

    def CenterStickyAxesOn(self): # real signature unknown; restored from __doc__
        """
        CenterStickyAxesOn(self) -> None
        C++: virtual void CenterStickyAxesOn()
        """
        pass

    def DrawXGridlinesOff(self): # real signature unknown; restored from __doc__
        """
        DrawXGridlinesOff(self) -> None
        C++: virtual void DrawXGridlinesOff()
        """
        pass

    def DrawXGridlinesOn(self): # real signature unknown; restored from __doc__
        """
        DrawXGridlinesOn(self) -> None
        C++: virtual void DrawXGridlinesOn()
        """
        pass

    def DrawXGridpolysOff(self): # real signature unknown; restored from __doc__
        """
        DrawXGridpolysOff(self) -> None
        C++: virtual void DrawXGridpolysOff()
        """
        pass

    def DrawXGridpolysOn(self): # real signature unknown; restored from __doc__
        """
        DrawXGridpolysOn(self) -> None
        C++: virtual void DrawXGridpolysOn()
        """
        pass

    def DrawXInnerGridlinesOff(self): # real signature unknown; restored from __doc__
        """
        DrawXInnerGridlinesOff(self) -> None
        C++: virtual void DrawXInnerGridlinesOff()
        """
        pass

    def DrawXInnerGridlinesOn(self): # real signature unknown; restored from __doc__
        """
        DrawXInnerGridlinesOn(self) -> None
        C++: virtual void DrawXInnerGridlinesOn()
        """
        pass

    def DrawYGridlinesOff(self): # real signature unknown; restored from __doc__
        """
        DrawYGridlinesOff(self) -> None
        C++: virtual void DrawYGridlinesOff()
        """
        pass

    def DrawYGridlinesOn(self): # real signature unknown; restored from __doc__
        """
        DrawYGridlinesOn(self) -> None
        C++: virtual void DrawYGridlinesOn()
        """
        pass

    def DrawYGridpolysOff(self): # real signature unknown; restored from __doc__
        """
        DrawYGridpolysOff(self) -> None
        C++: virtual void DrawYGridpolysOff()
        """
        pass

    def DrawYGridpolysOn(self): # real signature unknown; restored from __doc__
        """
        DrawYGridpolysOn(self) -> None
        C++: virtual void DrawYGridpolysOn()
        """
        pass

    def DrawYInnerGridlinesOff(self): # real signature unknown; restored from __doc__
        """
        DrawYInnerGridlinesOff(self) -> None
        C++: virtual void DrawYInnerGridlinesOff()
        """
        pass

    def DrawYInnerGridlinesOn(self): # real signature unknown; restored from __doc__
        """
        DrawYInnerGridlinesOn(self) -> None
        C++: virtual void DrawYInnerGridlinesOn()
        """
        pass

    def DrawZGridlinesOff(self): # real signature unknown; restored from __doc__
        """
        DrawZGridlinesOff(self) -> None
        C++: virtual void DrawZGridlinesOff()
        """
        pass

    def DrawZGridlinesOn(self): # real signature unknown; restored from __doc__
        """
        DrawZGridlinesOn(self) -> None
        C++: virtual void DrawZGridlinesOn()
        """
        pass

    def DrawZGridpolysOff(self): # real signature unknown; restored from __doc__
        """
        DrawZGridpolysOff(self) -> None
        C++: virtual void DrawZGridpolysOff()
        """
        pass

    def DrawZGridpolysOn(self): # real signature unknown; restored from __doc__
        """
        DrawZGridpolysOn(self) -> None
        C++: virtual void DrawZGridpolysOn()
        """
        pass

    def DrawZInnerGridlinesOff(self): # real signature unknown; restored from __doc__
        """
        DrawZInnerGridlinesOff(self) -> None
        C++: virtual void DrawZInnerGridlinesOff()
        """
        pass

    def DrawZInnerGridlinesOn(self): # real signature unknown; restored from __doc__
        """
        DrawZInnerGridlinesOn(self) -> None
        C++: virtual void DrawZInnerGridlinesOn()
        """
        pass

    def GetAxisBaseForX(self): # real signature unknown; restored from __doc__
        """
        GetAxisBaseForX(self) -> (float, float, float)
        C++: virtual double *GetAxisBaseForX()
        """
        pass

    def GetAxisBaseForY(self): # real signature unknown; restored from __doc__
        """
        GetAxisBaseForY(self) -> (float, float, float)
        C++: virtual double *GetAxisBaseForY()
        """
        pass

    def GetAxisBaseForZ(self): # real signature unknown; restored from __doc__
        """
        GetAxisBaseForZ(self) -> (float, float, float)
        C++: virtual double *GetAxisBaseForZ()
        """
        pass

    def GetAxisLabels(self, axis): # real signature unknown; restored from __doc__
        """
        GetAxisLabels(self, axis:int) -> vtkStringArray
        C++: vtkStringArray *GetAxisLabels(int axis)
        
        Explicitly specify the axis labels along an axis as an array of
        strings instead of using the values.
        """
        pass

    def GetAxisOrigin(self): # real signature unknown; restored from __doc__
        """
        GetAxisOrigin(self) -> (float, float, float)
        C++: virtual double *GetAxisOrigin()
        """
        pass

    def GetBounds(self): # real signature unknown; restored from __doc__
        """
        GetBounds(self) -> (float, float, float, float, float, float)
        C++: double *GetBounds() override;
        GetBounds(self, bounds:[float, float, float, float, float, float])
             -> None
        C++: void GetBounds(double bounds[6])
        
        Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
        in world coordinates. NULL means that the bounds are not defined.
        """
        pass

    def GetCamera(self): # real signature unknown; restored from __doc__
        """
        GetCamera(self) -> vtkCamera
        C++: virtual vtkCamera *GetCamera()
        """
        pass

    def GetCenterStickyAxes(self): # real signature unknown; restored from __doc__
        """
        GetCenterStickyAxes(self) -> int
        C++: virtual vtkTypeBool GetCenterStickyAxes()
        """
        return 0

    def GetCornerOffset(self): # real signature unknown; restored from __doc__
        """
        GetCornerOffset(self) -> float
        C++: virtual double GetCornerOffset()
        """
        return 0.0

    def GetDistanceLODThreshold(self): # real signature unknown; restored from __doc__
        """
        GetDistanceLODThreshold(self) -> float
        C++: virtual double GetDistanceLODThreshold()
        """
        return 0.0

    def GetDistanceLODThresholdMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetDistanceLODThresholdMaxValue(self) -> float
        C++: virtual double GetDistanceLODThresholdMaxValue()
        """
        return 0.0

    def GetDistanceLODThresholdMinValue(self): # real signature unknown; restored from __doc__
        """
        GetDistanceLODThresholdMinValue(self) -> float
        C++: virtual double GetDistanceLODThresholdMinValue()
        """
        return 0.0

    def GetDrawXGridlines(self): # real signature unknown; restored from __doc__
        """
        GetDrawXGridlines(self) -> int
        C++: virtual vtkTypeBool GetDrawXGridlines()
        """
        return 0

    def GetDrawXGridpolys(self): # real signature unknown; restored from __doc__
        """
        GetDrawXGridpolys(self) -> int
        C++: virtual vtkTypeBool GetDrawXGridpolys()
        """
        return 0

    def GetDrawXInnerGridlines(self): # real signature unknown; restored from __doc__
        """
        GetDrawXInnerGridlines(self) -> int
        C++: virtual vtkTypeBool GetDrawXInnerGridlines()
        """
        return 0

    def GetDrawYGridlines(self): # real signature unknown; restored from __doc__
        """
        GetDrawYGridlines(self) -> int
        C++: virtual vtkTypeBool GetDrawYGridlines()
        """
        return 0

    def GetDrawYGridpolys(self): # real signature unknown; restored from __doc__
        """
        GetDrawYGridpolys(self) -> int
        C++: virtual vtkTypeBool GetDrawYGridpolys()
        """
        return 0

    def GetDrawYInnerGridlines(self): # real signature unknown; restored from __doc__
        """
        GetDrawYInnerGridlines(self) -> int
        C++: virtual vtkTypeBool GetDrawYInnerGridlines()
        """
        return 0

    def GetDrawZGridlines(self): # real signature unknown; restored from __doc__
        """
        GetDrawZGridlines(self) -> int
        C++: virtual vtkTypeBool GetDrawZGridlines()
        """
        return 0

    def GetDrawZGridpolys(self): # real signature unknown; restored from __doc__
        """
        GetDrawZGridpolys(self) -> int
        C++: virtual vtkTypeBool GetDrawZGridpolys()
        """
        return 0

    def GetDrawZInnerGridlines(self): # real signature unknown; restored from __doc__
        """
        GetDrawZInnerGridlines(self) -> int
        C++: virtual vtkTypeBool GetDrawZInnerGridlines()
        """
        return 0

    def GetEnableDistanceLOD(self): # real signature unknown; restored from __doc__
        """
        GetEnableDistanceLOD(self) -> int
        C++: virtual int GetEnableDistanceLOD()
        """
        return 0

    def GetEnableViewAngleLOD(self): # real signature unknown; restored from __doc__
        """
        GetEnableViewAngleLOD(self) -> int
        C++: virtual int GetEnableViewAngleLOD()
        """
        return 0

    def GetFlyMode(self): # real signature unknown; restored from __doc__
        """
        GetFlyMode(self) -> int
        C++: virtual int GetFlyMode()
        """
        return 0

    def GetFlyModeMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetFlyModeMaxValue(self) -> int
        C++: virtual int GetFlyModeMaxValue()
        """
        return 0

    def GetFlyModeMinValue(self): # real signature unknown; restored from __doc__
        """
        GetFlyModeMinValue(self) -> int
        C++: virtual int GetFlyModeMinValue()
        """
        return 0

    def GetGridLineLocation(self): # real signature unknown; restored from __doc__
        """
        GetGridLineLocation(self) -> int
        C++: virtual int GetGridLineLocation()
        """
        return 0

    def GetInertia(self): # real signature unknown; restored from __doc__
        """
        GetInertia(self) -> int
        C++: virtual int GetInertia()
        """
        return 0

    def GetInertiaMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetInertiaMaxValue(self) -> int
        C++: virtual int GetInertiaMaxValue()
        """
        return 0

    def GetInertiaMinValue(self): # real signature unknown; restored from __doc__
        """
        GetInertiaMinValue(self) -> int
        C++: virtual int GetInertiaMinValue()
        """
        return 0

    def GetLabelOffset(self): # real signature unknown; restored from __doc__
        """
        GetLabelOffset(self) -> float
        C++: virtual double GetLabelOffset()
        """
        return 0.0

    def GetLabelTextProperty(self, __a): # real signature unknown; restored from __doc__
        """
        GetLabelTextProperty(self, __a:int) -> vtkTextProperty
        C++: vtkTextProperty *GetLabelTextProperty(int)
        
        Returns the text property for the labels on an axis.
        """
        pass

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetOrientedBounds(self): # real signature unknown; restored from __doc__
        """
        GetOrientedBounds(self) -> (float, float, float, float, float,
            float)
        C++: virtual double *GetOrientedBounds()
        """
        pass

    def GetRebuildAxes(self): # real signature unknown; restored from __doc__
        """
        GetRebuildAxes(self) -> bool
        C++: virtual bool GetRebuildAxes()
        """
        return False

    def GetRenderedBounds(self, rBounds, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetRenderedBounds(self, rBounds:[float, float, float, float,
            float, float]) -> None
        C++: virtual void GetRenderedBounds(double rBounds[6])
        GetRenderedBounds(self) -> Pointer
        C++: virtual double *GetRenderedBounds()
        
        Method used to properly return the bounds of the cube axis itself
        with all its labels.
        """
        pass

    def GetScreenSize(self): # real signature unknown; restored from __doc__
        """
        GetScreenSize(self) -> float
        C++: virtual double GetScreenSize()
        """
        return 0.0

    def GetStickyAxes(self): # real signature unknown; restored from __doc__
        """
        GetStickyAxes(self) -> int
        C++: virtual vtkTypeBool GetStickyAxes()
        """
        return 0

    def GetTickLocation(self): # real signature unknown; restored from __doc__
        """
        GetTickLocation(self) -> int
        C++: virtual int GetTickLocation()
        """
        return 0

    def GetTickLocationMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetTickLocationMaxValue(self) -> int
        C++: virtual int GetTickLocationMaxValue()
        """
        return 0

    def GetTickLocationMinValue(self): # real signature unknown; restored from __doc__
        """
        GetTickLocationMinValue(self) -> int
        C++: virtual int GetTickLocationMinValue()
        """
        return 0

    def GetTitleOffset(self): # real signature unknown; restored from __doc__
        """
        GetTitleOffset(self) -> float
        C++: virtual double GetTitleOffset()
        """
        return 0.0

    def GetTitleTextProperty(self, __a): # real signature unknown; restored from __doc__
        """
        GetTitleTextProperty(self, __a:int) -> vtkTextProperty
        C++: vtkTextProperty *GetTitleTextProperty(int)
        
        Returns the text property for the title on an axis.
        """
        pass

    def GetUse2DMode(self): # real signature unknown; restored from __doc__
        """
        GetUse2DMode(self) -> int
        C++: int GetUse2DMode()
        """
        return 0

    def GetUseAxisOrigin(self): # real signature unknown; restored from __doc__
        """
        GetUseAxisOrigin(self) -> int
        C++: virtual int GetUseAxisOrigin()
        """
        return 0

    def GetUseOrientedBounds(self): # real signature unknown; restored from __doc__
        """
        GetUseOrientedBounds(self) -> int
        C++: virtual int GetUseOrientedBounds()
        """
        return 0

    def GetUseTextActor3D(self): # real signature unknown; restored from __doc__
        """
        GetUseTextActor3D(self) -> int
        C++: int GetUseTextActor3D()
        """
        return 0

    def GetViewAngleLODThreshold(self): # real signature unknown; restored from __doc__
        """
        GetViewAngleLODThreshold(self) -> float
        C++: virtual double GetViewAngleLODThreshold()
        """
        return 0.0

    def GetViewAngleLODThresholdMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetViewAngleLODThresholdMaxValue(self) -> float
        C++: virtual double GetViewAngleLODThresholdMaxValue()
        """
        return 0.0

    def GetViewAngleLODThresholdMinValue(self): # real signature unknown; restored from __doc__
        """
        GetViewAngleLODThresholdMinValue(self) -> float
        C++: virtual double GetViewAngleLODThresholdMinValue()
        """
        return 0.0

    def GetXAxesGridlinesProperty(self): # real signature unknown; restored from __doc__
        """
        GetXAxesGridlinesProperty(self) -> vtkProperty
        C++: vtkProperty *GetXAxesGridlinesProperty()
        """
        pass

    def GetXAxesGridpolysProperty(self): # real signature unknown; restored from __doc__
        """
        GetXAxesGridpolysProperty(self) -> vtkProperty
        C++: vtkProperty *GetXAxesGridpolysProperty()
        """
        pass

    def GetXAxesInnerGridlinesProperty(self): # real signature unknown; restored from __doc__
        """
        GetXAxesInnerGridlinesProperty(self) -> vtkProperty
        C++: vtkProperty *GetXAxesInnerGridlinesProperty()
        """
        pass

    def GetXAxesLinesProperty(self): # real signature unknown; restored from __doc__
        """
        GetXAxesLinesProperty(self) -> vtkProperty
        C++: vtkProperty *GetXAxesLinesProperty()
        """
        pass

    def GetXAxisLabelVisibility(self): # real signature unknown; restored from __doc__
        """
        GetXAxisLabelVisibility(self) -> int
        C++: virtual vtkTypeBool GetXAxisLabelVisibility()
        """
        return 0

    def GetXAxisMinorTickVisibility(self): # real signature unknown; restored from __doc__
        """
        GetXAxisMinorTickVisibility(self) -> int
        C++: virtual vtkTypeBool GetXAxisMinorTickVisibility()
        """
        return 0

    def GetXAxisRange(self): # real signature unknown; restored from __doc__
        """
        GetXAxisRange(self) -> (float, float)
        C++: virtual double *GetXAxisRange()
        """
        pass

    def GetXAxisTickVisibility(self): # real signature unknown; restored from __doc__
        """
        GetXAxisTickVisibility(self) -> int
        C++: virtual vtkTypeBool GetXAxisTickVisibility()
        """
        return 0

    def GetXAxisVisibility(self): # real signature unknown; restored from __doc__
        """
        GetXAxisVisibility(self) -> int
        C++: virtual vtkTypeBool GetXAxisVisibility()
        """
        return 0

    def GetXLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetXLabelFormat(self) -> str
        C++: virtual char *GetXLabelFormat()
        """
        return ""

    def GetXTitle(self): # real signature unknown; restored from __doc__
        """
        GetXTitle(self) -> str
        C++: virtual char *GetXTitle()
        """
        return ""

    def GetXUnits(self): # real signature unknown; restored from __doc__
        """
        GetXUnits(self) -> str
        C++: virtual char *GetXUnits()
        """
        return ""

    def GetYAxesGridlinesProperty(self): # real signature unknown; restored from __doc__
        """
        GetYAxesGridlinesProperty(self) -> vtkProperty
        C++: vtkProperty *GetYAxesGridlinesProperty()
        """
        pass

    def GetYAxesGridpolysProperty(self): # real signature unknown; restored from __doc__
        """
        GetYAxesGridpolysProperty(self) -> vtkProperty
        C++: vtkProperty *GetYAxesGridpolysProperty()
        """
        pass

    def GetYAxesInnerGridlinesProperty(self): # real signature unknown; restored from __doc__
        """
        GetYAxesInnerGridlinesProperty(self) -> vtkProperty
        C++: vtkProperty *GetYAxesInnerGridlinesProperty()
        """
        pass

    def GetYAxesLinesProperty(self): # real signature unknown; restored from __doc__
        """
        GetYAxesLinesProperty(self) -> vtkProperty
        C++: vtkProperty *GetYAxesLinesProperty()
        """
        pass

    def GetYAxisLabelVisibility(self): # real signature unknown; restored from __doc__
        """
        GetYAxisLabelVisibility(self) -> int
        C++: virtual vtkTypeBool GetYAxisLabelVisibility()
        """
        return 0

    def GetYAxisMinorTickVisibility(self): # real signature unknown; restored from __doc__
        """
        GetYAxisMinorTickVisibility(self) -> int
        C++: virtual vtkTypeBool GetYAxisMinorTickVisibility()
        """
        return 0

    def GetYAxisRange(self): # real signature unknown; restored from __doc__
        """
        GetYAxisRange(self) -> (float, float)
        C++: virtual double *GetYAxisRange()
        """
        pass

    def GetYAxisTickVisibility(self): # real signature unknown; restored from __doc__
        """
        GetYAxisTickVisibility(self) -> int
        C++: virtual vtkTypeBool GetYAxisTickVisibility()
        """
        return 0

    def GetYAxisVisibility(self): # real signature unknown; restored from __doc__
        """
        GetYAxisVisibility(self) -> int
        C++: virtual vtkTypeBool GetYAxisVisibility()
        """
        return 0

    def GetYLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetYLabelFormat(self) -> str
        C++: virtual char *GetYLabelFormat()
        """
        return ""

    def GetYTitle(self): # real signature unknown; restored from __doc__
        """
        GetYTitle(self) -> str
        C++: virtual char *GetYTitle()
        """
        return ""

    def GetYUnits(self): # real signature unknown; restored from __doc__
        """
        GetYUnits(self) -> str
        C++: virtual char *GetYUnits()
        """
        return ""

    def GetZAxesGridlinesProperty(self): # real signature unknown; restored from __doc__
        """
        GetZAxesGridlinesProperty(self) -> vtkProperty
        C++: vtkProperty *GetZAxesGridlinesProperty()
        """
        pass

    def GetZAxesGridpolysProperty(self): # real signature unknown; restored from __doc__
        """
        GetZAxesGridpolysProperty(self) -> vtkProperty
        C++: vtkProperty *GetZAxesGridpolysProperty()
        """
        pass

    def GetZAxesInnerGridlinesProperty(self): # real signature unknown; restored from __doc__
        """
        GetZAxesInnerGridlinesProperty(self) -> vtkProperty
        C++: vtkProperty *GetZAxesInnerGridlinesProperty()
        """
        pass

    def GetZAxesLinesProperty(self): # real signature unknown; restored from __doc__
        """
        GetZAxesLinesProperty(self) -> vtkProperty
        C++: vtkProperty *GetZAxesLinesProperty()
        """
        pass

    def GetZAxisLabelVisibility(self): # real signature unknown; restored from __doc__
        """
        GetZAxisLabelVisibility(self) -> int
        C++: virtual vtkTypeBool GetZAxisLabelVisibility()
        """
        return 0

    def GetZAxisMinorTickVisibility(self): # real signature unknown; restored from __doc__
        """
        GetZAxisMinorTickVisibility(self) -> int
        C++: virtual vtkTypeBool GetZAxisMinorTickVisibility()
        """
        return 0

    def GetZAxisRange(self): # real signature unknown; restored from __doc__
        """
        GetZAxisRange(self) -> (float, float)
        C++: virtual double *GetZAxisRange()
        """
        pass

    def GetZAxisTickVisibility(self): # real signature unknown; restored from __doc__
        """
        GetZAxisTickVisibility(self) -> int
        C++: virtual vtkTypeBool GetZAxisTickVisibility()
        """
        return 0

    def GetZAxisVisibility(self): # real signature unknown; restored from __doc__
        """
        GetZAxisVisibility(self) -> int
        C++: virtual vtkTypeBool GetZAxisVisibility()
        """
        return 0

    def GetZLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetZLabelFormat(self) -> str
        C++: virtual char *GetZLabelFormat()
        """
        return ""

    def GetZTitle(self): # real signature unknown; restored from __doc__
        """
        GetZTitle(self) -> str
        C++: virtual char *GetZTitle()
        """
        return ""

    def GetZUnits(self): # real signature unknown; restored from __doc__
        """
        GetZUnits(self) -> str
        C++: virtual char *GetZUnits()
        """
        return ""

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some opaque/translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkCubeAxesActor
        C++: vtkCubeAxesActor *NewInstance()
        """
        return vtkCubeAxesActor

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, __a:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *) override;
        
        Draw the axes as per the vtkProp superclass' API.
        """
        return 0

    def RenderOverlay(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, __a:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *) override;
        """
        return 0

    def RenderTranslucentGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentGeometry(self, __a:vtkViewport) -> int
        C++: virtual int RenderTranslucentGeometry(vtkViewport *)
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkCubeAxesActor
        C++: static vtkCubeAxesActor *SafeDownCast(vtkObjectBase *o)
        """
        return vtkCubeAxesActor

    def SetAxisBaseForX(self, _arg1, _arg2, _arg3): # real signature unknown; restored from __doc__
        """
        SetAxisBaseForX(self, _arg1:float, _arg2:float, _arg3:float)
            -> None
        C++: virtual void SetAxisBaseForX(double _arg1, double _arg2,
            double _arg3)
        SetAxisBaseForX(self, _arg:(float, float, float)) -> None
        C++: virtual void SetAxisBaseForX(const double _arg[3])
        
        Vector that should be use as the base for X
        """
        pass

    def SetAxisBaseForY(self, _arg1, _arg2, _arg3): # real signature unknown; restored from __doc__
        """
        SetAxisBaseForY(self, _arg1:float, _arg2:float, _arg3:float)
            -> None
        C++: virtual void SetAxisBaseForY(double _arg1, double _arg2,
            double _arg3)
        SetAxisBaseForY(self, _arg:(float, float, float)) -> None
        C++: virtual void SetAxisBaseForY(const double _arg[3])
        
        Vector that should be use as the base for Y
        """
        pass

    def SetAxisBaseForZ(self, _arg1, _arg2, _arg3): # real signature unknown; restored from __doc__
        """
        SetAxisBaseForZ(self, _arg1:float, _arg2:float, _arg3:float)
            -> None
        C++: virtual void SetAxisBaseForZ(double _arg1, double _arg2,
            double _arg3)
        SetAxisBaseForZ(self, _arg:(float, float, float)) -> None
        C++: virtual void SetAxisBaseForZ(const double _arg[3])
        
        Vector that should be use as the base for Z
        """
        pass

    def SetAxisLabels(self, axis, value): # real signature unknown; restored from __doc__
        """
        SetAxisLabels(self, axis:int, value:vtkStringArray) -> None
        C++: void SetAxisLabels(int axis, vtkStringArray *value)
        """
        pass

    def SetAxisOrigin(self, _arg1, _arg2, _arg3): # real signature unknown; restored from __doc__
        """
        SetAxisOrigin(self, _arg1:float, _arg2:float, _arg3:float) -> None
        C++: virtual void SetAxisOrigin(double _arg1, double _arg2,
            double _arg3)
        SetAxisOrigin(self, _arg:(float, float, float)) -> None
        C++: virtual void SetAxisOrigin(const double _arg[3])
        
        Provide a custom AxisOrigin. This point must be inside the
        bounding box and will represent the point where the 3 axes will
        intersect
        """
        pass

    def SetBounds(self, _arg1, _arg2, _arg3, _arg4, _arg5, _arg6): # real signature unknown; restored from __doc__
        """
        SetBounds(self, _arg1:float, _arg2:float, _arg3:float,
            _arg4:float, _arg5:float, _arg6:float) -> None
        C++: virtual void SetBounds(double _arg1, double _arg2,
            double _arg3, double _arg4, double _arg5, double _arg6)
        SetBounds(self, _arg:(float, float, float, float, float, float))
            -> None
        C++: virtual void SetBounds(const double _arg[6])
        
        Explicitly specify the region in space around which to draw the
        bounds. The bounds is used only when no Input or Prop is
        specified. The bounds are specified according to (xmin,xmax,
        ymin,ymax, zmin,zmax), making sure that the min's are less than the
        max's.
        """
        pass

    def SetCamera(self, __a): # real signature unknown; restored from __doc__
        """
        SetCamera(self, __a:vtkCamera) -> None
        C++: virtual void SetCamera(vtkCamera *)
        
        Set/Get the camera to perform scaling and translation of the
        vtkCubeAxesActor.
        """
        pass

    def SetCenterStickyAxes(self, _arg): # real signature unknown; restored from __doc__
        """
        SetCenterStickyAxes(self, _arg:int) -> None
        C++: virtual void SetCenterStickyAxes(vtkTypeBool _arg)
        
        Enable/Disable centering of axes when the Sticky option is on. If
        on, the axes bounds will be centered in the viewport. Otherwise,
        the axes can move about the longer of the horizontal or vertical
        directions of the viewport to follow the data. Defaults to on.
        """
        pass

    def SetCornerOffset(self, _arg): # real signature unknown; restored from __doc__
        """
        SetCornerOffset(self, _arg:float) -> None
        C++: virtual void SetCornerOffset(double _arg)
        
        Specify an offset value to "pull back" the axes from the corner
        at which they are joined to avoid overlap of axes labels. The
        "CornerOffset" is the fraction of the axis length to pull back.
        """
        pass

    def SetDistanceLODThreshold(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDistanceLODThreshold(self, _arg:float) -> None
        C++: virtual void SetDistanceLODThreshold(double _arg)
        
        Set distance LOD threshold [0.0 - 1.0] for titles and labels.
        """
        pass

    def SetDrawXGridlines(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawXGridlines(self, _arg:int) -> None
        C++: virtual void SetDrawXGridlines(vtkTypeBool _arg)
        """
        pass

    def SetDrawXGridpolys(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawXGridpolys(self, _arg:int) -> None
        C++: virtual void SetDrawXGridpolys(vtkTypeBool _arg)
        """
        pass

    def SetDrawXInnerGridlines(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawXInnerGridlines(self, _arg:int) -> None
        C++: virtual void SetDrawXInnerGridlines(vtkTypeBool _arg)
        """
        pass

    def SetDrawYGridlines(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawYGridlines(self, _arg:int) -> None
        C++: virtual void SetDrawYGridlines(vtkTypeBool _arg)
        """
        pass

    def SetDrawYGridpolys(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawYGridpolys(self, _arg:int) -> None
        C++: virtual void SetDrawYGridpolys(vtkTypeBool _arg)
        """
        pass

    def SetDrawYInnerGridlines(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawYInnerGridlines(self, _arg:int) -> None
        C++: virtual void SetDrawYInnerGridlines(vtkTypeBool _arg)
        """
        pass

    def SetDrawZGridlines(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawZGridlines(self, _arg:int) -> None
        C++: virtual void SetDrawZGridlines(vtkTypeBool _arg)
        """
        pass

    def SetDrawZGridpolys(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawZGridpolys(self, _arg:int) -> None
        C++: virtual void SetDrawZGridpolys(vtkTypeBool _arg)
        """
        pass

    def SetDrawZInnerGridlines(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawZInnerGridlines(self, _arg:int) -> None
        C++: virtual void SetDrawZInnerGridlines(vtkTypeBool _arg)
        """
        pass

    def SetEnableDistanceLOD(self, _arg): # real signature unknown; restored from __doc__
        """
        SetEnableDistanceLOD(self, _arg:int) -> None
        C++: virtual void SetEnableDistanceLOD(int _arg)
        
        Enable and disable the use of distance based LOD for titles and
        labels.
        """
        pass

    def SetEnableViewAngleLOD(self, _arg): # real signature unknown; restored from __doc__
        """
        SetEnableViewAngleLOD(self, _arg:int) -> None
        C++: virtual void SetEnableViewAngleLOD(int _arg)
        
        Enable and disable the use of view angle based LOD for titles and
        labels.
        """
        pass

    def SetFlyMode(self, _arg): # real signature unknown; restored from __doc__
        """
        SetFlyMode(self, _arg:int) -> None
        C++: virtual void SetFlyMode(int _arg)
        
        Specify a mode to control how the axes are drawn: either static,
        closest triad, furthest triad or outer edges in relation to the
        camera position.
        """
        pass

    def SetFlyModeToClosestTriad(self): # real signature unknown; restored from __doc__
        """
        SetFlyModeToClosestTriad(self) -> None
        C++: void SetFlyModeToClosestTriad()
        """
        pass

    def SetFlyModeToFurthestTriad(self): # real signature unknown; restored from __doc__
        """
        SetFlyModeToFurthestTriad(self) -> None
        C++: void SetFlyModeToFurthestTriad()
        """
        pass

    def SetFlyModeToOuterEdges(self): # real signature unknown; restored from __doc__
        """
        SetFlyModeToOuterEdges(self) -> None
        C++: void SetFlyModeToOuterEdges()
        """
        pass

    def SetFlyModeToStaticEdges(self): # real signature unknown; restored from __doc__
        """
        SetFlyModeToStaticEdges(self) -> None
        C++: void SetFlyModeToStaticEdges()
        """
        pass

    def SetFlyModeToStaticTriad(self): # real signature unknown; restored from __doc__
        """
        SetFlyModeToStaticTriad(self) -> None
        C++: void SetFlyModeToStaticTriad()
        """
        pass

    def SetGridLineLocation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetGridLineLocation(self, _arg:int) -> None
        C++: virtual void SetGridLineLocation(int _arg)
        
        Specify the mode in which the cube axes should render its
        gridLines
        """
        pass

    def SetInertia(self, _arg): # real signature unknown; restored from __doc__
        """
        SetInertia(self, _arg:int) -> None
        C++: virtual void SetInertia(int _arg)
        
        Set/Get the inertial factor that controls how often (i.e, how
        many renders) the axes can switch position (jump from one axes to
        another).
        """
        pass

    def SetLabelOffset(self, offset): # real signature unknown; restored from __doc__
        """
        SetLabelOffset(self, offset:float) -> None
        C++: void SetLabelOffset(double offset)
        
        Explicitly specify the distance between labels and the axis.
        Default is 20.0.
        """
        pass

    def SetLabelScaling(self, __a, __b, __c, __d): # real signature unknown; restored from __doc__
        """
        SetLabelScaling(self, __a:bool, __b:int, __c:int, __d:int) -> None
        C++: void SetLabelScaling(bool, int, int, int)
        """
        pass

    def SetOrientedBounds(self, _arg1, _arg2, _arg3, _arg4, _arg5, _arg6): # real signature unknown; restored from __doc__
        """
        SetOrientedBounds(self, _arg1:float, _arg2:float, _arg3:float,
            _arg4:float, _arg5:float, _arg6:float) -> None
        C++: virtual void SetOrientedBounds(double _arg1, double _arg2,
            double _arg3, double _arg4, double _arg5, double _arg6)
        SetOrientedBounds(self, _arg:(float, float, float, float, float,
            float)) -> None
        C++: virtual void SetOrientedBounds(const double _arg[6])
        
        Provide an oriented bounded box when using AxisBaseFor.
        """
        pass

    def SetRebuildAxes(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRebuildAxes(self, _arg:bool) -> None
        C++: virtual void SetRebuildAxes(bool _arg)
        
        Gets/Sets the RebuildAxes flag
        """
        pass

    def SetSaveTitlePosition(self, val): # real signature unknown; restored from __doc__
        """
        SetSaveTitlePosition(self, val:int) -> None
        C++: void SetSaveTitlePosition(int val)
        
        For 2D mode only: save axis title positions for later use
        """
        pass

    def SetScreenSize(self, screenSize): # real signature unknown; restored from __doc__
        """
        SetScreenSize(self, screenSize:float) -> None
        C++: void SetScreenSize(double screenSize)
        
        Explicitly specify the screen size of title and label text.
        ScreenSize determines the size of the text in terms of screen
        pixels. Default is 10.0.
        """
        pass

    def SetStickyAxes(self, _arg): # real signature unknown; restored from __doc__
        """
        SetStickyAxes(self, _arg:int) -> None
        C++: virtual void SetStickyAxes(vtkTypeBool _arg)
        
        Enable/Disable axis stickiness. When on, the axes will be
        adjusted to always be visible in the viewport unless the original
        bounds of the axes are entirely outside the viewport. Defaults to
        off.
        """
        pass

    def SetTickLocation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTickLocation(self, _arg:int) -> None
        C++: virtual void SetTickLocation(int _arg)
        
        Set/Get the location of ticks marks.
        """
        pass

    def SetTickLocationToBoth(self): # real signature unknown; restored from __doc__
        """
        SetTickLocationToBoth(self) -> None
        C++: void SetTickLocationToBoth(void)
        """
        pass

    def SetTickLocationToInside(self): # real signature unknown; restored from __doc__
        """
        SetTickLocationToInside(self) -> None
        C++: void SetTickLocationToInside(void)
        """
        pass

    def SetTickLocationToOutside(self): # real signature unknown; restored from __doc__
        """
        SetTickLocationToOutside(self) -> None
        C++: void SetTickLocationToOutside(void)
        """
        pass

    def SetTitleOffset(self, offset): # real signature unknown; restored from __doc__
        """
        SetTitleOffset(self, offset:float) -> None
        C++: void SetTitleOffset(double offset)
        
        Explicitly specify the distance between title and labels. Default
        is 20.0.
        """
        pass

    def SetUse2DMode(self, val): # real signature unknown; restored from __doc__
        """
        SetUse2DMode(self, val:int) -> None
        C++: void SetUse2DMode(int val)
        
        Get/Set 2D mode NB: Use vtkTextActor for titles in 2D instead of
        vtkAxisFollower
        """
        pass

    def SetUseAxisOrigin(self, _arg): # real signature unknown; restored from __doc__
        """
        SetUseAxisOrigin(self, _arg:int) -> None
        C++: virtual void SetUseAxisOrigin(int _arg)
        
        Enable/Disable the usage of the AxisOrigin
        """
        pass

    def SetUseOrientedBounds(self, _arg): # real signature unknown; restored from __doc__
        """
        SetUseOrientedBounds(self, _arg:int) -> None
        C++: virtual void SetUseOrientedBounds(int _arg)
        
        Enable/Disable the usage of the OrientedBounds
        """
        pass

    def SetUseTextActor3D(self, val): # real signature unknown; restored from __doc__
        """
        SetUseTextActor3D(self, val:int) -> None
        C++: void SetUseTextActor3D(int val)
        
        Use or not vtkTextActor3D for titles and labels. See Also:
        vtkAxisActor::SetUseTextActor3D(),
        vtkAxisActor::GetUseTextActor3D()
        """
        pass

    def SetViewAngleLODThreshold(self, _arg): # real signature unknown; restored from __doc__
        """
        SetViewAngleLODThreshold(self, _arg:float) -> None
        C++: virtual void SetViewAngleLODThreshold(double _arg)
        
        Set view angle LOD threshold [0.0 - 1.0] for titles and labels.
        """
        pass

    def SetXAxesGridlinesProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetXAxesGridlinesProperty(self, __a:vtkProperty) -> None
        C++: void SetXAxesGridlinesProperty(vtkProperty *)
        
        Get/Set axes (outer) gridlines actors properties.
        """
        pass

    def SetXAxesGridpolysProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetXAxesGridpolysProperty(self, __a:vtkProperty) -> None
        C++: void SetXAxesGridpolysProperty(vtkProperty *)
        
        Get/Set axes gridPolys actors properties.
        """
        pass

    def SetXAxesInnerGridlinesProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetXAxesInnerGridlinesProperty(self, __a:vtkProperty) -> None
        C++: void SetXAxesInnerGridlinesProperty(vtkProperty *)
        
        Get/Set axes inner gridlines actors properties.
        """
        pass

    def SetXAxesLinesProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetXAxesLinesProperty(self, __a:vtkProperty) -> None
        C++: void SetXAxesLinesProperty(vtkProperty *)
        
        Get/Set axes actors properties.
        """
        pass

    def SetXAxisLabelVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXAxisLabelVisibility(self, _arg:int) -> None
        C++: virtual void SetXAxisLabelVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of labels for each axis.
        """
        pass

    def SetXAxisMinorTickVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXAxisMinorTickVisibility(self, _arg:int) -> None
        C++: virtual void SetXAxisMinorTickVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of minor ticks for each axis.
        """
        pass

    def SetXAxisRange(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetXAxisRange(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetXAxisRange(double _arg1, double _arg2)
        SetXAxisRange(self, _arg:(float, float)) -> None
        C++: void SetXAxisRange(const double _arg[2])
        
        Explicitly specify the range of each axes that's used to define
        the prop. The default, (if you do not use these methods) is to
        use the bounds specified, or use the bounds of the Input Prop if
        one is specified. This method allows you to separate the notion
        of extent of the axes in physical space (bounds) and the extent
        of the values it represents. In other words, you can have the
        ticks and labels show a different range.
        """
        pass

    def SetXAxisTickVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXAxisTickVisibility(self, _arg:int) -> None
        C++: virtual void SetXAxisTickVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of ticks for each axis.
        """
        pass

    def SetXAxisVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXAxisVisibility(self, _arg:int) -> None
        C++: virtual void SetXAxisVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of each axis.
        """
        pass

    def SetXLabelFormat(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXLabelFormat(self, _arg:str) -> None
        C++: virtual void SetXLabelFormat(const char *_arg)
        
        Set/Get the format with which to print the labels on each of the
        x-y-z axes.
        """
        pass

    def SetXTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXTitle(self, _arg:str) -> None
        C++: virtual void SetXTitle(const char *_arg)
        
        Set/Get the labels for the x, y, and z axes. By default, use
        "X-Axis", "Y-Axis" and "Z-Axis".
        """
        pass

    def SetXUnits(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXUnits(self, _arg:str) -> None
        C++: virtual void SetXUnits(const char *_arg)
        """
        pass

    def SetYAxesGridlinesProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetYAxesGridlinesProperty(self, __a:vtkProperty) -> None
        C++: void SetYAxesGridlinesProperty(vtkProperty *)
        """
        pass

    def SetYAxesGridpolysProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetYAxesGridpolysProperty(self, __a:vtkProperty) -> None
        C++: void SetYAxesGridpolysProperty(vtkProperty *)
        """
        pass

    def SetYAxesInnerGridlinesProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetYAxesInnerGridlinesProperty(self, __a:vtkProperty) -> None
        C++: void SetYAxesInnerGridlinesProperty(vtkProperty *)
        """
        pass

    def SetYAxesLinesProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetYAxesLinesProperty(self, __a:vtkProperty) -> None
        C++: void SetYAxesLinesProperty(vtkProperty *)
        """
        pass

    def SetYAxisLabelVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYAxisLabelVisibility(self, _arg:int) -> None
        C++: virtual void SetYAxisLabelVisibility(vtkTypeBool _arg)
        """
        pass

    def SetYAxisMinorTickVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYAxisMinorTickVisibility(self, _arg:int) -> None
        C++: virtual void SetYAxisMinorTickVisibility(vtkTypeBool _arg)
        """
        pass

    def SetYAxisRange(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetYAxisRange(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetYAxisRange(double _arg1, double _arg2)
        SetYAxisRange(self, _arg:(float, float)) -> None
        C++: void SetYAxisRange(const double _arg[2])
        """
        pass

    def SetYAxisTickVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYAxisTickVisibility(self, _arg:int) -> None
        C++: virtual void SetYAxisTickVisibility(vtkTypeBool _arg)
        """
        pass

    def SetYAxisVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYAxisVisibility(self, _arg:int) -> None
        C++: virtual void SetYAxisVisibility(vtkTypeBool _arg)
        """
        pass

    def SetYLabelFormat(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYLabelFormat(self, _arg:str) -> None
        C++: virtual void SetYLabelFormat(const char *_arg)
        """
        pass

    def SetYTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYTitle(self, _arg:str) -> None
        C++: virtual void SetYTitle(const char *_arg)
        """
        pass

    def SetYUnits(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYUnits(self, _arg:str) -> None
        C++: virtual void SetYUnits(const char *_arg)
        """
        pass

    def SetZAxesGridlinesProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetZAxesGridlinesProperty(self, __a:vtkProperty) -> None
        C++: void SetZAxesGridlinesProperty(vtkProperty *)
        """
        pass

    def SetZAxesGridpolysProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetZAxesGridpolysProperty(self, __a:vtkProperty) -> None
        C++: void SetZAxesGridpolysProperty(vtkProperty *)
        """
        pass

    def SetZAxesInnerGridlinesProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetZAxesInnerGridlinesProperty(self, __a:vtkProperty) -> None
        C++: void SetZAxesInnerGridlinesProperty(vtkProperty *)
        """
        pass

    def SetZAxesLinesProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetZAxesLinesProperty(self, __a:vtkProperty) -> None
        C++: void SetZAxesLinesProperty(vtkProperty *)
        """
        pass

    def SetZAxisLabelVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetZAxisLabelVisibility(self, _arg:int) -> None
        C++: virtual void SetZAxisLabelVisibility(vtkTypeBool _arg)
        """
        pass

    def SetZAxisMinorTickVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetZAxisMinorTickVisibility(self, _arg:int) -> None
        C++: virtual void SetZAxisMinorTickVisibility(vtkTypeBool _arg)
        """
        pass

    def SetZAxisRange(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetZAxisRange(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetZAxisRange(double _arg1, double _arg2)
        SetZAxisRange(self, _arg:(float, float)) -> None
        C++: void SetZAxisRange(const double _arg[2])
        """
        pass

    def SetZAxisTickVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetZAxisTickVisibility(self, _arg:int) -> None
        C++: virtual void SetZAxisTickVisibility(vtkTypeBool _arg)
        """
        pass

    def SetZAxisVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetZAxisVisibility(self, _arg:int) -> None
        C++: virtual void SetZAxisVisibility(vtkTypeBool _arg)
        """
        pass

    def SetZLabelFormat(self, _arg): # real signature unknown; restored from __doc__
        """
        SetZLabelFormat(self, _arg:str) -> None
        C++: virtual void SetZLabelFormat(const char *_arg)
        """
        pass

    def SetZTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetZTitle(self, _arg:str) -> None
        C++: virtual void SetZTitle(const char *_arg)
        """
        pass

    def SetZUnits(self, _arg): # real signature unknown; restored from __doc__
        """
        SetZUnits(self, _arg:str) -> None
        C++: virtual void SetZUnits(const char *_arg)
        """
        pass

    def StickyAxesOff(self): # real signature unknown; restored from __doc__
        """
        StickyAxesOff(self) -> None
        C++: virtual void StickyAxesOff()
        """
        pass

    def StickyAxesOn(self): # real signature unknown; restored from __doc__
        """
        StickyAxesOn(self) -> None
        C++: virtual void StickyAxesOn()
        """
        pass

    def XAxisLabelVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        XAxisLabelVisibilityOff(self) -> None
        C++: virtual void XAxisLabelVisibilityOff()
        """
        pass

    def XAxisLabelVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        XAxisLabelVisibilityOn(self) -> None
        C++: virtual void XAxisLabelVisibilityOn()
        """
        pass

    def XAxisMinorTickVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        XAxisMinorTickVisibilityOff(self) -> None
        C++: virtual void XAxisMinorTickVisibilityOff()
        """
        pass

    def XAxisMinorTickVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        XAxisMinorTickVisibilityOn(self) -> None
        C++: virtual void XAxisMinorTickVisibilityOn()
        """
        pass

    def XAxisTickVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        XAxisTickVisibilityOff(self) -> None
        C++: virtual void XAxisTickVisibilityOff()
        """
        pass

    def XAxisTickVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        XAxisTickVisibilityOn(self) -> None
        C++: virtual void XAxisTickVisibilityOn()
        """
        pass

    def XAxisVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        XAxisVisibilityOff(self) -> None
        C++: virtual void XAxisVisibilityOff()
        """
        pass

    def XAxisVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        XAxisVisibilityOn(self) -> None
        C++: virtual void XAxisVisibilityOn()
        """
        pass

    def YAxisLabelVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        YAxisLabelVisibilityOff(self) -> None
        C++: virtual void YAxisLabelVisibilityOff()
        """
        pass

    def YAxisLabelVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        YAxisLabelVisibilityOn(self) -> None
        C++: virtual void YAxisLabelVisibilityOn()
        """
        pass

    def YAxisMinorTickVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        YAxisMinorTickVisibilityOff(self) -> None
        C++: virtual void YAxisMinorTickVisibilityOff()
        """
        pass

    def YAxisMinorTickVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        YAxisMinorTickVisibilityOn(self) -> None
        C++: virtual void YAxisMinorTickVisibilityOn()
        """
        pass

    def YAxisTickVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        YAxisTickVisibilityOff(self) -> None
        C++: virtual void YAxisTickVisibilityOff()
        """
        pass

    def YAxisTickVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        YAxisTickVisibilityOn(self) -> None
        C++: virtual void YAxisTickVisibilityOn()
        """
        pass

    def YAxisVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        YAxisVisibilityOff(self) -> None
        C++: virtual void YAxisVisibilityOff()
        """
        pass

    def YAxisVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        YAxisVisibilityOn(self) -> None
        C++: virtual void YAxisVisibilityOn()
        """
        pass

    def ZAxisLabelVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        ZAxisLabelVisibilityOff(self) -> None
        C++: virtual void ZAxisLabelVisibilityOff()
        """
        pass

    def ZAxisLabelVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        ZAxisLabelVisibilityOn(self) -> None
        C++: virtual void ZAxisLabelVisibilityOn()
        """
        pass

    def ZAxisMinorTickVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        ZAxisMinorTickVisibilityOff(self) -> None
        C++: virtual void ZAxisMinorTickVisibilityOff()
        """
        pass

    def ZAxisMinorTickVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        ZAxisMinorTickVisibilityOn(self) -> None
        C++: virtual void ZAxisMinorTickVisibilityOn()
        """
        pass

    def ZAxisTickVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        ZAxisTickVisibilityOff(self) -> None
        C++: virtual void ZAxisTickVisibilityOff()
        """
        pass

    def ZAxisTickVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        ZAxisTickVisibilityOn(self) -> None
        C++: virtual void ZAxisTickVisibilityOn()
        """
        pass

    def ZAxisVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        ZAxisVisibilityOff(self) -> None
        C++: virtual void ZAxisVisibilityOff()
        """
        pass

    def ZAxisVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        ZAxisVisibilityOn(self) -> None
        C++: virtual void ZAxisVisibilityOn()
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    FlyMode = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor.FlyMode'>"
    GridVisibility = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor.GridVisibility'>"
    TickLocation = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor.TickLocation'>"
    VTK_FLY_CLOSEST_TRIAD = 1
    VTK_FLY_FURTHEST_TRIAD = 2
    VTK_FLY_OUTER_EDGES = 0
    VTK_FLY_STATIC_EDGES = 4
    VTK_FLY_STATIC_TRIAD = 3
    VTK_GRID_LINES_ALL = 0
    VTK_GRID_LINES_CLOSEST = 1
    VTK_GRID_LINES_FURTHEST = 2
    VTK_TICKS_BOTH = 2
    VTK_TICKS_INSIDE = 0
    VTK_TICKS_OUTSIDE = 1
    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkCubeAxesActor\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'RenderTranslucentGeometry\': <method \'RenderTranslucentGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'RenderOverlay\': <method \'RenderOverlay\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'HasTranslucentPolygonalGeometry\': <method \'HasTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetRebuildAxes\': <method \'SetRebuildAxes\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetRebuildAxes\': <method \'GetRebuildAxes\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetBounds\': <method \'SetBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetBounds\': <method \'GetBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetRenderedBounds\': <method \'GetRenderedBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetXAxisRange\': <method \'SetXAxisRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetYAxisRange\': <method \'SetYAxisRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetZAxisRange\': <method \'SetZAxisRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetXAxisRange\': <method \'GetXAxisRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetYAxisRange\': <method \'GetYAxisRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetAxisLabels\': <method \'GetAxisLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetAxisLabels\': <method \'SetAxisLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetZAxisRange\': <method \'GetZAxisRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetScreenSize\': <method \'SetScreenSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetScreenSize\': <method \'GetScreenSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetLabelOffset\': <method \'SetLabelOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetLabelOffset\': <method \'GetLabelOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetTitleOffset\': <method \'SetTitleOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetTitleOffset\': <method \'GetTitleOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetCamera\': <method \'SetCamera\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetCamera\': <method \'GetCamera\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetFlyMode\': <method \'SetFlyMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetFlyModeMinValue\': <method \'GetFlyModeMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetFlyModeMaxValue\': <method \'GetFlyModeMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetFlyMode\': <method \'GetFlyMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetFlyModeToOuterEdges\': <method \'SetFlyModeToOuterEdges\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetFlyModeToClosestTriad\': <method \'SetFlyModeToClosestTriad\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetFlyModeToFurthestTriad\': <method \'SetFlyModeToFurthestTriad\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetFlyModeToStaticTriad\': <method \'SetFlyModeToStaticTriad\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetFlyModeToStaticEdges\': <method \'SetFlyModeToStaticEdges\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetXTitle\': <method \'SetXTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetXTitle\': <method \'GetXTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetXUnits\': <method \'SetXUnits\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetXUnits\': <method \'GetXUnits\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetYTitle\': <method \'SetYTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetYTitle\': <method \'GetYTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetYUnits\': <method \'SetYUnits\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetYUnits\': <method \'GetYUnits\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetZTitle\': <method \'SetZTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetZTitle\': <method \'GetZTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetZUnits\': <method \'SetZUnits\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetZUnits\': <method \'GetZUnits\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetXLabelFormat\': <method \'SetXLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetXLabelFormat\': <method \'GetXLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetYLabelFormat\': <method \'SetYLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetYLabelFormat\': <method \'GetYLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetZLabelFormat\': <method \'SetZLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetZLabelFormat\': <method \'GetZLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetInertia\': <method \'SetInertia\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetInertiaMinValue\': <method \'GetInertiaMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetInertiaMaxValue\': <method \'GetInertiaMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetInertia\': <method \'GetInertia\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetCornerOffset\': <method \'SetCornerOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetCornerOffset\': <method \'GetCornerOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetEnableDistanceLOD\': <method \'SetEnableDistanceLOD\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetEnableDistanceLOD\': <method \'GetEnableDistanceLOD\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetDistanceLODThreshold\': <method \'SetDistanceLODThreshold\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetDistanceLODThresholdMinValue\': <method \'GetDistanceLODThresholdMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetDistanceLODThresholdMaxValue\': <method \'GetDistanceLODThresholdMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetDistanceLODThreshold\': <method \'GetDistanceLODThreshold\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetEnableViewAngleLOD\': <method \'SetEnableViewAngleLOD\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetEnableViewAngleLOD\': <method \'GetEnableViewAngleLOD\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetViewAngleLODThreshold\': <method \'SetViewAngleLODThreshold\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetViewAngleLODThresholdMinValue\': <method \'GetViewAngleLODThresholdMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetViewAngleLODThresholdMaxValue\': <method \'GetViewAngleLODThresholdMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetViewAngleLODThreshold\': <method \'GetViewAngleLODThreshold\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetXAxisVisibility\': <method \'SetXAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetXAxisVisibility\': <method \'GetXAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'XAxisVisibilityOn\': <method \'XAxisVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'XAxisVisibilityOff\': <method \'XAxisVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetYAxisVisibility\': <method \'SetYAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetYAxisVisibility\': <method \'GetYAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'YAxisVisibilityOn\': <method \'YAxisVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'YAxisVisibilityOff\': <method \'YAxisVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetZAxisVisibility\': <method \'SetZAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetZAxisVisibility\': <method \'GetZAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'ZAxisVisibilityOn\': <method \'ZAxisVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'ZAxisVisibilityOff\': <method \'ZAxisVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetXAxisLabelVisibility\': <method \'SetXAxisLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetXAxisLabelVisibility\': <method \'GetXAxisLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'XAxisLabelVisibilityOn\': <method \'XAxisLabelVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'XAxisLabelVisibilityOff\': <method \'XAxisLabelVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetYAxisLabelVisibility\': <method \'SetYAxisLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetYAxisLabelVisibility\': <method \'GetYAxisLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'YAxisLabelVisibilityOn\': <method \'YAxisLabelVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'YAxisLabelVisibilityOff\': <method \'YAxisLabelVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetZAxisLabelVisibility\': <method \'SetZAxisLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetZAxisLabelVisibility\': <method \'GetZAxisLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'ZAxisLabelVisibilityOn\': <method \'ZAxisLabelVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'ZAxisLabelVisibilityOff\': <method \'ZAxisLabelVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetXAxisTickVisibility\': <method \'SetXAxisTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetXAxisTickVisibility\': <method \'GetXAxisTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'XAxisTickVisibilityOn\': <method \'XAxisTickVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'XAxisTickVisibilityOff\': <method \'XAxisTickVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetYAxisTickVisibility\': <method \'SetYAxisTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetYAxisTickVisibility\': <method \'GetYAxisTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'YAxisTickVisibilityOn\': <method \'YAxisTickVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'YAxisTickVisibilityOff\': <method \'YAxisTickVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetZAxisTickVisibility\': <method \'SetZAxisTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetZAxisTickVisibility\': <method \'GetZAxisTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'ZAxisTickVisibilityOn\': <method \'ZAxisTickVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'ZAxisTickVisibilityOff\': <method \'ZAxisTickVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetXAxisMinorTickVisibility\': <method \'SetXAxisMinorTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetXAxisMinorTickVisibility\': <method \'GetXAxisMinorTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'XAxisMinorTickVisibilityOn\': <method \'XAxisMinorTickVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'XAxisMinorTickVisibilityOff\': <method \'XAxisMinorTickVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetYAxisMinorTickVisibility\': <method \'SetYAxisMinorTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetYAxisMinorTickVisibility\': <method \'GetYAxisMinorTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'YAxisMinorTickVisibilityOn\': <method \'YAxisMinorTickVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'YAxisMinorTickVisibilityOff\': <method \'YAxisMinorTickVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetZAxisMinorTickVisibility\': <method \'SetZAxisMinorTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetZAxisMinorTickVisibility\': <method \'GetZAxisMinorTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'ZAxisMinorTickVisibilityOn\': <method \'ZAxisMinorTickVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'ZAxisMinorTickVisibilityOff\': <method \'ZAxisMinorTickVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetDrawXGridlines\': <method \'SetDrawXGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetDrawXGridlines\': <method \'GetDrawXGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawXGridlinesOn\': <method \'DrawXGridlinesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawXGridlinesOff\': <method \'DrawXGridlinesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetDrawYGridlines\': <method \'SetDrawYGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetDrawYGridlines\': <method \'GetDrawYGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawYGridlinesOn\': <method \'DrawYGridlinesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawYGridlinesOff\': <method \'DrawYGridlinesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetDrawZGridlines\': <method \'SetDrawZGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetDrawZGridlines\': <method \'GetDrawZGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawZGridlinesOn\': <method \'DrawZGridlinesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawZGridlinesOff\': <method \'DrawZGridlinesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetDrawXInnerGridlines\': <method \'SetDrawXInnerGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetDrawXInnerGridlines\': <method \'GetDrawXInnerGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawXInnerGridlinesOn\': <method \'DrawXInnerGridlinesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawXInnerGridlinesOff\': <method \'DrawXInnerGridlinesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetDrawYInnerGridlines\': <method \'SetDrawYInnerGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetDrawYInnerGridlines\': <method \'GetDrawYInnerGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawYInnerGridlinesOn\': <method \'DrawYInnerGridlinesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawYInnerGridlinesOff\': <method \'DrawYInnerGridlinesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetDrawZInnerGridlines\': <method \'SetDrawZInnerGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetDrawZInnerGridlines\': <method \'GetDrawZInnerGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawZInnerGridlinesOn\': <method \'DrawZInnerGridlinesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawZInnerGridlinesOff\': <method \'DrawZInnerGridlinesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetDrawXGridpolys\': <method \'SetDrawXGridpolys\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetDrawXGridpolys\': <method \'GetDrawXGridpolys\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawXGridpolysOn\': <method \'DrawXGridpolysOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawXGridpolysOff\': <method \'DrawXGridpolysOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetDrawYGridpolys\': <method \'SetDrawYGridpolys\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetDrawYGridpolys\': <method \'GetDrawYGridpolys\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawYGridpolysOn\': <method \'DrawYGridpolysOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawYGridpolysOff\': <method \'DrawYGridpolysOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetDrawZGridpolys\': <method \'SetDrawZGridpolys\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetDrawZGridpolys\': <method \'GetDrawZGridpolys\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawZGridpolysOn\': <method \'DrawZGridpolysOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'DrawZGridpolysOff\': <method \'DrawZGridpolysOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetTitleTextProperty\': <method \'GetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetLabelTextProperty\': <method \'GetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetXAxesLinesProperty\': <method \'SetXAxesLinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetXAxesLinesProperty\': <method \'GetXAxesLinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetYAxesLinesProperty\': <method \'SetYAxesLinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetYAxesLinesProperty\': <method \'GetYAxesLinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetZAxesLinesProperty\': <method \'SetZAxesLinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetZAxesLinesProperty\': <method \'GetZAxesLinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetXAxesGridlinesProperty\': <method \'SetXAxesGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetXAxesGridlinesProperty\': <method \'GetXAxesGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetYAxesGridlinesProperty\': <method \'SetYAxesGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetYAxesGridlinesProperty\': <method \'GetYAxesGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetZAxesGridlinesProperty\': <method \'SetZAxesGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetZAxesGridlinesProperty\': <method \'GetZAxesGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetXAxesInnerGridlinesProperty\': <method \'SetXAxesInnerGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetXAxesInnerGridlinesProperty\': <method \'GetXAxesInnerGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetYAxesInnerGridlinesProperty\': <method \'SetYAxesInnerGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetYAxesInnerGridlinesProperty\': <method \'GetYAxesInnerGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetZAxesInnerGridlinesProperty\': <method \'SetZAxesInnerGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetZAxesInnerGridlinesProperty\': <method \'GetZAxesInnerGridlinesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetXAxesGridpolysProperty\': <method \'SetXAxesGridpolysProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetXAxesGridpolysProperty\': <method \'GetXAxesGridpolysProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetYAxesGridpolysProperty\': <method \'SetYAxesGridpolysProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetYAxesGridpolysProperty\': <method \'GetYAxesGridpolysProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetZAxesGridpolysProperty\': <method \'SetZAxesGridpolysProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetZAxesGridpolysProperty\': <method \'GetZAxesGridpolysProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetTickLocation\': <method \'SetTickLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetTickLocationMinValue\': <method \'GetTickLocationMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetTickLocationMaxValue\': <method \'GetTickLocationMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetTickLocation\': <method \'GetTickLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetTickLocationToInside\': <method \'SetTickLocationToInside\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetTickLocationToOutside\': <method \'SetTickLocationToOutside\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetTickLocationToBoth\': <method \'SetTickLocationToBoth\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetLabelScaling\': <method \'SetLabelScaling\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetUseTextActor3D\': <method \'SetUseTextActor3D\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetUseTextActor3D\': <method \'GetUseTextActor3D\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetUse2DMode\': <method \'SetUse2DMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetUse2DMode\': <method \'GetUse2DMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetSaveTitlePosition\': <method \'SetSaveTitlePosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetOrientedBounds\': <method \'SetOrientedBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetOrientedBounds\': <method \'GetOrientedBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetUseOrientedBounds\': <method \'SetUseOrientedBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetUseOrientedBounds\': <method \'GetUseOrientedBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetAxisBaseForX\': <method \'SetAxisBaseForX\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetAxisBaseForX\': <method \'GetAxisBaseForX\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetAxisBaseForY\': <method \'SetAxisBaseForY\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetAxisBaseForY\': <method \'GetAxisBaseForY\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetAxisBaseForZ\': <method \'SetAxisBaseForZ\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetAxisBaseForZ\': <method \'GetAxisBaseForZ\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetAxisOrigin\': <method \'SetAxisOrigin\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetAxisOrigin\': <method \'GetAxisOrigin\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetUseAxisOrigin\': <method \'SetUseAxisOrigin\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetUseAxisOrigin\': <method \'GetUseAxisOrigin\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetGridLineLocation\': <method \'SetGridLineLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetGridLineLocation\': <method \'GetGridLineLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetStickyAxes\': <method \'SetStickyAxes\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetStickyAxes\': <method \'GetStickyAxes\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'StickyAxesOn\': <method \'StickyAxesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'StickyAxesOff\': <method \'StickyAxesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'SetCenterStickyAxes\': <method \'SetCenterStickyAxes\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'GetCenterStickyAxes\': <method \'GetCenterStickyAxes\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'CenterStickyAxesOn\': <method \'CenterStickyAxesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'CenterStickyAxesOff\': <method \'CenterStickyAxesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'FlyMode\': <class \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor.FlyMode\'>, \'TickLocation\': <class \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor.TickLocation\'>, \'GridVisibility\': <class \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor.GridVisibility\'>, \'VTK_FLY_OUTER_EDGES\': 0, \'VTK_FLY_CLOSEST_TRIAD\': 1, \'VTK_FLY_FURTHEST_TRIAD\': 2, \'VTK_FLY_STATIC_TRIAD\': 3, \'VTK_FLY_STATIC_EDGES\': 4, \'VTK_TICKS_INSIDE\': 0, \'VTK_TICKS_OUTSIDE\': 1, \'VTK_TICKS_BOTH\': 2, \'VTK_GRID_LINES_ALL\': 0, \'VTK_GRID_LINES_CLOSEST\': 1, \'VTK_GRID_LINES_FURTHEST\': 2, \'__new__\': <built-in method __new__ of type object at 0x00007FF820606050>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor\' objects>, \'__doc__\': \'vtkCubeAxesActor - create a plot of a bounding box edges - used for\\nnavigation\\n\\nSuperclass: vtkActor\\n\\nvtkCubeAxesActor is a composite actor that draws axes of the bounding\\nbox of an input dataset. The axes include labels and titles for the\\nx-y-z axes. The algorithm selects which axes to draw based on the\\nuser-defined \\\'fly\\\' mode.  (STATIC is default). \\\'STATIC\\\' constructs\\naxes from all edges of the bounding box. \\\'CLOSEST_TRIAD\\\' consists of\\nthe three axes x-y-z forming a triad that lies closest to the\\nspecified camera. \\\'FURTHEST_TRIAD\\\' consists of the three axes x-y-z\\nforming a triad that lies furthest from the specified camera.\\n\\\'OUTER_EDGES\\\' is constructed from edges that are on the "exterior" of\\nthe bounding box, exterior as determined from examining outer edges\\nof the bounding box in projection (display) space.\\n\\nTo use this object you must define a bounding box and the camera used\\nto render the vtkCubeAxesActor. You can optionally turn on/off\\nlabels, ticks, gridlines, and set tick location, number of labels,\\nand text to use for axis-titles.  A \\\'corner offset\\\' can also be set. \\nThis allows the axes to be set partially away from the actual\\nbounding box to perhaps prevent overlap of labels between the various\\naxes.\\n\\nThe Bounds instance variable (an array of six doubles) is used to\\ndetermine the bounding box.\\n\\n@par Thanks: This class was written by: Hank Childs, Kathleen\\nBonnell, Amy Squillacote, Brad Whitlock, Will Schroeder, Eric\\nBrugger, Daniel Aguilera, Claire Guilbaud, Nicolas Dolegieviez,\\nAashish Chaudhary, Philippe Pebay, David Gobbi, David Partyka,\\nUtkarsh Ayachit David Cole, Francois Bertel, and Mark Olesen Part of\\nthis work was supported by CEA/DIF - Commissariat a l\\\'Energie\\nAtomique, Centre DAM Ile-De-France, BP12, F-91297 Arpajon, France.\\n\\n@sa\\nvtkActor vtkAxisActor vtkCubeAxesActor2D\\n\\n\'})'
    __vtkname__ = 'vtkCubeAxesActor'


class vtkCubeAxesActor2D(__vtkmodules_vtkRenderingCore.vtkActor2D):
    """
    vtkCubeAxesActor2D - create a 2D plot of a bounding box edges - used
    for navigation
    
    Superclass: vtkActor2D
    
    vtkCubeAxesActor2D is a composite actor that draws three axes of the
    bounding box of an input dataset. The axes include labels and titles
    for the x-y-z axes. The algorithm selects the axes that are on the
    "exterior" of the bounding box, exterior as determined from examining
    outer edges of the bounding box in projection (display) space.
    Alternatively, the edges closest to the viewer (i.e., camera
    position) can be drawn.
    
    To use this object you must define a bounding box and the camera used
    to render the vtkCubeAxesActor2D. The camera is used to control the
    scaling and position of the vtkCubeAxesActor2D so that it fits in the
    viewport and always remains visible.)
    
    The font property of the axes titles and labels can be modified
    through the AxisTitleTextProperty and AxisLabelTextProperty
    attributes. You may also use the GetXAxisActor2D, GetYAxisActor2D or
    GetZAxisActor2D methods to access each individual axis actor to
    modify their font properties.
    
    The bounding box to use is defined in one of three ways. First, if
    the Input ivar is defined, then the input dataset's bounds is used.
    If the Input is not defined, and the Prop (superclass of all actors)
    is defined, then the Prop's bounds is used. If neither the Input or
    Prop is defined, then the Bounds instance variable (an array of six
    doubles) is used.
    
    @sa
    vtkActor2D vtkAxisActor2D vtkXYPlotActor vtkTextProperty
    """
    def GetAxisLabelTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetAxisLabelTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetAxisLabelTextProperty()
        """
        pass

    def GetAxisTitleTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetAxisTitleTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetAxisTitleTextProperty()
        """
        pass

    def GetBounds(self): # real signature unknown; restored from __doc__
        """
        GetBounds(self) -> (float, float, float, float, float, float)
        C++: double *GetBounds() override;
        GetBounds(self, xmin:float, xmax:float, ymin:float, ymax:float,
            zmin:float, zmax:float) -> None
        C++: void GetBounds(double &xmin, double &xmax, double &ymin,
            double &ymax, double &zmin, double &zmax)
        GetBounds(self, bounds:[float, float, float, float, float, float])
             -> None
        C++: void GetBounds(double bounds[6])
        
        Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
        in world coordinates. NULL means that the bounds are not defined.
        """
        pass

    def GetCamera(self): # real signature unknown; restored from __doc__
        """
        GetCamera(self) -> vtkCamera
        C++: virtual vtkCamera *GetCamera()
        """
        pass

    def GetCornerOffset(self): # real signature unknown; restored from __doc__
        """
        GetCornerOffset(self) -> float
        C++: virtual double GetCornerOffset()
        """
        return 0.0

    def GetFlyMode(self): # real signature unknown; restored from __doc__
        """
        GetFlyMode(self) -> int
        C++: virtual int GetFlyMode()
        """
        return 0

    def GetFlyModeMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetFlyModeMaxValue(self) -> int
        C++: virtual int GetFlyModeMaxValue()
        """
        return 0

    def GetFlyModeMinValue(self): # real signature unknown; restored from __doc__
        """
        GetFlyModeMinValue(self) -> int
        C++: virtual int GetFlyModeMinValue()
        """
        return 0

    def GetFontFactor(self): # real signature unknown; restored from __doc__
        """
        GetFontFactor(self) -> float
        C++: virtual double GetFontFactor()
        """
        return 0.0

    def GetFontFactorMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetFontFactorMaxValue(self) -> float
        C++: virtual double GetFontFactorMaxValue()
        """
        return 0.0

    def GetFontFactorMinValue(self): # real signature unknown; restored from __doc__
        """
        GetFontFactorMinValue(self) -> float
        C++: virtual double GetFontFactorMinValue()
        """
        return 0.0

    def GetInertia(self): # real signature unknown; restored from __doc__
        """
        GetInertia(self) -> int
        C++: virtual int GetInertia()
        """
        return 0

    def GetInertiaMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetInertiaMaxValue(self) -> int
        C++: virtual int GetInertiaMaxValue()
        """
        return 0

    def GetInertiaMinValue(self): # real signature unknown; restored from __doc__
        """
        GetInertiaMinValue(self) -> int
        C++: virtual int GetInertiaMinValue()
        """
        return 0

    def GetInput(self): # real signature unknown; restored from __doc__
        """
        GetInput(self) -> vtkDataSet
        C++: virtual vtkDataSet *GetInput()
        """
        pass

    def GetLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetLabelFormat(self) -> str
        C++: virtual char *GetLabelFormat()
        """
        return ""

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfLabels(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfLabels(self) -> int
        C++: virtual int GetNumberOfLabels()
        """
        return 0

    def GetNumberOfLabelsMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfLabelsMaxValue(self) -> int
        C++: virtual int GetNumberOfLabelsMaxValue()
        """
        return 0

    def GetNumberOfLabelsMinValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfLabelsMinValue(self) -> int
        C++: virtual int GetNumberOfLabelsMinValue()
        """
        return 0

    def GetRanges(self): # real signature unknown; restored from __doc__
        """
        GetRanges(self) -> (float, float, float, float, float, float)
        C++: double *GetRanges()
        GetRanges(self, xmin:float, xmax:float, ymin:float, ymax:float,
            zmin:float, zmax:float) -> None
        C++: void GetRanges(double &xmin, double &xmax, double &ymin,
            double &ymax, double &zmin, double &zmax)
        GetRanges(self, ranges:[float, float, float, float, float, float])
             -> None
        C++: void GetRanges(double ranges[6])
        """
        pass

    def GetScaling(self): # real signature unknown; restored from __doc__
        """
        GetScaling(self) -> int
        C++: virtual vtkTypeBool GetScaling()
        """
        return 0

    def GetShowActualBounds(self): # real signature unknown; restored from __doc__
        """
        GetShowActualBounds(self) -> int
        C++: virtual int GetShowActualBounds()
        """
        return 0

    def GetShowActualBoundsMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetShowActualBoundsMaxValue(self) -> int
        C++: virtual int GetShowActualBoundsMaxValue()
        """
        return 0

    def GetShowActualBoundsMinValue(self): # real signature unknown; restored from __doc__
        """
        GetShowActualBoundsMinValue(self) -> int
        C++: virtual int GetShowActualBoundsMinValue()
        """
        return 0

    def GetUseRanges(self): # real signature unknown; restored from __doc__
        """
        GetUseRanges(self) -> int
        C++: virtual vtkTypeBool GetUseRanges()
        """
        return 0

    def GetViewProp(self): # real signature unknown; restored from __doc__
        """
        GetViewProp(self) -> vtkProp
        C++: virtual vtkProp *GetViewProp()
        """
        pass

    def GetXAxisActor2D(self): # real signature unknown; restored from __doc__
        """
        GetXAxisActor2D(self) -> vtkAxisActor2D
        C++: vtkAxisActor2D *GetXAxisActor2D()
        
        Retrieve handles to the X, Y and Z axis (so that you can set
        their text properties for example)
        """
        return vtkAxisActor2D

    def GetXAxisVisibility(self): # real signature unknown; restored from __doc__
        """
        GetXAxisVisibility(self) -> int
        C++: virtual vtkTypeBool GetXAxisVisibility()
        """
        return 0

    def GetXLabel(self): # real signature unknown; restored from __doc__
        """
        GetXLabel(self) -> str
        C++: virtual char *GetXLabel()
        """
        return ""

    def GetYAxisActor2D(self): # real signature unknown; restored from __doc__
        """
        GetYAxisActor2D(self) -> vtkAxisActor2D
        C++: vtkAxisActor2D *GetYAxisActor2D()
        """
        return vtkAxisActor2D

    def GetYAxisVisibility(self): # real signature unknown; restored from __doc__
        """
        GetYAxisVisibility(self) -> int
        C++: virtual vtkTypeBool GetYAxisVisibility()
        """
        return 0

    def GetYLabel(self): # real signature unknown; restored from __doc__
        """
        GetYLabel(self) -> str
        C++: virtual char *GetYLabel()
        """
        return ""

    def GetZAxisActor2D(self): # real signature unknown; restored from __doc__
        """
        GetZAxisActor2D(self) -> vtkAxisActor2D
        C++: vtkAxisActor2D *GetZAxisActor2D()
        """
        return vtkAxisActor2D

    def GetZAxisVisibility(self): # real signature unknown; restored from __doc__
        """
        GetZAxisVisibility(self) -> int
        C++: virtual vtkTypeBool GetZAxisVisibility()
        """
        return 0

    def GetZLabel(self): # real signature unknown; restored from __doc__
        """
        GetZLabel(self) -> str
        C++: virtual char *GetZLabel()
        """
        return ""

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkCubeAxesActor2D
        C++: vtkCubeAxesActor2D *NewInstance()
        """
        return vtkCubeAxesActor2D

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, __a:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT
        USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS All concrete
        subclasses must be able to render themselves. There are four key
        render methods in vtk and they correspond to four different
        points in the rendering cycle. Any given prop may implement one
        or more of these methods. The first method is intended for
        rendering all opaque geometry. The second method is intended for
        rendering all translucent polygonal geometry. The third one is
        intended for rendering all translucent volumetric geometry. Most
        of the volume rendering mappers draw their results during this
        third method. The last method is to render any 2D annotation or
        overlays. Each of these methods return an integer value
        indicating whether or not this render method was applied to this
        data.
        """
        return 0

    def RenderOverlay(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, __a:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *) override;
        
        Draw the axes as per the vtkProp superclass' API.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkCubeAxesActor2D
        C++: static vtkCubeAxesActor2D *SafeDownCast(vtkObjectBase *o)
        """
        return vtkCubeAxesActor2D

    def ScalingOff(self): # real signature unknown; restored from __doc__
        """
        ScalingOff(self) -> None
        C++: virtual void ScalingOff()
        """
        pass

    def ScalingOn(self): # real signature unknown; restored from __doc__
        """
        ScalingOn(self) -> None
        C++: virtual void ScalingOn()
        """
        pass

    def SetAxisLabelTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetAxisLabelTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetAxisLabelTextProperty(vtkTextProperty *p)
        
        Set/Get the labels text property of all axes. Note that each axis
        can be controlled individually through the GetX/Y/ZAxisActor2D()
        methods.
        """
        pass

    def SetAxisTitleTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetAxisTitleTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetAxisTitleTextProperty(vtkTextProperty *p)
        
        Set/Get the title text property of all axes. Note that each axis
        can be controlled individually through the GetX/Y/ZAxisActor2D()
        methods.
        """
        pass

    def SetBounds(self, _arg1, _arg2, _arg3, _arg4, _arg5, _arg6): # real signature unknown; restored from __doc__
        """
        SetBounds(self, _arg1:float, _arg2:float, _arg3:float,
            _arg4:float, _arg5:float, _arg6:float) -> None
        C++: virtual void SetBounds(double _arg1, double _arg2,
            double _arg3, double _arg4, double _arg5, double _arg6)
        SetBounds(self, _arg:(float, float, float, float, float, float))
            -> None
        C++: virtual void SetBounds(const double _arg[6])
        
        Explicitly specify the region in space around which to draw the
        bounds. The bounds is used only when no Input or Prop is
        specified. The bounds are specified according to (xmin,xmax,
        ymin,ymax, zmin,zmax), making sure that the min's are less than the
        max's.
        """
        pass

    def SetCamera(self, __a): # real signature unknown; restored from __doc__
        """
        SetCamera(self, __a:vtkCamera) -> None
        C++: virtual void SetCamera(vtkCamera *)
        
        Set/Get the camera to perform scaling and translation of the
        vtkCubeAxesActor2D.
        """
        pass

    def SetCornerOffset(self, _arg): # real signature unknown; restored from __doc__
        """
        SetCornerOffset(self, _arg:float) -> None
        C++: virtual void SetCornerOffset(double _arg)
        
        Specify an offset value to "pull back" the axes from the corner
        at which they are joined to avoid overlap of axes labels. The
        "CornerOffset" is the fraction of the axis length to pull back.
        """
        pass

    def SetFlyMode(self, _arg): # real signature unknown; restored from __doc__
        """
        SetFlyMode(self, _arg:int) -> None
        C++: virtual void SetFlyMode(int _arg)
        
        Specify a mode to control how the axes are drawn: either outer
        edges or closest triad to the camera position, or you may also
        disable flying of the axes.
        """
        pass

    def SetFlyModeToClosestTriad(self): # real signature unknown; restored from __doc__
        """
        SetFlyModeToClosestTriad(self) -> None
        C++: void SetFlyModeToClosestTriad()
        """
        pass

    def SetFlyModeToNone(self): # real signature unknown; restored from __doc__
        """
        SetFlyModeToNone(self) -> None
        C++: void SetFlyModeToNone()
        """
        pass

    def SetFlyModeToOuterEdges(self): # real signature unknown; restored from __doc__
        """
        SetFlyModeToOuterEdges(self) -> None
        C++: void SetFlyModeToOuterEdges()
        """
        pass

    def SetFontFactor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetFontFactor(self, _arg:float) -> None
        C++: virtual void SetFontFactor(double _arg)
        
        Set/Get the factor that controls the overall size of the fonts
        used to label and title the axes.
        """
        pass

    def SetInertia(self, _arg): # real signature unknown; restored from __doc__
        """
        SetInertia(self, _arg:int) -> None
        C++: virtual void SetInertia(int _arg)
        
        Set/Get the inertial factor that controls how often (i.e, how
        many renders) the axes can switch position (jump from one axes to
        another).
        """
        pass

    def SetInputConnection(self, __a): # real signature unknown; restored from __doc__
        """
        SetInputConnection(self, __a:vtkAlgorithmOutput) -> None
        C++: virtual void SetInputConnection(vtkAlgorithmOutput *)
        
        Use the bounding box of this input dataset to draw the cube axes.
        If this is not specified, then the class will attempt to
        determine the bounds from the defined Prop or Bounds.
        """
        pass

    def SetInputData(self, __a): # real signature unknown; restored from __doc__
        """
        SetInputData(self, __a:vtkDataSet) -> None
        C++: virtual void SetInputData(vtkDataSet *)
        """
        pass

    def SetLabelFormat(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelFormat(self, _arg:str) -> None
        C++: virtual void SetLabelFormat(const char *_arg)
        
        Set/Get the format with which to print the labels on each of the
        x-y-z axes.
        """
        pass

    def SetNumberOfLabels(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNumberOfLabels(self, _arg:int) -> None
        C++: virtual void SetNumberOfLabels(int _arg)
        
        Set/Get the number of annotation labels to show along the x, y,
        and z axes. This values is a suggestion: the number of labels may
        vary depending on the particulars of the data.
        """
        pass

    def SetRanges(self, _arg1, _arg2, _arg3, _arg4, _arg5, _arg6): # real signature unknown; restored from __doc__
        """
        SetRanges(self, _arg1:float, _arg2:float, _arg3:float,
            _arg4:float, _arg5:float, _arg6:float) -> None
        C++: virtual void SetRanges(double _arg1, double _arg2,
            double _arg3, double _arg4, double _arg5, double _arg6)
        SetRanges(self, _arg:(float, float, float, float, float, float))
            -> None
        C++: virtual void SetRanges(const double _arg[6])
        
        Explicitly specify the range of values used on the bounds. The
        ranges are specified according to (xmin,xmax, ymin,ymax,
        zmin,zmax), making sure that the min's are less than the max's.
        """
        pass

    def SetScaling(self, _arg): # real signature unknown; restored from __doc__
        """
        SetScaling(self, _arg:int) -> None
        C++: virtual void SetScaling(vtkTypeBool _arg)
        
        Set/Get a flag that controls whether the axes are scaled to fit
        in the viewport. If off, the axes size remains constant (i.e.,
        stay the size of the bounding box). By default scaling is on so
        the axes are scaled to fit inside the viewport.
        """
        pass

    def SetShowActualBounds(self, _arg): # real signature unknown; restored from __doc__
        """
        SetShowActualBounds(self, _arg:int) -> None
        C++: virtual void SetShowActualBounds(int _arg)
        
        Set/Get the variable that controls whether the actual bounds of
        the dataset are always shown. Setting this variable to 1 means
        that clipping is disabled and that the actual value of the bounds
        is displayed even with corner offsets Setting this variable to 0
        means these axis will clip themselves and show variable bounds
        (legacy mode)
        """
        pass

    def SetUseRanges(self, _arg): # real signature unknown; restored from __doc__
        """
        SetUseRanges(self, _arg:int) -> None
        C++: virtual void SetUseRanges(vtkTypeBool _arg)
        
        Set/Get a flag that controls whether the axes use the data ranges
        or the ranges set by SetRanges. By default the axes use the data
        ranges.
        """
        pass

    def SetViewProp(self, prop): # real signature unknown; restored from __doc__
        """
        SetViewProp(self, prop:vtkProp) -> None
        C++: void SetViewProp(vtkProp *prop)
        
        Use the bounding box of this prop to draw the cube axes. The
        ViewProp is used to determine the bounds only if the Input is not
        defined.
        """
        pass

    def SetXAxisVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXAxisVisibility(self, _arg:int) -> None
        C++: virtual void SetXAxisVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of each axis.
        """
        pass

    def SetXLabel(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXLabel(self, _arg:str) -> None
        C++: virtual void SetXLabel(const char *_arg)
        
        Set/Get the labels for the x, y, and z axes. By default, use "X",
        "Y" and "Z".
        """
        pass

    def SetXOrigin(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXOrigin(self, _arg:float) -> None
        C++: virtual void SetXOrigin(double _arg)
        
        Explicitly specify an origin for the axes. These usually
        intersect at one of the corners of the bounding box, however
        users have the option to override this if necessary
        """
        pass

    def SetYAxisVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYAxisVisibility(self, _arg:int) -> None
        C++: virtual void SetYAxisVisibility(vtkTypeBool _arg)
        """
        pass

    def SetYLabel(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYLabel(self, _arg:str) -> None
        C++: virtual void SetYLabel(const char *_arg)
        """
        pass

    def SetYOrigin(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYOrigin(self, _arg:float) -> None
        C++: virtual void SetYOrigin(double _arg)
        """
        pass

    def SetZAxisVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetZAxisVisibility(self, _arg:int) -> None
        C++: virtual void SetZAxisVisibility(vtkTypeBool _arg)
        """
        pass

    def SetZLabel(self, _arg): # real signature unknown; restored from __doc__
        """
        SetZLabel(self, _arg:str) -> None
        C++: virtual void SetZLabel(const char *_arg)
        """
        pass

    def SetZOrigin(self, _arg): # real signature unknown; restored from __doc__
        """
        SetZOrigin(self, _arg:float) -> None
        C++: virtual void SetZOrigin(double _arg)
        """
        pass

    def ShallowCopy(self, actor): # real signature unknown; restored from __doc__
        """
        ShallowCopy(self, actor:vtkCubeAxesActor2D) -> None
        C++: void ShallowCopy(vtkCubeAxesActor2D *actor)
        
        Shallow copy of a CubeAxesActor2D.
        """
        pass

    def UseRangesOff(self): # real signature unknown; restored from __doc__
        """
        UseRangesOff(self) -> None
        C++: virtual void UseRangesOff()
        """
        pass

    def UseRangesOn(self): # real signature unknown; restored from __doc__
        """
        UseRangesOn(self) -> None
        C++: virtual void UseRangesOn()
        """
        pass

    def XAxisVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        XAxisVisibilityOff(self) -> None
        C++: virtual void XAxisVisibilityOff()
        """
        pass

    def XAxisVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        XAxisVisibilityOn(self) -> None
        C++: virtual void XAxisVisibilityOn()
        """
        pass

    def YAxisVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        YAxisVisibilityOff(self) -> None
        C++: virtual void YAxisVisibilityOff()
        """
        pass

    def YAxisVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        YAxisVisibilityOn(self) -> None
        C++: virtual void YAxisVisibilityOn()
        """
        pass

    def ZAxisVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        ZAxisVisibilityOff(self) -> None
        C++: virtual void ZAxisVisibilityOff()
        """
        pass

    def ZAxisVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        ZAxisVisibilityOn(self) -> None
        C++: virtual void ZAxisVisibilityOn()
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    FlyMode = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D.FlyMode'>"
    VTK_FLY_CLOSEST_TRIAD = 1
    VTK_FLY_NONE = 2
    VTK_FLY_OUTER_EDGES = 0
    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkCubeAxesActor2D\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'RenderOverlay\': <method \'RenderOverlay\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'HasTranslucentPolygonalGeometry\': <method \'HasTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetInputConnection\': <method \'SetInputConnection\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetInputData\': <method \'SetInputData\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetInput\': <method \'GetInput\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetViewProp\': <method \'SetViewProp\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetViewProp\': <method \'GetViewProp\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetBounds\': <method \'SetBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetBounds\': <method \'GetBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetRanges\': <method \'SetRanges\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetRanges\': <method \'GetRanges\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetXOrigin\': <method \'SetXOrigin\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetYOrigin\': <method \'SetYOrigin\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetZOrigin\': <method \'SetZOrigin\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetUseRanges\': <method \'SetUseRanges\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetUseRanges\': <method \'GetUseRanges\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'UseRangesOn\': <method \'UseRangesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'UseRangesOff\': <method \'UseRangesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetCamera\': <method \'SetCamera\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetCamera\': <method \'GetCamera\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetFlyMode\': <method \'SetFlyMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetFlyModeMinValue\': <method \'GetFlyModeMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetFlyModeMaxValue\': <method \'GetFlyModeMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetFlyMode\': <method \'GetFlyMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetFlyModeToOuterEdges\': <method \'SetFlyModeToOuterEdges\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetFlyModeToClosestTriad\': <method \'SetFlyModeToClosestTriad\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetFlyModeToNone\': <method \'SetFlyModeToNone\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetScaling\': <method \'SetScaling\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetScaling\': <method \'GetScaling\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'ScalingOn\': <method \'ScalingOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'ScalingOff\': <method \'ScalingOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetNumberOfLabels\': <method \'SetNumberOfLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetNumberOfLabelsMinValue\': <method \'GetNumberOfLabelsMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetNumberOfLabelsMaxValue\': <method \'GetNumberOfLabelsMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetNumberOfLabels\': <method \'GetNumberOfLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetXLabel\': <method \'SetXLabel\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetXLabel\': <method \'GetXLabel\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetYLabel\': <method \'SetYLabel\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetYLabel\': <method \'GetYLabel\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetZLabel\': <method \'SetZLabel\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetZLabel\': <method \'GetZLabel\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetXAxisActor2D\': <method \'GetXAxisActor2D\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetYAxisActor2D\': <method \'GetYAxisActor2D\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetZAxisActor2D\': <method \'GetZAxisActor2D\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetAxisTitleTextProperty\': <method \'SetAxisTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetAxisTitleTextProperty\': <method \'GetAxisTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetAxisLabelTextProperty\': <method \'SetAxisLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetAxisLabelTextProperty\': <method \'GetAxisLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetLabelFormat\': <method \'SetLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetLabelFormat\': <method \'GetLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetFontFactor\': <method \'SetFontFactor\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetFontFactorMinValue\': <method \'GetFontFactorMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetFontFactorMaxValue\': <method \'GetFontFactorMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetFontFactor\': <method \'GetFontFactor\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetInertia\': <method \'SetInertia\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetInertiaMinValue\': <method \'GetInertiaMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetInertiaMaxValue\': <method \'GetInertiaMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetInertia\': <method \'GetInertia\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetShowActualBounds\': <method \'SetShowActualBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetShowActualBoundsMinValue\': <method \'GetShowActualBoundsMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetShowActualBoundsMaxValue\': <method \'GetShowActualBoundsMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetShowActualBounds\': <method \'GetShowActualBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetCornerOffset\': <method \'SetCornerOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetCornerOffset\': <method \'GetCornerOffset\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetXAxisVisibility\': <method \'SetXAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetXAxisVisibility\': <method \'GetXAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'XAxisVisibilityOn\': <method \'XAxisVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'XAxisVisibilityOff\': <method \'XAxisVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetYAxisVisibility\': <method \'SetYAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetYAxisVisibility\': <method \'GetYAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'YAxisVisibilityOn\': <method \'YAxisVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'YAxisVisibilityOff\': <method \'YAxisVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'SetZAxisVisibility\': <method \'SetZAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'GetZAxisVisibility\': <method \'GetZAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'ZAxisVisibilityOn\': <method \'ZAxisVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'ZAxisVisibilityOff\': <method \'ZAxisVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'ShallowCopy\': <method \'ShallowCopy\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'FlyMode\': <class \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D.FlyMode\'>, \'VTK_FLY_OUTER_EDGES\': 0, \'VTK_FLY_CLOSEST_TRIAD\': 1, \'VTK_FLY_NONE\': 2, \'__new__\': <built-in method __new__ of type object at 0x00007FF820606E80>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkCubeAxesActor2D\' objects>, \'__doc__\': \'vtkCubeAxesActor2D - create a 2D plot of a bounding box edges - used\\nfor navigation\\n\\nSuperclass: vtkActor2D\\n\\nvtkCubeAxesActor2D is a composite actor that draws three axes of the\\nbounding box of an input dataset. The axes include labels and titles\\nfor the x-y-z axes. The algorithm selects the axes that are on the\\n"exterior" of the bounding box, exterior as determined from examining\\nouter edges of the bounding box in projection (display) space.\\nAlternatively, the edges closest to the viewer (i.e., camera\\nposition) can be drawn.\\n\\nTo use this object you must define a bounding box and the camera used\\nto render the vtkCubeAxesActor2D. The camera is used to control the\\nscaling and position of the vtkCubeAxesActor2D so that it fits in the\\nviewport and always remains visible.)\\n\\nThe font property of the axes titles and labels can be modified\\nthrough the AxisTitleTextProperty and AxisLabelTextProperty\\nattributes. You may also use the GetXAxisActor2D, GetYAxisActor2D or\\nGetZAxisActor2D methods to access each individual axis actor to\\nmodify their font properties.\\n\\nThe bounding box to use is defined in one of three ways. First, if\\nthe Input ivar is defined, then the input dataset\\\'s bounds is used.\\nIf the Input is not defined, and the Prop (superclass of all actors)\\nis defined, then the Prop\\\'s bounds is used. If neither the Input or\\nProp is defined, then the Bounds instance variable (an array of six\\ndoubles) is used.\\n\\n@sa\\nvtkActor2D vtkAxisActor2D vtkXYPlotActor vtkTextProperty\\n\\n\'})'
    __vtkname__ = 'vtkCubeAxesActor2D'


class vtkGraphAnnotationLayersFilter(__vtkmodules_vtkCommonExecutionModel.vtkPolyDataAlgorithm):
    """
    vtkGraphAnnotationLayersFilter - Produce filled convex hulls around
    subsets of vertices in a vtkGraph.
    
    Superclass: vtkPolyDataAlgorithm
    
    Produces a vtkPolyData comprised of filled polygons of the convex
    hull of a cluster. Alternatively, you may choose to output bounding
    rectangles. Clusters with fewer than three vertices are artificially
    expanded to ensure visibility (see vtkConvexHull2D).
    
    The first input is a vtkGraph with points, possibly set by passing
    the graph through vtkGraphLayout (z-values are ignored). The second
    input is a vtkAnnotationsLayer containing vtkSelectionNodeS of vertex
    ids (the 'clusters' output of vtkTulipReader for example).
    
    Setting OutlineOn() additionally produces outlines of the clusters on
    output port 1.
    
    Three arrays are added to the cells of the output: "Hull id"; "Hull
    name"; and "Hull color".
    
    Note: This filter operates in the x,y-plane and as such works best
    with an interactor style that does not allow camera rotation, such as
    vtkInteractorStyleRubberBand2D.
    
    @sa
    vtkContext2D
    
    @par Thanks: Thanks to Colin Myers, University of Leeds for providing
    this implementation.
    """
    def GetMTime(self): # real signature unknown; restored from __doc__
        """
        GetMTime(self) -> int
        C++: vtkMTimeType GetMTime() override;
        
        The modified time of this filter.
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkGraphAnnotationLayersFilter
        C++: vtkGraphAnnotationLayersFilter *NewInstance()
        """
        return vtkGraphAnnotationLayersFilter

    def OutlineOff(self): # real signature unknown; restored from __doc__
        """
        OutlineOff(self) -> None
        C++: void OutlineOff()
        """
        pass

    def OutlineOn(self): # real signature unknown; restored from __doc__
        """
        OutlineOn(self) -> None
        C++: void OutlineOn()
        
        Produce outlines of the hulls on output port 1.
        """
        pass

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkGraphAnnotationLayersFilter
        C++: static vtkGraphAnnotationLayersFilter *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkGraphAnnotationLayersFilter

    def SetHullShapeToBoundingRectangle(self): # real signature unknown; restored from __doc__
        """
        SetHullShapeToBoundingRectangle(self) -> None
        C++: void SetHullShapeToBoundingRectangle()
        
        Set the shape of the hulls to bounding rectangle.
        """
        pass

    def SetHullShapeToConvexHull(self): # real signature unknown; restored from __doc__
        """
        SetHullShapeToConvexHull(self) -> None
        C++: void SetHullShapeToConvexHull()
        
        Set the shape of the hulls to convex hull. Default.
        """
        pass

    def SetMinHullSizeInDisplay(self, size): # real signature unknown; restored from __doc__
        """
        SetMinHullSizeInDisplay(self, size:int) -> None
        C++: void SetMinHullSizeInDisplay(int size)
        
        Set the minimum x,y-dimensions of each hull in pixels. You must
        also set a vtkRenderer. Defaults to 1. Set to 0 to disable.
        """
        pass

    def SetMinHullSizeInWorld(self, size): # real signature unknown; restored from __doc__
        """
        SetMinHullSizeInWorld(self, size:float) -> None
        C++: void SetMinHullSizeInWorld(double size)
        
        Set the minimum x,y-dimensions of each hull in world coordinates.
        Defaults to 1.0. Set to 0.0 to disable.
        """
        pass

    def SetOutline(self, b): # real signature unknown; restored from __doc__
        """
        SetOutline(self, b:bool) -> None
        C++: void SetOutline(bool b)
        """
        pass

    def SetRenderer(self, renderer): # real signature unknown; restored from __doc__
        """
        SetRenderer(self, renderer:vtkRenderer) -> None
        C++: void SetRenderer(vtkRenderer *renderer)
        
        Renderer needed for MinHullSizeInDisplay calculation. Not
        reference counted.
        """
        pass

    def SetScaleFactor(self, scale): # real signature unknown; restored from __doc__
        """
        SetScaleFactor(self, scale:float) -> None
        C++: void SetScaleFactor(double scale)
        
        Scale each hull by the amount specified. Defaults to 1.0.
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkGraphAnnotationLayersFilter\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'OutlineOn\': <method \'OutlineOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'OutlineOff\': <method \'OutlineOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'SetOutline\': <method \'SetOutline\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'SetScaleFactor\': <method \'SetScaleFactor\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'SetHullShapeToBoundingRectangle\': <method \'SetHullShapeToBoundingRectangle\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'SetHullShapeToConvexHull\': <method \'SetHullShapeToConvexHull\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'SetMinHullSizeInWorld\': <method \'SetMinHullSizeInWorld\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'SetMinHullSizeInDisplay\': <method \'SetMinHullSizeInDisplay\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'SetRenderer\': <method \'SetRenderer\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'GetMTime\': <method \'GetMTime\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'__new__\': <built-in method __new__ of type object at 0x00007FF820607250>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkGraphAnnotationLayersFilter\' objects>, \'__doc__\': \'vtkGraphAnnotationLayersFilter - Produce filled convex hulls around\\nsubsets of vertices in a vtkGraph.\\n\\nSuperclass: vtkPolyDataAlgorithm\\n\\nProduces a vtkPolyData comprised of filled polygons of the convex\\nhull of a cluster. Alternatively, you may choose to output bounding\\nrectangles. Clusters with fewer than three vertices are artificially\\nexpanded to ensure visibility (see vtkConvexHull2D).\\n\\nThe first input is a vtkGraph with points, possibly set by passing\\nthe graph through vtkGraphLayout (z-values are ignored). The second\\ninput is a vtkAnnotationsLayer containing vtkSelectionNodeS of vertex\\nids (the \\\'clusters\\\' output of vtkTulipReader for example).\\n\\nSetting OutlineOn() additionally produces outlines of the clusters on\\noutput port 1.\\n\\nThree arrays are added to the cells of the output: "Hull id"; "Hull\\nname"; and "Hull color".\\n\\nNote: This filter operates in the x,y-plane and as such works best\\nwith an interactor style that does not allow camera rotation, such as\\nvtkInteractorStyleRubberBand2D.\\n\\n@sa\\nvtkContext2D\\n\\n@par Thanks: Thanks to Colin Myers, University of Leeds for providing\\nthis implementation.\\n\\n\'})'
    __vtkname__ = 'vtkGraphAnnotationLayersFilter'


class vtkLeaderActor2D(__vtkmodules_vtkRenderingCore.vtkActor2D):
    """
    vtkLeaderActor2D - create a leader with optional label and arrows
    
    Superclass: vtkActor2D
    
    vtkLeaderActor2D creates a leader with an optional label and arrows.
    (A leader is typically used to indicate distance between points.)
    vtkLeaderActor2D is a type of vtkActor2D; that is, it is drawn on the
    overlay plane and is not occluded by 3D geometry. To use this class,
    you typically specify two points defining the start and end points of
    the line (x-y definition using vtkCoordinate class), whether to place
    arrows on one or both end points, and whether to label the leader.
    Also, this class has a special feature that allows curved leaders to
    be created by specifying a radius.
    
    Use the vtkLeaderActor2D uses its superclass vtkActor2D instance
    variables Position and Position2 vtkCoordinates to place an instance
    of vtkLeaderActor2D (i.e., these two data members represent the start
    and end points of the leader).  Using these vtkCoordinates you can
    specify the position of the leader in a variety of coordinate
    systems.
    
    To control the appearance of the actor, use the superclasses
    vtkActor2D::vtkProperty2D and the vtkTextProperty objects associated
    with this actor.
    
    @sa
    vtkAxisActor2D vtkActor2D vtkCoordinate vtkTextProperty
    """
    def AutoLabelOff(self): # real signature unknown; restored from __doc__
        """
        AutoLabelOff(self) -> None
        C++: virtual void AutoLabelOff()
        """
        pass

    def AutoLabelOn(self): # real signature unknown; restored from __doc__
        """
        AutoLabelOn(self) -> None
        C++: virtual void AutoLabelOn()
        """
        pass

    def GetAngle(self): # real signature unknown; restored from __doc__
        """
        GetAngle(self) -> float
        C++: virtual double GetAngle()
        """
        return 0.0

    def GetArrowLength(self): # real signature unknown; restored from __doc__
        """
        GetArrowLength(self) -> float
        C++: virtual double GetArrowLength()
        """
        return 0.0

    def GetArrowLengthMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetArrowLengthMaxValue(self) -> float
        C++: virtual double GetArrowLengthMaxValue()
        """
        return 0.0

    def GetArrowLengthMinValue(self): # real signature unknown; restored from __doc__
        """
        GetArrowLengthMinValue(self) -> float
        C++: virtual double GetArrowLengthMinValue()
        """
        return 0.0

    def GetArrowPlacement(self): # real signature unknown; restored from __doc__
        """
        GetArrowPlacement(self) -> int
        C++: virtual int GetArrowPlacement()
        """
        return 0

    def GetArrowPlacementMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetArrowPlacementMaxValue(self) -> int
        C++: virtual int GetArrowPlacementMaxValue()
        """
        return 0

    def GetArrowPlacementMinValue(self): # real signature unknown; restored from __doc__
        """
        GetArrowPlacementMinValue(self) -> int
        C++: virtual int GetArrowPlacementMinValue()
        """
        return 0

    def GetArrowStyle(self): # real signature unknown; restored from __doc__
        """
        GetArrowStyle(self) -> int
        C++: virtual int GetArrowStyle()
        """
        return 0

    def GetArrowStyleMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetArrowStyleMaxValue(self) -> int
        C++: virtual int GetArrowStyleMaxValue()
        """
        return 0

    def GetArrowStyleMinValue(self): # real signature unknown; restored from __doc__
        """
        GetArrowStyleMinValue(self) -> int
        C++: virtual int GetArrowStyleMinValue()
        """
        return 0

    def GetArrowWidth(self): # real signature unknown; restored from __doc__
        """
        GetArrowWidth(self) -> float
        C++: virtual double GetArrowWidth()
        """
        return 0.0

    def GetArrowWidthMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetArrowWidthMaxValue(self) -> float
        C++: virtual double GetArrowWidthMaxValue()
        """
        return 0.0

    def GetArrowWidthMinValue(self): # real signature unknown; restored from __doc__
        """
        GetArrowWidthMinValue(self) -> float
        C++: virtual double GetArrowWidthMinValue()
        """
        return 0.0

    def GetAutoLabel(self): # real signature unknown; restored from __doc__
        """
        GetAutoLabel(self) -> int
        C++: virtual vtkTypeBool GetAutoLabel()
        """
        return 0

    def GetLabel(self): # real signature unknown; restored from __doc__
        """
        GetLabel(self) -> str
        C++: virtual char *GetLabel()
        """
        return ""

    def GetLabelFactor(self): # real signature unknown; restored from __doc__
        """
        GetLabelFactor(self) -> float
        C++: virtual double GetLabelFactor()
        """
        return 0.0

    def GetLabelFactorMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetLabelFactorMaxValue(self) -> float
        C++: virtual double GetLabelFactorMaxValue()
        """
        return 0.0

    def GetLabelFactorMinValue(self): # real signature unknown; restored from __doc__
        """
        GetLabelFactorMinValue(self) -> float
        C++: virtual double GetLabelFactorMinValue()
        """
        return 0.0

    def GetLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetLabelFormat(self) -> str
        C++: virtual char *GetLabelFormat()
        """
        return ""

    def GetLabelTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetLabelTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetLabelTextProperty()
        """
        pass

    def GetLength(self): # real signature unknown; restored from __doc__
        """
        GetLength(self) -> float
        C++: virtual double GetLength()
        
        Obtain the length of the leader if the leader is not curved,
        otherwise obtain the angle that the leader circumscribes.
        """
        return 0.0

    def GetMaximumArrowSize(self): # real signature unknown; restored from __doc__
        """
        GetMaximumArrowSize(self) -> float
        C++: virtual double GetMaximumArrowSize()
        """
        return 0.0

    def GetMaximumArrowSizeMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetMaximumArrowSizeMaxValue(self) -> float
        C++: virtual double GetMaximumArrowSizeMaxValue()
        """
        return 0.0

    def GetMaximumArrowSizeMinValue(self): # real signature unknown; restored from __doc__
        """
        GetMaximumArrowSizeMinValue(self) -> float
        C++: virtual double GetMaximumArrowSizeMinValue()
        """
        return 0.0

    def GetMinimumArrowSize(self): # real signature unknown; restored from __doc__
        """
        GetMinimumArrowSize(self) -> float
        C++: virtual double GetMinimumArrowSize()
        """
        return 0.0

    def GetMinimumArrowSizeMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetMinimumArrowSizeMaxValue(self) -> float
        C++: virtual double GetMinimumArrowSizeMaxValue()
        """
        return 0.0

    def GetMinimumArrowSizeMinValue(self): # real signature unknown; restored from __doc__
        """
        GetMinimumArrowSizeMinValue(self) -> float
        C++: virtual double GetMinimumArrowSizeMinValue()
        """
        return 0.0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetRadius(self): # real signature unknown; restored from __doc__
        """
        GetRadius(self) -> float
        C++: virtual double GetRadius()
        """
        return 0.0

    def GetUseFontSizeFromProperty(self): # real signature unknown; restored from __doc__
        """
        GetUseFontSizeFromProperty(self) -> int
        C++: virtual vtkTypeBool GetUseFontSizeFromProperty()
        """
        return 0

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkLeaderActor2D
        C++: vtkLeaderActor2D *NewInstance()
        """
        return vtkLeaderActor2D

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, viewport:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *viewport) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT
        USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS All concrete
        subclasses must be able to render themselves. There are four key
        render methods in vtk and they correspond to four different
        points in the rendering cycle. Any given prop may implement one
        or more of these methods. The first method is intended for
        rendering all opaque geometry. The second method is intended for
        rendering all translucent polygonal geometry. The third one is
        intended for rendering all translucent volumetric geometry. Most
        of the volume rendering mappers draw their results during this
        third method. The last method is to render any 2D annotation or
        overlays. Each of these methods return an integer value
        indicating whether or not this render method was applied to this
        data.
        """
        return 0

    def RenderOverlay(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, viewport:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *viewport) override;
        
        Methods required by vtkProp and vtkActor2D superclasses.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkLeaderActor2D
        C++: static vtkLeaderActor2D *SafeDownCast(vtkObjectBase *o)
        """
        return vtkLeaderActor2D

    def SetArrowLength(self, _arg): # real signature unknown; restored from __doc__
        """
        SetArrowLength(self, _arg:float) -> None
        C++: virtual void SetArrowLength(double _arg)
        
        Specify the arrow length and base width (in normalized viewport
        coordinates).
        """
        pass

    def SetArrowPlacement(self, _arg): # real signature unknown; restored from __doc__
        """
        SetArrowPlacement(self, _arg:int) -> None
        C++: virtual void SetArrowPlacement(int _arg)
        
        Control whether arrow heads are drawn on the leader. Arrows may
        be drawn on one end, both ends, or not at all.
        """
        pass

    def SetArrowPlacementToBoth(self): # real signature unknown; restored from __doc__
        """
        SetArrowPlacementToBoth(self) -> None
        C++: void SetArrowPlacementToBoth()
        """
        pass

    def SetArrowPlacementToNone(self): # real signature unknown; restored from __doc__
        """
        SetArrowPlacementToNone(self) -> None
        C++: void SetArrowPlacementToNone()
        """
        pass

    def SetArrowPlacementToPoint1(self): # real signature unknown; restored from __doc__
        """
        SetArrowPlacementToPoint1(self) -> None
        C++: void SetArrowPlacementToPoint1()
        """
        pass

    def SetArrowPlacementToPoint2(self): # real signature unknown; restored from __doc__
        """
        SetArrowPlacementToPoint2(self) -> None
        C++: void SetArrowPlacementToPoint2()
        """
        pass

    def SetArrowStyle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetArrowStyle(self, _arg:int) -> None
        C++: virtual void SetArrowStyle(int _arg)
        
        Control the appearance of the arrow heads. A solid arrow head is
        a filled triangle; a open arrow looks like a "V"; and a hollow
        arrow looks like a non-filled triangle.
        """
        pass

    def SetArrowStyleToFilled(self): # real signature unknown; restored from __doc__
        """
        SetArrowStyleToFilled(self) -> None
        C++: void SetArrowStyleToFilled()
        """
        pass

    def SetArrowStyleToHollow(self): # real signature unknown; restored from __doc__
        """
        SetArrowStyleToHollow(self) -> None
        C++: void SetArrowStyleToHollow()
        """
        pass

    def SetArrowStyleToOpen(self): # real signature unknown; restored from __doc__
        """
        SetArrowStyleToOpen(self) -> None
        C++: void SetArrowStyleToOpen()
        """
        pass

    def SetArrowWidth(self, _arg): # real signature unknown; restored from __doc__
        """
        SetArrowWidth(self, _arg:float) -> None
        C++: virtual void SetArrowWidth(double _arg)
        """
        pass

    def SetAutoLabel(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAutoLabel(self, _arg:int) -> None
        C++: virtual void SetAutoLabel(vtkTypeBool _arg)
        
        Enable auto-labelling. In this mode, the label is automatically
        updated based on distance (in world coordinates) between the two
        end points; or if a curved leader is being generated, the angle
        in degrees between the two points.
        """
        pass

    def SetLabel(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabel(self, _arg:str) -> None
        C++: virtual void SetLabel(const char *_arg)
        
        Set/Get the label for the leader. If the label is an empty
        string, then it will not be drawn.
        """
        pass

    def SetLabelFactor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelFactor(self, _arg:float) -> None
        C++: virtual void SetLabelFactor(double _arg)
        
        Set/Get the factor that controls the overall size of the fonts
        used to label the leader.
        """
        pass

    def SetLabelFormat(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelFormat(self, _arg:str) -> None
        C++: virtual void SetLabelFormat(const char *_arg)
        
        Specify the format to use for auto-labelling.
        """
        pass

    def SetLabelTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetLabelTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetLabelTextProperty(vtkTextProperty *p)
        
        Set/Get the text property of the label.
        """
        pass

    def SetMaximumArrowSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMaximumArrowSize(self, _arg:float) -> None
        C++: virtual void SetMaximumArrowSize(double _arg)
        """
        pass

    def SetMinimumArrowSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMinimumArrowSize(self, _arg:float) -> None
        C++: virtual void SetMinimumArrowSize(double _arg)
        
        Limit the minimum and maximum size of the arrows. These values
        are expressed in pixels and clamp the minimum/maximum possible
        size for the width/length of the arrow head. (When clamped, the
        ratio between length and width is preserved.)
        """
        pass

    def SetRadius(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRadius(self, _arg:float) -> None
        C++: virtual void SetRadius(double _arg)
        
        Set/Get a radius which can be used to curve the leader.  If a
        radius is specified whose absolute value is greater than one half
        the distance between the two points defined by the superclasses'
        Position and Position2 ivars, then the leader will be curved. A
        positive radius will produce a curve such that the center is to
        the right of the line from Position and Position2; a negative
        radius will produce a curve in the opposite sense. By default,
        the radius is set to zero and thus there is no curvature. Note
        that the radius is expresses as a multiple of the distance
        between (Position,Position2); this avoids issues relative to
        coordinate system transformations.
        """
        pass

    def SetUseFontSizeFromProperty(self, _arg): # real signature unknown; restored from __doc__
        """
        SetUseFontSizeFromProperty(self, _arg:int) -> None
        C++: virtual void SetUseFontSizeFromProperty(vtkTypeBool _arg)
        
        By default the LeaderActor2D controls the font size of the label.
        If this option is set to true, it will instead use whatever font
        size is set in the vtkTextProperty, allowing external control of
        the font size.
        """
        pass

    def ShallowCopy(self, prop): # real signature unknown; restored from __doc__
        """
        ShallowCopy(self, prop:vtkProp) -> None
        C++: void ShallowCopy(vtkProp *prop) override;
        
        Shallow copy of this vtkActor2D. Overloads the virtual vtkProp
        method.
        """
        pass

    def UseFontSizeFromPropertyOff(self): # real signature unknown; restored from __doc__
        """
        UseFontSizeFromPropertyOff(self) -> None
        C++: virtual void UseFontSizeFromPropertyOff()
        """
        pass

    def UseFontSizeFromPropertyOn(self): # real signature unknown; restored from __doc__
        """
        UseFontSizeFromPropertyOn(self) -> None
        C++: virtual void UseFontSizeFromPropertyOn()
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, i_e_, these_two_data_members_represent_the_start, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    VTK_ARROW_BOTH = 3
    VTK_ARROW_FILLED = 0
    VTK_ARROW_HOLLOW = 2
    VTK_ARROW_NONE = 0
    VTK_ARROW_OPEN = 1
    VTK_ARROW_POINT1 = 1
    VTK_ARROW_POINT2 = 2
    __dict__ = None # (!) real value is "mappingproxy({'__vtkname__': 'vtkLeaderActor2D', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetRadius': <method 'SetRadius' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetRadius': <method 'GetRadius' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetLabel': <method 'SetLabel' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetLabel': <method 'GetLabel' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetLabelTextProperty': <method 'SetLabelTextProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetLabelTextProperty': <method 'GetLabelTextProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetLabelFactor': <method 'SetLabelFactor' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetLabelFactorMinValue': <method 'GetLabelFactorMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetLabelFactorMaxValue': <method 'GetLabelFactorMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetLabelFactor': <method 'GetLabelFactor' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetArrowPlacement': <method 'SetArrowPlacement' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetArrowPlacementMinValue': <method 'GetArrowPlacementMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetArrowPlacementMaxValue': <method 'GetArrowPlacementMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetArrowPlacement': <method 'GetArrowPlacement' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetArrowPlacementToNone': <method 'SetArrowPlacementToNone' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetArrowPlacementToPoint1': <method 'SetArrowPlacementToPoint1' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetArrowPlacementToPoint2': <method 'SetArrowPlacementToPoint2' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetArrowPlacementToBoth': <method 'SetArrowPlacementToBoth' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetArrowStyle': <method 'SetArrowStyle' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetArrowStyleMinValue': <method 'GetArrowStyleMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetArrowStyleMaxValue': <method 'GetArrowStyleMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetArrowStyle': <method 'GetArrowStyle' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetArrowStyleToFilled': <method 'SetArrowStyleToFilled' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetArrowStyleToOpen': <method 'SetArrowStyleToOpen' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetArrowStyleToHollow': <method 'SetArrowStyleToHollow' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetArrowLength': <method 'SetArrowLength' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetArrowLengthMinValue': <method 'GetArrowLengthMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetArrowLengthMaxValue': <method 'GetArrowLengthMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetArrowLength': <method 'GetArrowLength' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetArrowWidth': <method 'SetArrowWidth' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetArrowWidthMinValue': <method 'GetArrowWidthMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetArrowWidthMaxValue': <method 'GetArrowWidthMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetArrowWidth': <method 'GetArrowWidth' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetMinimumArrowSize': <method 'SetMinimumArrowSize' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetMinimumArrowSizeMinValue': <method 'GetMinimumArrowSizeMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetMinimumArrowSizeMaxValue': <method 'GetMinimumArrowSizeMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetMinimumArrowSize': <method 'GetMinimumArrowSize' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetMaximumArrowSize': <method 'SetMaximumArrowSize' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetMaximumArrowSizeMinValue': <method 'GetMaximumArrowSizeMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetMaximumArrowSizeMaxValue': <method 'GetMaximumArrowSizeMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetMaximumArrowSize': <method 'GetMaximumArrowSize' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetAutoLabel': <method 'SetAutoLabel' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetAutoLabel': <method 'GetAutoLabel' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'AutoLabelOn': <method 'AutoLabelOn' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'AutoLabelOff': <method 'AutoLabelOff' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetLabelFormat': <method 'SetLabelFormat' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetLabelFormat': <method 'GetLabelFormat' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetLength': <method 'GetLength' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetAngle': <method 'GetAngle' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'RenderOverlay': <method 'RenderOverlay' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'RenderOpaqueGeometry': <method 'RenderOpaqueGeometry' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'RenderTranslucentPolygonalGeometry': <method 'RenderTranslucentPolygonalGeometry' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'HasTranslucentPolygonalGeometry': <method 'HasTranslucentPolygonalGeometry' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'ReleaseGraphicsResources': <method 'ReleaseGraphicsResources' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'ShallowCopy': <method 'ShallowCopy' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'SetUseFontSizeFromProperty': <method 'SetUseFontSizeFromProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'GetUseFontSizeFromProperty': <method 'GetUseFontSizeFromProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'UseFontSizeFromPropertyOn': <method 'UseFontSizeFromPropertyOn' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'UseFontSizeFromPropertyOff': <method 'UseFontSizeFromPropertyOff' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, 'VTK_ARROW_NONE': 0, 'VTK_ARROW_POINT1': 1, 'VTK_ARROW_POINT2': 2, 'VTK_ARROW_BOTH': 3, 'VTK_ARROW_FILLED': 0, 'VTK_ARROW_OPEN': 1, 'VTK_ARROW_HOLLOW': 2, '__new__': <built-in method __new__ of type object at 0x00007FF820607C40>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkRenderingAnnotation.vtkLeaderActor2D' objects>, '__doc__': 'vtkLeaderActor2D - create a leader with optional label and arrows\\n\\nSuperclass: vtkActor2D\\n\\nvtkLeaderActor2D creates a leader with an optional label and arrows.\\n(A leader is typically used to indicate distance between points.)\\nvtkLeaderActor2D is a type of vtkActor2D; that is, it is drawn on the\\noverlay plane and is not occluded by 3D geometry. To use this class,\\nyou typically specify two points defining the start and end points of\\nthe line (x-y definition using vtkCoordinate class), whether to place\\narrows on one or both end points, and whether to label the leader.\\nAlso, this class has a special feature that allows curved leaders to\\nbe created by specifying a radius.\\n\\nUse the vtkLeaderActor2D uses its superclass vtkActor2D instance\\nvariables Position and Position2 vtkCoordinates to place an instance\\nof vtkLeaderActor2D (i.e., these two data members represent the start\\nand end points of the leader).  Using these vtkCoordinates you can\\nspecify the position of the leader in a variety of coordinate\\nsystems.\\n\\nTo control the appearance of the actor, use the superclasses\\nvtkActor2D::vtkProperty2D and the vtkTextProperty objects associated\\nwith this actor.\\n\\n@sa\\nvtkAxisActor2D vtkActor2D vtkCoordinate vtkTextProperty\\n\\n'})"
    __vtkname__ = 'vtkLeaderActor2D'


class vtkLegendBoxActor(__vtkmodules_vtkRenderingCore.vtkActor2D):
    """
    vtkLegendBoxActor - draw symbols with text
    
    Superclass: vtkActor2D
    
    vtkLegendBoxActor is used to associate a symbol with a text string.
    The user specifies a vtkPolyData to use as the symbol, and a string
    associated with the symbol. The actor can then be placed in the scene
    in the same way that any other vtkActor2D can be used.
    
    To use this class, you must define the position of the legend box by
    using the superclasses' vtkActor2D::Position coordinate and Position2
    coordinate. Then define the set of symbols and text strings that make
    up the menu box. The font attributes of the entries can be set
    through the vtkTextProperty associated to this actor. The class will
    scale the symbols and text to fit in the legend box defined by
    (Position,Position2). Optional features like turning on a border line
    and setting the spacing between the border and the symbols/text can
    also be set.
    
    @sa
    vtkXYPlotActor vtkActor2D vtkGlyphSource2D
    """
    def BorderOff(self): # real signature unknown; restored from __doc__
        """
        BorderOff(self) -> None
        C++: virtual void BorderOff()
        """
        pass

    def BorderOn(self): # real signature unknown; restored from __doc__
        """
        BorderOn(self) -> None
        C++: virtual void BorderOn()
        """
        pass

    def BoxOff(self): # real signature unknown; restored from __doc__
        """
        BoxOff(self) -> None
        C++: virtual void BoxOff()
        """
        pass

    def BoxOn(self): # real signature unknown; restored from __doc__
        """
        BoxOn(self) -> None
        C++: virtual void BoxOn()
        """
        pass

    def GetBackgroundColor(self): # real signature unknown; restored from __doc__
        """
        GetBackgroundColor(self) -> (float, float, float)
        C++: virtual double *GetBackgroundColor()
        """
        pass

    def GetBackgroundOpacity(self): # real signature unknown; restored from __doc__
        """
        GetBackgroundOpacity(self) -> float
        C++: virtual double GetBackgroundOpacity()
        """
        return 0.0

    def GetBackgroundOpacityMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetBackgroundOpacityMaxValue(self) -> float
        C++: virtual double GetBackgroundOpacityMaxValue()
        """
        return 0.0

    def GetBackgroundOpacityMinValue(self): # real signature unknown; restored from __doc__
        """
        GetBackgroundOpacityMinValue(self) -> float
        C++: virtual double GetBackgroundOpacityMinValue()
        """
        return 0.0

    def GetBorder(self): # real signature unknown; restored from __doc__
        """
        GetBorder(self) -> int
        C++: virtual vtkTypeBool GetBorder()
        """
        return 0

    def GetBox(self): # real signature unknown; restored from __doc__
        """
        GetBox(self) -> int
        C++: virtual vtkTypeBool GetBox()
        """
        return 0

    def GetBoxProperty(self): # real signature unknown; restored from __doc__
        """
        GetBoxProperty(self) -> vtkProperty2D
        C++: vtkProperty2D *GetBoxProperty()
        
        Get the box vtkProperty2D.
        """
        pass

    def GetEntryColor(self, i): # real signature unknown; restored from __doc__
        """
        GetEntryColor(self, i:int) -> (float, float, float)
        C++: double *GetEntryColor(int i)
        """
        pass

    def GetEntryIcon(self, i): # real signature unknown; restored from __doc__
        """
        GetEntryIcon(self, i:int) -> vtkImageData
        C++: vtkImageData *GetEntryIcon(int i)
        """
        pass

    def GetEntryString(self, i): # real signature unknown; restored from __doc__
        """
        GetEntryString(self, i:int) -> str
        C++: const char *GetEntryString(int i)
        """
        return ""

    def GetEntrySymbol(self, i): # real signature unknown; restored from __doc__
        """
        GetEntrySymbol(self, i:int) -> vtkPolyData
        C++: vtkPolyData *GetEntrySymbol(int i)
        """
        pass

    def GetEntryTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetEntryTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetEntryTextProperty()
        """
        pass

    def GetLockBorder(self): # real signature unknown; restored from __doc__
        """
        GetLockBorder(self) -> int
        C++: virtual vtkTypeBool GetLockBorder()
        """
        return 0

    def GetNumberOfEntries(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfEntries(self) -> int
        C++: int GetNumberOfEntries()
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetPadding(self): # real signature unknown; restored from __doc__
        """
        GetPadding(self) -> int
        C++: virtual int GetPadding()
        """
        return 0

    def GetPaddingMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetPaddingMaxValue(self) -> int
        C++: virtual int GetPaddingMaxValue()
        """
        return 0

    def GetPaddingMinValue(self): # real signature unknown; restored from __doc__
        """
        GetPaddingMinValue(self) -> int
        C++: virtual int GetPaddingMinValue()
        """
        return 0

    def GetScalarVisibility(self): # real signature unknown; restored from __doc__
        """
        GetScalarVisibility(self) -> int
        C++: virtual vtkTypeBool GetScalarVisibility()
        """
        return 0

    def GetUseBackground(self): # real signature unknown; restored from __doc__
        """
        GetUseBackground(self) -> int
        C++: virtual vtkTypeBool GetUseBackground()
        """
        return 0

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def LockBorderOff(self): # real signature unknown; restored from __doc__
        """
        LockBorderOff(self) -> None
        C++: virtual void LockBorderOff()
        """
        pass

    def LockBorderOn(self): # real signature unknown; restored from __doc__
        """
        LockBorderOn(self) -> None
        C++: virtual void LockBorderOn()
        """
        pass

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkLegendBoxActor
        C++: vtkLegendBoxActor *NewInstance()
        """
        return vtkLegendBoxActor

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT
        USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS. Release any
        graphics resources that are being consumed by this actor. The
        parameter window could be used to determine which graphic
        resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, viewport:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *viewport) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT
        USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS. Draw the legend
        box to the screen.
        """
        return 0

    def RenderOverlay(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, viewport:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *viewport) override;
        
        Support the standard render methods.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkLegendBoxActor
        C++: static vtkLegendBoxActor *SafeDownCast(vtkObjectBase *o)
        """
        return vtkLegendBoxActor

    def ScalarVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        ScalarVisibilityOff(self) -> None
        C++: virtual void ScalarVisibilityOff()
        """
        pass

    def ScalarVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        ScalarVisibilityOn(self) -> None
        C++: virtual void ScalarVisibilityOn()
        """
        pass

    def SetBackgroundColor(self, _arg1, _arg2, _arg3): # real signature unknown; restored from __doc__
        """
        SetBackgroundColor(self, _arg1:float, _arg2:float, _arg3:float)
            -> None
        C++: virtual void SetBackgroundColor(double _arg1, double _arg2,
            double _arg3)
        SetBackgroundColor(self, _arg:(float, float, float)) -> None
        C++: virtual void SetBackgroundColor(const double _arg[3])
        
        Set/Get background color. Default is: (0.3, 0.3, 0.3).
        """
        pass

    def SetBackgroundOpacity(self, _arg): # real signature unknown; restored from __doc__
        """
        SetBackgroundOpacity(self, _arg:float) -> None
        C++: virtual void SetBackgroundOpacity(double _arg)
        
        Set/Get background opacity. Default is: 1.0
        """
        pass

    def SetBorder(self, _arg): # real signature unknown; restored from __doc__
        """
        SetBorder(self, _arg:int) -> None
        C++: virtual void SetBorder(vtkTypeBool _arg)
        
        Set/Get the flag that controls whether a border will be drawn
        around the legend box.
        """
        pass

    def SetBox(self, _arg): # real signature unknown; restored from __doc__
        """
        SetBox(self, _arg:int) -> None
        C++: virtual void SetBox(vtkTypeBool _arg)
        
        Set/Get the flag that controls whether a box will be drawn/filled
        corresponding to the legend box.
        """
        pass

    def SetEntry(self, i, symbol, string, color, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetEntry(self, i:int, symbol:vtkPolyData, string:str,
            color:[float, float, float]) -> None
        C++: void SetEntry(int i, vtkPolyData *symbol, const char *string,
             double color[3])
        SetEntry(self, i:int, symbol:vtkImageData, string:str,
            color:[float, float, float]) -> None
        C++: void SetEntry(int i, vtkImageData *symbol,
            const char *string, double color[3])
        SetEntry(self, i:int, symbol:vtkPolyData, icon:vtkImageData,
            string:str, color:[float, float, float]) -> None
        C++: void SetEntry(int i, vtkPolyData *symbol, vtkImageData *icon,
             const char *string, double color[3])
        
        Add an entry to the legend box. You must supply a vtkPolyData to
        be used as a symbol (it can be NULL) and a text string (which
        also can be NULL). The vtkPolyData is assumed to be defined in
        the x-y plane, and the text is assumed to be a single line in
        height. Note that when this method is invoked previous entries
        are deleted. Also supply a text string and optionally a color.
        (If a color is not specified, then the entry color is the same as
        this actor's color.) (Note: use the set methods when you use
        SetNumberOfEntries().)
        """
        pass

    def SetEntryColor(self, i, color, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetEntryColor(self, i:int, color:[float, float, float]) -> None
        C++: void SetEntryColor(int i, double color[3])
        SetEntryColor(self, i:int, r:float, g:float, b:float) -> None
        C++: void SetEntryColor(int i, double r, double g, double b)
        """
        pass

    def SetEntryIcon(self, i, icon): # real signature unknown; restored from __doc__
        """
        SetEntryIcon(self, i:int, icon:vtkImageData) -> None
        C++: void SetEntryIcon(int i, vtkImageData *icon)
        """
        pass

    def SetEntryString(self, i, string): # real signature unknown; restored from __doc__
        """
        SetEntryString(self, i:int, string:str) -> None
        C++: void SetEntryString(int i, const char *string)
        """
        pass

    def SetEntrySymbol(self, i, symbol): # real signature unknown; restored from __doc__
        """
        SetEntrySymbol(self, i:int, symbol:vtkPolyData) -> None
        C++: void SetEntrySymbol(int i, vtkPolyData *symbol)
        """
        pass

    def SetEntryTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetEntryTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetEntryTextProperty(vtkTextProperty *p)
        
        Set/Get the text property.
        """
        pass

    def SetLockBorder(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLockBorder(self, _arg:int) -> None
        C++: virtual void SetLockBorder(vtkTypeBool _arg)
        
        Set/Get the flag that controls whether the border and legend
        placement is locked into the rectangle defined by
        (Position,Position2). If off, then the legend box will adjust its
        size so that the border fits nicely around the text and symbols.
        (The ivar is off by default.) Note: the legend box is guaranteed
        to lie within the original border definition.
        """
        pass

    def SetNumberOfEntries(self, num): # real signature unknown; restored from __doc__
        """
        SetNumberOfEntries(self, num:int) -> None
        C++: void SetNumberOfEntries(int num)
        
        Specify the number of entries in the legend box.
        """
        pass

    def SetPadding(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPadding(self, _arg:int) -> None
        C++: virtual void SetPadding(int _arg)
        
        Set/Get the padding between the legend entries and the border.
        The value is specified in pixels.
        """
        pass

    def SetScalarVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetScalarVisibility(self, _arg:int) -> None
        C++: virtual void SetScalarVisibility(vtkTypeBool _arg)
        
        Turn on/off flag to control whether the symbol's scalar data is
        used to color the symbol. If off, the color of the
        vtkLegendBoxActor is used.
        """
        pass

    def SetUseBackground(self, _arg): # real signature unknown; restored from __doc__
        """
        SetUseBackground(self, _arg:int) -> None
        C++: virtual void SetUseBackground(vtkTypeBool _arg)
        
        Turn on/off background.
        """
        pass

    def ShallowCopy(self, prop): # real signature unknown; restored from __doc__
        """
        ShallowCopy(self, prop:vtkProp) -> None
        C++: void ShallowCopy(vtkProp *prop) override;
        
        Shallow copy of this scaled text actor. Overloads the virtual
        vtkProp method.
        """
        pass

    def UseBackgroundOff(self): # real signature unknown; restored from __doc__
        """
        UseBackgroundOff(self) -> None
        C++: virtual void UseBackgroundOff()
        """
        pass

    def UseBackgroundOn(self): # real signature unknown; restored from __doc__
        """
        UseBackgroundOn(self) -> None
        C++: virtual void UseBackgroundOn()
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkLegendBoxActor\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetNumberOfEntries\': <method \'SetNumberOfEntries\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetNumberOfEntries\': <method \'GetNumberOfEntries\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetEntry\': <method \'SetEntry\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetEntrySymbol\': <method \'SetEntrySymbol\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetEntryIcon\': <method \'SetEntryIcon\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetEntryString\': <method \'SetEntryString\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetEntryColor\': <method \'SetEntryColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetEntrySymbol\': <method \'GetEntrySymbol\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetEntryIcon\': <method \'GetEntryIcon\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetEntryString\': <method \'GetEntryString\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetEntryColor\': <method \'GetEntryColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetEntryTextProperty\': <method \'SetEntryTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetEntryTextProperty\': <method \'GetEntryTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetBorder\': <method \'SetBorder\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetBorder\': <method \'GetBorder\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'BorderOn\': <method \'BorderOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'BorderOff\': <method \'BorderOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetLockBorder\': <method \'SetLockBorder\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetLockBorder\': <method \'GetLockBorder\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'LockBorderOn\': <method \'LockBorderOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'LockBorderOff\': <method \'LockBorderOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetBox\': <method \'SetBox\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetBox\': <method \'GetBox\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'BoxOn\': <method \'BoxOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'BoxOff\': <method \'BoxOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetBoxProperty\': <method \'GetBoxProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetPadding\': <method \'SetPadding\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetPaddingMinValue\': <method \'GetPaddingMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetPaddingMaxValue\': <method \'GetPaddingMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetPadding\': <method \'GetPadding\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetScalarVisibility\': <method \'SetScalarVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetScalarVisibility\': <method \'GetScalarVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'ScalarVisibilityOn\': <method \'ScalarVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'ScalarVisibilityOff\': <method \'ScalarVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetUseBackground\': <method \'SetUseBackground\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetUseBackground\': <method \'GetUseBackground\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'UseBackgroundOn\': <method \'UseBackgroundOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'UseBackgroundOff\': <method \'UseBackgroundOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetBackgroundColor\': <method \'SetBackgroundColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetBackgroundColor\': <method \'GetBackgroundColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'SetBackgroundOpacity\': <method \'SetBackgroundOpacity\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetBackgroundOpacityMinValue\': <method \'GetBackgroundOpacityMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetBackgroundOpacityMaxValue\': <method \'GetBackgroundOpacityMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'GetBackgroundOpacity\': <method \'GetBackgroundOpacity\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'ShallowCopy\': <method \'ShallowCopy\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'RenderOverlay\': <method \'RenderOverlay\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'HasTranslucentPolygonalGeometry\': <method \'HasTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'__new__\': <built-in method __new__ of type object at 0x00007FF820608570>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkLegendBoxActor\' objects>, \'__doc__\': "vtkLegendBoxActor - draw symbols with text\\n\\nSuperclass: vtkActor2D\\n\\nvtkLegendBoxActor is used to associate a symbol with a text string.\\nThe user specifies a vtkPolyData to use as the symbol, and a string\\nassociated with the symbol. The actor can then be placed in the scene\\nin the same way that any other vtkActor2D can be used.\\n\\nTo use this class, you must define the position of the legend box by\\nusing the superclasses\' vtkActor2D::Position coordinate and Position2\\ncoordinate. Then define the set of symbols and text strings that make\\nup the menu box. The font attributes of the entries can be set\\nthrough the vtkTextProperty associated to this actor. The class will\\nscale the symbols and text to fit in the legend box defined by\\n(Position,Position2). Optional features like turning on a border line\\nand setting the spacing between the border and the symbols/text can\\nalso be set.\\n\\n@sa\\nvtkXYPlotActor vtkActor2D vtkGlyphSource2D\\n\\n"})'
    __vtkname__ = 'vtkLegendBoxActor'


class vtkLegendScaleActor(__vtkmodules_vtkRenderingCore.vtkProp):
    """
    vtkLegendScaleActor - annotate the render window with scale and
    distance information
    
    Superclass: vtkProp
    
    This class is used to annotate the render window. Its basic goal is
    to provide an indication of the scale of the scene. Four axes
    surrounding the render window indicate (in a variety of ways) the
    scale of what the camera is viewing. An option also exists for
    displaying a scale legend.
    
    The axes can be programmed either to display distance scales or x-y
    coordinate values. By default, the scales display a distance.
    However, if you know that the view is down the z-axis, the scales can
    be programmed to display x-y coordinate values.
    
    @warning
    Please be aware that the axes and scale values are subject to
    perspective effects. The distances are computed in the focal plane of
    the camera. When there are large view angles (i.e., perspective
    projection), the computed distances may provide users the wrong sense
    of scale. These effects are not present when parallel projection is
    enabled.
    """
    def AllAnnotationsOff(self): # real signature unknown; restored from __doc__
        """
        AllAnnotationsOff(self) -> None
        C++: void AllAnnotationsOff()
        """
        pass

    def AllAnnotationsOn(self): # real signature unknown; restored from __doc__
        """
        AllAnnotationsOn(self) -> None
        C++: void AllAnnotationsOn()
        
        Convenience method that turns all the axes and the legend scale.
        """
        pass

    def AllAxesOff(self): # real signature unknown; restored from __doc__
        """
        AllAxesOff(self) -> None
        C++: void AllAxesOff()
        """
        pass

    def AllAxesOn(self): # real signature unknown; restored from __doc__
        """
        AllAxesOn(self) -> None
        C++: void AllAxesOn()
        
        Convenience method that turns all the axes either on or off.
        """
        pass

    def BottomAxisVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        BottomAxisVisibilityOff(self) -> None
        C++: virtual void BottomAxisVisibilityOff()
        """
        pass

    def BottomAxisVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        BottomAxisVisibilityOn(self) -> None
        C++: virtual void BottomAxisVisibilityOn()
        """
        pass

    def BuildRepresentation(self, viewport): # real signature unknown; restored from __doc__
        """
        BuildRepresentation(self, viewport:vtkViewport) -> None
        C++: virtual void BuildRepresentation(vtkViewport *viewport)
        
        Standard methods supporting the rendering process.
        """
        pass

    def GetActors2D(self, __a): # real signature unknown; restored from __doc__
        """
        GetActors2D(self, __a:vtkPropCollection) -> None
        C++: void GetActors2D(vtkPropCollection *) override;
        """
        pass

    def GetBottomAxis(self): # real signature unknown; restored from __doc__
        """
        GetBottomAxis(self) -> vtkAxisActor2D
        C++: virtual vtkAxisActor2D *GetBottomAxis()
        """
        return vtkAxisActor2D

    def GetBottomAxisVisibility(self): # real signature unknown; restored from __doc__
        """
        GetBottomAxisVisibility(self) -> int
        C++: virtual vtkTypeBool GetBottomAxisVisibility()
        """
        return 0

    def GetBottomBorderOffset(self): # real signature unknown; restored from __doc__
        """
        GetBottomBorderOffset(self) -> int
        C++: virtual int GetBottomBorderOffset()
        """
        return 0

    def GetBottomBorderOffsetMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetBottomBorderOffsetMaxValue(self) -> int
        C++: virtual int GetBottomBorderOffsetMaxValue()
        """
        return 0

    def GetBottomBorderOffsetMinValue(self): # real signature unknown; restored from __doc__
        """
        GetBottomBorderOffsetMinValue(self) -> int
        C++: virtual int GetBottomBorderOffsetMinValue()
        """
        return 0

    def GetCornerOffsetFactor(self): # real signature unknown; restored from __doc__
        """
        GetCornerOffsetFactor(self) -> float
        C++: virtual double GetCornerOffsetFactor()
        """
        return 0.0

    def GetCornerOffsetFactorMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetCornerOffsetFactorMaxValue(self) -> float
        C++: virtual double GetCornerOffsetFactorMaxValue()
        """
        return 0.0

    def GetCornerOffsetFactorMinValue(self): # real signature unknown; restored from __doc__
        """
        GetCornerOffsetFactorMinValue(self) -> float
        C++: virtual double GetCornerOffsetFactorMinValue()
        """
        return 0.0

    def GetLabelMode(self): # real signature unknown; restored from __doc__
        """
        GetLabelMode(self) -> int
        C++: virtual int GetLabelMode()
        """
        return 0

    def GetLabelModeMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetLabelModeMaxValue(self) -> int
        C++: virtual int GetLabelModeMaxValue()
        """
        return 0

    def GetLabelModeMinValue(self): # real signature unknown; restored from __doc__
        """
        GetLabelModeMinValue(self) -> int
        C++: virtual int GetLabelModeMinValue()
        """
        return 0

    def GetLeftAxis(self): # real signature unknown; restored from __doc__
        """
        GetLeftAxis(self) -> vtkAxisActor2D
        C++: virtual vtkAxisActor2D *GetLeftAxis()
        """
        return vtkAxisActor2D

    def GetLeftAxisVisibility(self): # real signature unknown; restored from __doc__
        """
        GetLeftAxisVisibility(self) -> int
        C++: virtual vtkTypeBool GetLeftAxisVisibility()
        """
        return 0

    def GetLeftBorderOffset(self): # real signature unknown; restored from __doc__
        """
        GetLeftBorderOffset(self) -> int
        C++: virtual int GetLeftBorderOffset()
        """
        return 0

    def GetLeftBorderOffsetMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetLeftBorderOffsetMaxValue(self) -> int
        C++: virtual int GetLeftBorderOffsetMaxValue()
        """
        return 0

    def GetLeftBorderOffsetMinValue(self): # real signature unknown; restored from __doc__
        """
        GetLeftBorderOffsetMinValue(self) -> int
        C++: virtual int GetLeftBorderOffsetMinValue()
        """
        return 0

    def GetLegendLabelProperty(self): # real signature unknown; restored from __doc__
        """
        GetLegendLabelProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetLegendLabelProperty()
        """
        pass

    def GetLegendTitleProperty(self): # real signature unknown; restored from __doc__
        """
        GetLegendTitleProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetLegendTitleProperty()
        
        Set/Get the labels text properties for the legend title and
        labels.
        """
        pass

    def GetLegendVisibility(self): # real signature unknown; restored from __doc__
        """
        GetLegendVisibility(self) -> int
        C++: virtual vtkTypeBool GetLegendVisibility()
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetRightAxis(self): # real signature unknown; restored from __doc__
        """
        GetRightAxis(self) -> vtkAxisActor2D
        C++: virtual vtkAxisActor2D *GetRightAxis()
        
        These are methods to retrieve the vtkAxisActors used to represent
        the four axes that form this representation. Users may retrieve
        and then modify these axes to control their appearance.
        """
        return vtkAxisActor2D

    def GetRightAxisVisibility(self): # real signature unknown; restored from __doc__
        """
        GetRightAxisVisibility(self) -> int
        C++: virtual vtkTypeBool GetRightAxisVisibility()
        """
        return 0

    def GetRightBorderOffset(self): # real signature unknown; restored from __doc__
        """
        GetRightBorderOffset(self) -> int
        C++: virtual int GetRightBorderOffset()
        """
        return 0

    def GetRightBorderOffsetMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetRightBorderOffsetMaxValue(self) -> int
        C++: virtual int GetRightBorderOffsetMaxValue()
        """
        return 0

    def GetRightBorderOffsetMinValue(self): # real signature unknown; restored from __doc__
        """
        GetRightBorderOffsetMinValue(self) -> int
        C++: virtual int GetRightBorderOffsetMinValue()
        """
        return 0

    def GetTopAxis(self): # real signature unknown; restored from __doc__
        """
        GetTopAxis(self) -> vtkAxisActor2D
        C++: virtual vtkAxisActor2D *GetTopAxis()
        """
        return vtkAxisActor2D

    def GetTopAxisVisibility(self): # real signature unknown; restored from __doc__
        """
        GetTopAxisVisibility(self) -> int
        C++: virtual vtkTypeBool GetTopAxisVisibility()
        """
        return 0

    def GetTopBorderOffset(self): # real signature unknown; restored from __doc__
        """
        GetTopBorderOffset(self) -> int
        C++: virtual int GetTopBorderOffset()
        """
        return 0

    def GetTopBorderOffsetMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetTopBorderOffsetMaxValue(self) -> int
        C++: virtual int GetTopBorderOffsetMaxValue()
        """
        return 0

    def GetTopBorderOffsetMinValue(self): # real signature unknown; restored from __doc__
        """
        GetTopBorderOffsetMinValue(self) -> int
        C++: virtual int GetTopBorderOffsetMinValue()
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def LeftAxisVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        LeftAxisVisibilityOff(self) -> None
        C++: virtual void LeftAxisVisibilityOff()
        """
        pass

    def LeftAxisVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        LeftAxisVisibilityOn(self) -> None
        C++: virtual void LeftAxisVisibilityOn()
        """
        pass

    def LegendVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        LegendVisibilityOff(self) -> None
        C++: virtual void LegendVisibilityOff()
        """
        pass

    def LegendVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        LegendVisibilityOn(self) -> None
        C++: virtual void LegendVisibilityOn()
        """
        pass

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkLegendScaleActor
        C++: vtkLegendScaleActor *NewInstance()
        """
        return vtkLegendScaleActor

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release
        any graphics resources that are being consumed by this actor. The
        parameter window could be used to determine which graphic
        resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, __a:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT
        USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS All concrete
        subclasses must be able to render themselves. There are four key
        render methods in vtk and they correspond to four different
        points in the rendering cycle. Any given prop may implement one
        or more of these methods. The first method is intended for
        rendering all opaque geometry. The second method is intended for
        rendering all translucent polygonal geometry. The third one is
        intended for rendering all translucent volumetric geometry. Most
        of the volume rendering mappers draw their results during this
        third method. The last method is to render any 2D annotation or
        overlays. Each of these methods return an integer value
        indicating whether or not this render method was applied to this
        data.
        """
        return 0

    def RenderOverlay(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, __a:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *) override;
        """
        return 0

    def RightAxisVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        RightAxisVisibilityOff(self) -> None
        C++: virtual void RightAxisVisibilityOff()
        """
        pass

    def RightAxisVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        RightAxisVisibilityOn(self) -> None
        C++: virtual void RightAxisVisibilityOn()
        """
        pass

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkLegendScaleActor
        C++: static vtkLegendScaleActor *SafeDownCast(vtkObjectBase *o)
        """
        return vtkLegendScaleActor

    def SetBottomAxisVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetBottomAxisVisibility(self, _arg:int) -> None
        C++: virtual void SetBottomAxisVisibility(vtkTypeBool _arg)
        """
        pass

    def SetBottomBorderOffset(self, _arg): # real signature unknown; restored from __doc__
        """
        SetBottomBorderOffset(self, _arg:int) -> None
        C++: virtual void SetBottomBorderOffset(int _arg)
        
        Set/Get the offset of the bottom axis from the border. This
        number is expressed in pixels, and represents the approximate
        distance of the axes from the sides of the renderer. The default
        is 30.
        """
        pass

    def SetCornerOffsetFactor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetCornerOffsetFactor(self, _arg:float) -> None
        C++: virtual void SetCornerOffsetFactor(double _arg)
        
        Get/Set the corner offset. This is the offset factor used to
        offset the axes at the corners. Default value is 2.0.
        """
        pass

    def SetLabelMode(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelMode(self, _arg:int) -> None
        C++: virtual void SetLabelMode(int _arg)
        
        Specify the mode for labeling the scale axes. By default, the
        axes are labeled with the distance between points (centered at a
        distance of 0.0). Alternatively if you know that the view is down
        the z-axis; the axes can be labeled with x-y coordinate values.
        """
        pass

    def SetLabelModeToDistance(self): # real signature unknown; restored from __doc__
        """
        SetLabelModeToDistance(self) -> None
        C++: void SetLabelModeToDistance()
        """
        pass

    def SetLabelModeToXYCoordinates(self): # real signature unknown; restored from __doc__
        """
        SetLabelModeToXYCoordinates(self) -> None
        C++: void SetLabelModeToXYCoordinates()
        """
        pass

    def SetLeftAxisVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLeftAxisVisibility(self, _arg:int) -> None
        C++: virtual void SetLeftAxisVisibility(vtkTypeBool _arg)
        """
        pass

    def SetLeftBorderOffset(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLeftBorderOffset(self, _arg:int) -> None
        C++: virtual void SetLeftBorderOffset(int _arg)
        
        Set/Get the offset of the left axis from the border. This number
        is expressed in pixels, and represents the approximate distance
        of the axes from the sides of the renderer. The default is 50.
        """
        pass

    def SetLegendVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLegendVisibility(self, _arg:int) -> None
        C++: virtual void SetLegendVisibility(vtkTypeBool _arg)
        
        Indicate whether the legend scale should be displayed or not. The
        default is On.
        """
        pass

    def SetRightAxisVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRightAxisVisibility(self, _arg:int) -> None
        C++: virtual void SetRightAxisVisibility(vtkTypeBool _arg)
        
        Set/Get the flags that control which of the four axes to display
        (top, bottom, left and right). By default, all the axes are
        displayed.
        """
        pass

    def SetRightBorderOffset(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRightBorderOffset(self, _arg:int) -> None
        C++: virtual void SetRightBorderOffset(int _arg)
        
        Set/Get the offset of the right axis from the border. This number
        is expressed in pixels, and represents the approximate distance
        of the axes from the sides of the renderer. The default is 50.
        """
        pass

    def SetTopAxisVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTopAxisVisibility(self, _arg:int) -> None
        C++: virtual void SetTopAxisVisibility(vtkTypeBool _arg)
        """
        pass

    def SetTopBorderOffset(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTopBorderOffset(self, _arg:int) -> None
        C++: virtual void SetTopBorderOffset(int _arg)
        
        Set/Get the offset of the top axis from the border. This number
        is expressed in pixels, and represents the approximate distance
        of the axes from the sides of the renderer. The default is 30.
        """
        pass

    def TopAxisVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        TopAxisVisibilityOff(self) -> None
        C++: virtual void TopAxisVisibilityOff()
        """
        pass

    def TopAxisVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        TopAxisVisibilityOn(self) -> None
        C++: virtual void TopAxisVisibilityOn()
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    AttributeLocation = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor.AttributeLocation'>"
    DISTANCE = 0
    XY_COORDINATES = 1
    __dict__ = None # (!) real value is "mappingproxy({'__vtkname__': 'vtkLegendScaleActor', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'SetLabelMode': <method 'SetLabelMode' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetLabelModeMinValue': <method 'GetLabelModeMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetLabelModeMaxValue': <method 'GetLabelModeMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetLabelMode': <method 'GetLabelMode' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'SetLabelModeToDistance': <method 'SetLabelModeToDistance' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'SetLabelModeToXYCoordinates': <method 'SetLabelModeToXYCoordinates' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'SetRightAxisVisibility': <method 'SetRightAxisVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetRightAxisVisibility': <method 'GetRightAxisVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'RightAxisVisibilityOn': <method 'RightAxisVisibilityOn' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'RightAxisVisibilityOff': <method 'RightAxisVisibilityOff' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'SetTopAxisVisibility': <method 'SetTopAxisVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetTopAxisVisibility': <method 'GetTopAxisVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'TopAxisVisibilityOn': <method 'TopAxisVisibilityOn' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'TopAxisVisibilityOff': <method 'TopAxisVisibilityOff' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'SetLeftAxisVisibility': <method 'SetLeftAxisVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetLeftAxisVisibility': <method 'GetLeftAxisVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'LeftAxisVisibilityOn': <method 'LeftAxisVisibilityOn' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'LeftAxisVisibilityOff': <method 'LeftAxisVisibilityOff' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'SetBottomAxisVisibility': <method 'SetBottomAxisVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetBottomAxisVisibility': <method 'GetBottomAxisVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'BottomAxisVisibilityOn': <method 'BottomAxisVisibilityOn' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'BottomAxisVisibilityOff': <method 'BottomAxisVisibilityOff' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'SetLegendVisibility': <method 'SetLegendVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetLegendVisibility': <method 'GetLegendVisibility' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'LegendVisibilityOn': <method 'LegendVisibilityOn' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'LegendVisibilityOff': <method 'LegendVisibilityOff' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'AllAxesOn': <method 'AllAxesOn' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'AllAxesOff': <method 'AllAxesOff' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'AllAnnotationsOn': <method 'AllAnnotationsOn' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'AllAnnotationsOff': <method 'AllAnnotationsOff' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'SetRightBorderOffset': <method 'SetRightBorderOffset' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetRightBorderOffsetMinValue': <method 'GetRightBorderOffsetMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetRightBorderOffsetMaxValue': <method 'GetRightBorderOffsetMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetRightBorderOffset': <method 'GetRightBorderOffset' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'SetTopBorderOffset': <method 'SetTopBorderOffset' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetTopBorderOffsetMinValue': <method 'GetTopBorderOffsetMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetTopBorderOffsetMaxValue': <method 'GetTopBorderOffsetMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetTopBorderOffset': <method 'GetTopBorderOffset' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'SetLeftBorderOffset': <method 'SetLeftBorderOffset' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetLeftBorderOffsetMinValue': <method 'GetLeftBorderOffsetMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetLeftBorderOffsetMaxValue': <method 'GetLeftBorderOffsetMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetLeftBorderOffset': <method 'GetLeftBorderOffset' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'SetBottomBorderOffset': <method 'SetBottomBorderOffset' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetBottomBorderOffsetMinValue': <method 'GetBottomBorderOffsetMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetBottomBorderOffsetMaxValue': <method 'GetBottomBorderOffsetMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetBottomBorderOffset': <method 'GetBottomBorderOffset' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'SetCornerOffsetFactor': <method 'SetCornerOffsetFactor' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetCornerOffsetFactorMinValue': <method 'GetCornerOffsetFactorMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetCornerOffsetFactorMaxValue': <method 'GetCornerOffsetFactorMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetCornerOffsetFactor': <method 'GetCornerOffsetFactor' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetLegendTitleProperty': <method 'GetLegendTitleProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetLegendLabelProperty': <method 'GetLegendLabelProperty' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetRightAxis': <method 'GetRightAxis' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetTopAxis': <method 'GetTopAxis' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetLeftAxis': <method 'GetLeftAxis' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetBottomAxis': <method 'GetBottomAxis' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'BuildRepresentation': <method 'BuildRepresentation' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'GetActors2D': <method 'GetActors2D' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'ReleaseGraphicsResources': <method 'ReleaseGraphicsResources' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'RenderOverlay': <method 'RenderOverlay' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'RenderOpaqueGeometry': <method 'RenderOpaqueGeometry' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, 'AttributeLocation': <class 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor.AttributeLocation'>, 'DISTANCE': 0, 'XY_COORDINATES': 1, '__new__': <built-in method __new__ of type object at 0x00007FF820609140>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkRenderingAnnotation.vtkLegendScaleActor' objects>, '__doc__': 'vtkLegendScaleActor - annotate the render window with scale and\\ndistance information\\n\\nSuperclass: vtkProp\\n\\nThis class is used to annotate the render window. Its basic goal is\\nto provide an indication of the scale of the scene. Four axes\\nsurrounding the render window indicate (in a variety of ways) the\\nscale of what the camera is viewing. An option also exists for\\ndisplaying a scale legend.\\n\\nThe axes can be programmed either to display distance scales or x-y\\ncoordinate values. By default, the scales display a distance.\\nHowever, if you know that the view is down the z-axis, the scales can\\nbe programmed to display x-y coordinate values.\\n\\n@warning\\nPlease be aware that the axes and scale values are subject to\\nperspective effects. The distances are computed in the focal plane of\\nthe camera. When there are large view angles (i.e., perspective\\nprojection), the computed distances may provide users the wrong sense\\nof scale. These effects are not present when parallel projection is\\nenabled.\\n\\n'})"
    __vtkname__ = 'vtkLegendScaleActor'


class vtkParallelCoordinatesActor(__vtkmodules_vtkRenderingCore.vtkActor2D):
    """
    vtkParallelCoordinatesActor - create parallel coordinate display from
    input field
    
    Superclass: vtkActor2D
    
    vtkParallelCoordinatesActor generates a parallel coordinates plot
    from an input field (i.e., vtkDataObject). Parallel coordinates
    represent N-dimensional data by using a set of N parallel axes (not
    orthogonal like the usual x-y-z Cartesian axes). Each N-dimensional
    point is plotted as a polyline, were each of the N components of the
    point lie on one of the N axes, and the components are connected by
    straight lines.
    
    To use this class, you must specify an input data object. You'll
    probably also want to specify the position of the plot be setting the
    Position and Position2 instance variables, which define a rectangle
    in which the plot lies. Another important parameter is the
    IndependentVariables ivar, which tells the instance how to interpret
    the field data (independent variables as the rows or columns of the
    field). There are also many other instance variables that control the
    look of the plot includes its title, attributes, number of ticks on
    the axes, etc.
    
    Set the text property/attributes of the title and the labels through
    the vtkTextProperty objects associated to this actor.
    
    @warning
    Field data is not necessarily "rectangular" in shape. In these cases,
    some of the data may not be plotted.
    
    @warning
    Field data can contain non-numeric arrays (i.e. arrays not subclasses
    of vtkDataArray). Such arrays are skipped.
    
    @warning
    The early implementation lacks many features that could be added in
    the future. This includes the ability to "brush" data (choose regions
    along an axis and highlight any points/lines passing through the
    region); efficiency is really bad; more control over the properties
    of the plot (separate properties for each axes,title,etc.; and using
    the labels found in the field to label each of the axes.
    
    @sa
    vtkAxisActor3D can be used to create axes in world coordinate space.
    vtkActor2D vtkTextMapper vtkPolyDataMapper2D vtkScalarBarActor
    vtkCoordinate vtkTextProperty
    """
    def GetIndependentVariables(self): # real signature unknown; restored from __doc__
        """
        GetIndependentVariables(self) -> int
        C++: virtual int GetIndependentVariables()
        """
        return 0

    def GetIndependentVariablesMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetIndependentVariablesMaxValue(self) -> int
        C++: virtual int GetIndependentVariablesMaxValue()
        """
        return 0

    def GetIndependentVariablesMinValue(self): # real signature unknown; restored from __doc__
        """
        GetIndependentVariablesMinValue(self) -> int
        C++: virtual int GetIndependentVariablesMinValue()
        """
        return 0

    def GetInput(self): # real signature unknown; restored from __doc__
        """
        GetInput(self) -> vtkDataObject
        C++: vtkDataObject *GetInput()
        
        Remove a dataset from the list of data to append.
        """
        pass

    def GetLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetLabelFormat(self) -> str
        C++: virtual char *GetLabelFormat()
        """
        return ""

    def GetLabelTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetLabelTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetLabelTextProperty()
        """
        pass

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfLabels(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfLabels(self) -> int
        C++: virtual int GetNumberOfLabels()
        """
        return 0

    def GetNumberOfLabelsMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfLabelsMaxValue(self) -> int
        C++: virtual int GetNumberOfLabelsMaxValue()
        """
        return 0

    def GetNumberOfLabelsMinValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfLabelsMinValue(self) -> int
        C++: virtual int GetNumberOfLabelsMinValue()
        """
        return 0

    def GetTitle(self): # real signature unknown; restored from __doc__
        """
        GetTitle(self) -> str
        C++: virtual char *GetTitle()
        """
        return ""

    def GetTitleTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetTitleTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetTitleTextProperty()
        """
        pass

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkParallelCoordinatesActor
        C++: vtkParallelCoordinatesActor *NewInstance()
        """
        return vtkParallelCoordinatesActor

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, __a:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *) override;
        
        Draw the parallel coordinates plot.
        """
        return 0

    def RenderOverlay(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, __a:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *) override;
        
        Support the standard render methods.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkParallelCoordinatesActor
        C++: static vtkParallelCoordinatesActor *SafeDownCast(
            vtkObjectBase *o)
        """
        return vtkParallelCoordinatesActor

    def SetIndependentVariables(self, _arg): # real signature unknown; restored from __doc__
        """
        SetIndependentVariables(self, _arg:int) -> None
        C++: virtual void SetIndependentVariables(int _arg)
        
        Specify whether to use the rows or columns as independent
        variables. If columns, then each row represents a separate point.
        If rows, then each column represents a separate point.
        """
        pass

    def SetIndependentVariablesToColumns(self): # real signature unknown; restored from __doc__
        """
        SetIndependentVariablesToColumns(self) -> None
        C++: void SetIndependentVariablesToColumns()
        """
        pass

    def SetIndependentVariablesToRows(self): # real signature unknown; restored from __doc__
        """
        SetIndependentVariablesToRows(self) -> None
        C++: void SetIndependentVariablesToRows()
        """
        pass

    def SetInputConnection(self, __a): # real signature unknown; restored from __doc__
        """
        SetInputConnection(self, __a:vtkAlgorithmOutput) -> None
        C++: virtual void SetInputConnection(vtkAlgorithmOutput *)
        
        Set the input to the parallel coordinates actor. Creates a
        pipeline connection.
        """
        pass

    def SetInputData(self, __a): # real signature unknown; restored from __doc__
        """
        SetInputData(self, __a:vtkDataObject) -> None
        C++: virtual void SetInputData(vtkDataObject *)
        
        Set the input to the parallel coordinates actor. Does not create
        a pipeline connection.
        """
        pass

    def SetLabelFormat(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelFormat(self, _arg:str) -> None
        C++: virtual void SetLabelFormat(const char *_arg)
        
        Set/Get the format with which to print the labels on the axes.
        """
        pass

    def SetLabelTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetLabelTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetLabelTextProperty(vtkTextProperty *p)
        
        Set/Get the labels text property.
        """
        pass

    def SetNumberOfLabels(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNumberOfLabels(self, _arg:int) -> None
        C++: virtual void SetNumberOfLabels(int _arg)
        
        Set/Get the number of annotation labels to show along each axis.
        This values is a suggestion: the number of labels may vary
        depending on the particulars of the data.
        """
        pass

    def SetTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitle(self, _arg:str) -> None
        C++: virtual void SetTitle(const char *_arg)
        
        Set/Get the title of the parallel coordinates plot.
        """
        pass

    def SetTitleTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetTitleTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetTitleTextProperty(vtkTextProperty *p)
        
        Set/Get the title text property.
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkParallelCoordinatesActor\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'SetIndependentVariables\': <method \'SetIndependentVariables\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'GetIndependentVariablesMinValue\': <method \'GetIndependentVariablesMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'GetIndependentVariablesMaxValue\': <method \'GetIndependentVariablesMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'GetIndependentVariables\': <method \'GetIndependentVariables\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'SetIndependentVariablesToColumns\': <method \'SetIndependentVariablesToColumns\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'SetIndependentVariablesToRows\': <method \'SetIndependentVariablesToRows\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'SetTitle\': <method \'SetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'GetTitle\': <method \'GetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'SetNumberOfLabels\': <method \'SetNumberOfLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'GetNumberOfLabelsMinValue\': <method \'GetNumberOfLabelsMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'GetNumberOfLabelsMaxValue\': <method \'GetNumberOfLabelsMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'GetNumberOfLabels\': <method \'GetNumberOfLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'SetLabelFormat\': <method \'SetLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'GetLabelFormat\': <method \'GetLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'SetTitleTextProperty\': <method \'SetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'GetTitleTextProperty\': <method \'GetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'SetLabelTextProperty\': <method \'SetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'GetLabelTextProperty\': <method \'GetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'RenderOverlay\': <method \'RenderOverlay\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'HasTranslucentPolygonalGeometry\': <method \'HasTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'SetInputConnection\': <method \'SetInputConnection\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'SetInputData\': <method \'SetInputData\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'GetInput\': <method \'GetInput\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'__new__\': <built-in method __new__ of type object at 0x00007FF820609710>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkParallelCoordinatesActor\' objects>, \'__doc__\': \'vtkParallelCoordinatesActor - create parallel coordinate display from\\ninput field\\n\\nSuperclass: vtkActor2D\\n\\nvtkParallelCoordinatesActor generates a parallel coordinates plot\\nfrom an input field (i.e., vtkDataObject). Parallel coordinates\\nrepresent N-dimensional data by using a set of N parallel axes (not\\northogonal like the usual x-y-z Cartesian axes). Each N-dimensional\\npoint is plotted as a polyline, were each of the N components of the\\npoint lie on one of the N axes, and the components are connected by\\nstraight lines.\\n\\nTo use this class, you must specify an input data object. You\\\'ll\\nprobably also want to specify the position of the plot be setting the\\nPosition and Position2 instance variables, which define a rectangle\\nin which the plot lies. Another important parameter is the\\nIndependentVariables ivar, which tells the instance how to interpret\\nthe field data (independent variables as the rows or columns of the\\nfield). There are also many other instance variables that control the\\nlook of the plot includes its title, attributes, number of ticks on\\nthe axes, etc.\\n\\nSet the text property/attributes of the title and the labels through\\nthe vtkTextProperty objects associated to this actor.\\n\\n@warning\\nField data is not necessarily "rectangular" in shape. In these cases,\\nsome of the data may not be plotted.\\n\\n@warning\\nField data can contain non-numeric arrays (i.e. arrays not subclasses\\nof vtkDataArray). Such arrays are skipped.\\n\\n@warning\\nThe early implementation lacks many features that could be added in\\nthe future. This includes the ability to "brush" data (choose regions\\nalong an axis and highlight any points/lines passing through the\\nregion); efficiency is really bad; more control over the properties\\nof the plot (separate properties for each axes,title,etc.; and using\\nthe labels found in the field to label each of the axes.\\n\\n@sa\\nvtkAxisActor3D can be used to create axes in world coordinate space.\\nvtkActor2D vtkTextMapper vtkPolyDataMapper2D vtkScalarBarActor\\nvtkCoordinate vtkTextProperty\\n\\n\'})'
    __vtkname__ = 'vtkParallelCoordinatesActor'


class vtkPieChartActor(__vtkmodules_vtkRenderingCore.vtkActor2D):
    """
    vtkPieChartActor - create a pie chart from an array
    
    Superclass: vtkActor2D
    
    vtkPieChartActor generates a pie chart from an array of numbers
    defined in field data (a vtkDataObject). To use this class, you must
    specify an input data object. You'll probably also want to specify
    the position of the plot be setting the Position and Position2
    instance variables, which define a rectangle in which the plot lies. 
    There are also many other instance variables that control the look of
    the plot includes its title, and legend.
    
    Set the text property/attributes of the title and the labels through
    the vtkTextProperty objects associated with these components.
    
    @sa
    vtkParallelCoordinatesActor vtkXYPlotActor2D vtkSpiderPlotActor
    """
    def GetInput(self): # real signature unknown; restored from __doc__
        """
        GetInput(self) -> vtkDataObject
        C++: virtual vtkDataObject *GetInput()
        
        Get the input data object to this actor.
        """
        pass

    def GetLabelTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetLabelTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetLabelTextProperty()
        """
        pass

    def GetLabelVisibility(self): # real signature unknown; restored from __doc__
        """
        GetLabelVisibility(self) -> int
        C++: virtual vtkTypeBool GetLabelVisibility()
        """
        return 0

    def GetLegendActor(self): # real signature unknown; restored from __doc__
        """
        GetLegendActor(self) -> vtkLegendBoxActor
        C++: virtual vtkLegendBoxActor *GetLegendActor()
        
        Retrieve handles to the legend box. This is useful if you would
        like to manually control the legend appearance.
        """
        return vtkLegendBoxActor

    def GetLegendVisibility(self): # real signature unknown; restored from __doc__
        """
        GetLegendVisibility(self) -> int
        C++: virtual vtkTypeBool GetLegendVisibility()
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetPieceColor(self, i): # real signature unknown; restored from __doc__
        """
        GetPieceColor(self, i:int) -> Pointer
        C++: double *GetPieceColor(int i)
        """
        pass

    def GetPieceLabel(self, i): # real signature unknown; restored from __doc__
        """
        GetPieceLabel(self, i:int) -> str
        C++: const char *GetPieceLabel(int i)
        """
        return ""

    def GetTitle(self): # real signature unknown; restored from __doc__
        """
        GetTitle(self) -> str
        C++: virtual char *GetTitle()
        """
        return ""

    def GetTitleTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetTitleTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetTitleTextProperty()
        """
        pass

    def GetTitleVisibility(self): # real signature unknown; restored from __doc__
        """
        GetTitleVisibility(self) -> int
        C++: virtual vtkTypeBool GetTitleVisibility()
        """
        return 0

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def LabelVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        LabelVisibilityOff(self) -> None
        C++: virtual void LabelVisibilityOff()
        """
        pass

    def LabelVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        LabelVisibilityOn(self) -> None
        C++: virtual void LabelVisibilityOn()
        """
        pass

    def LegendVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        LegendVisibilityOff(self) -> None
        C++: virtual void LegendVisibilityOff()
        """
        pass

    def LegendVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        LegendVisibilityOn(self) -> None
        C++: virtual void LegendVisibilityOn()
        """
        pass

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkPieChartActor
        C++: vtkPieChartActor *NewInstance()
        """
        return vtkPieChartActor

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, __a:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT
        USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS All concrete
        subclasses must be able to render themselves. There are four key
        render methods in vtk and they correspond to four different
        points in the rendering cycle. Any given prop may implement one
        or more of these methods. The first method is intended for
        rendering all opaque geometry. The second method is intended for
        rendering all translucent polygonal geometry. The third one is
        intended for rendering all translucent volumetric geometry. Most
        of the volume rendering mappers draw their results during this
        third method. The last method is to render any 2D annotation or
        overlays. Each of these methods return an integer value
        indicating whether or not this render method was applied to this
        data.
        """
        return 0

    def RenderOverlay(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, __a:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *) override;
        
        Draw the pie plot.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkPieChartActor
        C++: static vtkPieChartActor *SafeDownCast(vtkObjectBase *o)
        """
        return vtkPieChartActor

    def SetInputConnection(self, __a): # real signature unknown; restored from __doc__
        """
        SetInputConnection(self, __a:vtkAlgorithmOutput) -> None
        C++: virtual void SetInputConnection(vtkAlgorithmOutput *)
        """
        pass

    def SetInputData(self, __a): # real signature unknown; restored from __doc__
        """
        SetInputData(self, __a:vtkDataObject) -> None
        C++: virtual void SetInputData(vtkDataObject *)
        
        Set the input to the pie chart actor. SetInputData() does not
        connect the pipeline whereas SetInputConnection() does.
        """
        pass

    def SetLabelTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetLabelTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetLabelTextProperty(vtkTextProperty *p)
        
        Set/Get the labels text property. This controls the appearance of
        all pie piece labels.
        """
        pass

    def SetLabelVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelVisibility(self, _arg:int) -> None
        C++: virtual void SetLabelVisibility(vtkTypeBool _arg)
        
        Enable/Disable the display of pie piece labels.
        """
        pass

    def SetLegendVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLegendVisibility(self, _arg:int) -> None
        C++: virtual void SetLegendVisibility(vtkTypeBool _arg)
        
        Enable/Disable the creation of a legend. If on, the legend labels
        will be created automatically unless the per plot legend symbol
        has been set.
        """
        pass

    def SetPieceColor(self, i, r, g, b): # real signature unknown; restored from __doc__
        """
        SetPieceColor(self, i:int, r:float, g:float, b:float) -> None
        C++: void SetPieceColor(int i, double r, double g, double b)
        SetPieceColor(self, i:int, color:(float, float, float)) -> None
        C++: void SetPieceColor(int i, const double color[3])
        
        Specify colors for each piece of pie. If not specified, they are
        automatically generated.
        """
        pass

    def SetPieceLabel(self, i, __b): # real signature unknown; restored from __doc__
        """
        SetPieceLabel(self, i:int, __b:str) -> None
        C++: void SetPieceLabel(const int i, const char *)
        
        Specify the names for each piece of pie.  not specified, then an
        integer number is automatically generated.
        """
        pass

    def SetTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitle(self, _arg:str) -> None
        C++: virtual void SetTitle(const char *_arg)
        
        Set/Get the title of the pie chart.
        """
        pass

    def SetTitleTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetTitleTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetTitleTextProperty(vtkTextProperty *p)
        
        Set/Get the title text property. The property controls the
        appearance of the plot title.
        """
        pass

    def SetTitleVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitleVisibility(self, _arg:int) -> None
        C++: virtual void SetTitleVisibility(vtkTypeBool _arg)
        
        Enable/Disable the display of a plot title.
        """
        pass

    def TitleVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        TitleVisibilityOff(self) -> None
        C++: virtual void TitleVisibilityOff()
        """
        pass

    def TitleVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        TitleVisibilityOn(self) -> None
        C++: virtual void TitleVisibilityOn()
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkPieChartActor\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'SetInputData\': <method \'SetInputData\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'SetInputConnection\': <method \'SetInputConnection\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'GetInput\': <method \'GetInput\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'SetTitleVisibility\': <method \'SetTitleVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'GetTitleVisibility\': <method \'GetTitleVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'TitleVisibilityOn\': <method \'TitleVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'TitleVisibilityOff\': <method \'TitleVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'SetTitle\': <method \'SetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'GetTitle\': <method \'GetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'SetTitleTextProperty\': <method \'SetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'GetTitleTextProperty\': <method \'GetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'SetLabelVisibility\': <method \'SetLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'GetLabelVisibility\': <method \'GetLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'LabelVisibilityOn\': <method \'LabelVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'LabelVisibilityOff\': <method \'LabelVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'SetLabelTextProperty\': <method \'SetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'GetLabelTextProperty\': <method \'GetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'SetPieceColor\': <method \'SetPieceColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'GetPieceColor\': <method \'GetPieceColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'SetPieceLabel\': <method \'SetPieceLabel\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'GetPieceLabel\': <method \'GetPieceLabel\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'SetLegendVisibility\': <method \'SetLegendVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'GetLegendVisibility\': <method \'GetLegendVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'LegendVisibilityOn\': <method \'LegendVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'LegendVisibilityOff\': <method \'LegendVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'GetLegendActor\': <method \'GetLegendActor\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'RenderOverlay\': <method \'RenderOverlay\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'HasTranslucentPolygonalGeometry\': <method \'HasTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'__new__\': <built-in method __new__ of type object at 0x00007FF820609D80>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkPieChartActor\' objects>, \'__doc__\': "vtkPieChartActor - create a pie chart from an array\\n\\nSuperclass: vtkActor2D\\n\\nvtkPieChartActor generates a pie chart from an array of numbers\\ndefined in field data (a vtkDataObject). To use this class, you must\\nspecify an input data object. You\'ll probably also want to specify\\nthe position of the plot be setting the Position and Position2\\ninstance variables, which define a rectangle in which the plot lies. \\nThere are also many other instance variables that control the look of\\nthe plot includes its title, and legend.\\n\\nSet the text property/attributes of the title and the labels through\\nthe vtkTextProperty objects associated with these components.\\n\\n@sa\\nvtkParallelCoordinatesActor vtkXYPlotActor2D vtkSpiderPlotActor\\n\\n"})'
    __vtkname__ = 'vtkPieChartActor'


class vtkPolarAxesActor(__vtkmodules_vtkRenderingCore.vtkActor):
    """
    vtkPolarAxesActor - create an actor of a polar axes -
    
    Superclass: vtkActor
    
    vtkPolarAxesActor is a composite actor that draws polar axes in a
    specified plane for a give pole. Currently the plane has to be the xy
    plane.
    
    @par Thanks: This class was written by Philippe Pebay, Kitware SAS
    2011. This work was supported by CEA/DIF - Commissariat a l'Energie
    Atomique, Centre DAM Ile-De-France, BP12, F-91297 Arpajon, France.
    
    @sa
    vtkActor vtkAxisActor vtkPolarAxesActor
    """
    def ArcMinorTickVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        ArcMinorTickVisibilityOff(self) -> None
        C++: virtual void ArcMinorTickVisibilityOff()
        """
        pass

    def ArcMinorTickVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        ArcMinorTickVisibilityOn(self) -> None
        C++: virtual void ArcMinorTickVisibilityOn()
        """
        pass

    def ArcTicksOriginToPolarAxisOff(self): # real signature unknown; restored from __doc__
        """
        ArcTicksOriginToPolarAxisOff(self) -> None
        C++: virtual void ArcTicksOriginToPolarAxisOff()
        """
        pass

    def ArcTicksOriginToPolarAxisOn(self): # real signature unknown; restored from __doc__
        """
        ArcTicksOriginToPolarAxisOn(self) -> None
        C++: virtual void ArcTicksOriginToPolarAxisOn()
        """
        pass

    def ArcTickVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        ArcTickVisibilityOff(self) -> None
        C++: virtual void ArcTickVisibilityOff()
        """
        pass

    def ArcTickVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        ArcTickVisibilityOn(self) -> None
        C++: virtual void ArcTickVisibilityOn()
        """
        pass

    def AutoSubdividePolarAxisOff(self): # real signature unknown; restored from __doc__
        """
        AutoSubdividePolarAxisOff(self) -> None
        C++: virtual void AutoSubdividePolarAxisOff()
        """
        pass

    def AutoSubdividePolarAxisOn(self): # real signature unknown; restored from __doc__
        """
        AutoSubdividePolarAxisOn(self) -> None
        C++: virtual void AutoSubdividePolarAxisOn()
        """
        pass

    def AxisMinorTickVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        AxisMinorTickVisibilityOff(self) -> None
        C++: virtual void AxisMinorTickVisibilityOff()
        """
        pass

    def AxisMinorTickVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        AxisMinorTickVisibilityOn(self) -> None
        C++: virtual void AxisMinorTickVisibilityOn()
        """
        pass

    def AxisTickVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        AxisTickVisibilityOff(self) -> None
        C++: virtual void AxisTickVisibilityOff()
        """
        pass

    def AxisTickVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        AxisTickVisibilityOn(self) -> None
        C++: virtual void AxisTickVisibilityOn()
        """
        pass

    def DrawPolarArcsGridlinesOff(self): # real signature unknown; restored from __doc__
        """
        DrawPolarArcsGridlinesOff(self) -> None
        C++: virtual void DrawPolarArcsGridlinesOff()
        """
        pass

    def DrawPolarArcsGridlinesOn(self): # real signature unknown; restored from __doc__
        """
        DrawPolarArcsGridlinesOn(self) -> None
        C++: virtual void DrawPolarArcsGridlinesOn()
        """
        pass

    def DrawRadialGridlinesOff(self): # real signature unknown; restored from __doc__
        """
        DrawRadialGridlinesOff(self) -> None
        C++: virtual void DrawRadialGridlinesOff()
        """
        pass

    def DrawRadialGridlinesOn(self): # real signature unknown; restored from __doc__
        """
        DrawRadialGridlinesOn(self) -> None
        C++: virtual void DrawRadialGridlinesOn()
        """
        pass

    def GetArcMajorTickSize(self): # real signature unknown; restored from __doc__
        """
        GetArcMajorTickSize(self) -> float
        C++: virtual double GetArcMajorTickSize()
        """
        return 0.0

    def GetArcMajorTickThickness(self): # real signature unknown; restored from __doc__
        """
        GetArcMajorTickThickness(self) -> float
        C++: virtual double GetArcMajorTickThickness()
        """
        return 0.0

    def GetArcMinorTickVisibility(self): # real signature unknown; restored from __doc__
        """
        GetArcMinorTickVisibility(self) -> int
        C++: virtual vtkTypeBool GetArcMinorTickVisibility()
        """
        return 0

    def GetArcTickRatioSize(self): # real signature unknown; restored from __doc__
        """
        GetArcTickRatioSize(self) -> float
        C++: virtual double GetArcTickRatioSize()
        """
        return 0.0

    def GetArcTickRatioThickness(self): # real signature unknown; restored from __doc__
        """
        GetArcTickRatioThickness(self) -> float
        C++: virtual double GetArcTickRatioThickness()
        """
        return 0.0

    def GetArcTicksOriginToPolarAxis(self): # real signature unknown; restored from __doc__
        """
        GetArcTicksOriginToPolarAxis(self) -> int
        C++: virtual vtkTypeBool GetArcTicksOriginToPolarAxis()
        """
        return 0

    def GetArcTickVisibility(self): # real signature unknown; restored from __doc__
        """
        GetArcTickVisibility(self) -> int
        C++: virtual vtkTypeBool GetArcTickVisibility()
        """
        return 0

    def GetAutoSubdividePolarAxis(self): # real signature unknown; restored from __doc__
        """
        GetAutoSubdividePolarAxis(self) -> bool
        C++: virtual bool GetAutoSubdividePolarAxis()
        """
        return False

    def GetAxisMinorTickVisibility(self): # real signature unknown; restored from __doc__
        """
        GetAxisMinorTickVisibility(self) -> int
        C++: virtual vtkTypeBool GetAxisMinorTickVisibility()
        """
        return 0

    def GetAxisTickVisibility(self): # real signature unknown; restored from __doc__
        """
        GetAxisTickVisibility(self) -> int
        C++: virtual vtkTypeBool GetAxisTickVisibility()
        """
        return 0

    def GetBounds(self): # real signature unknown; restored from __doc__
        """
        GetBounds(self) -> (float, float, float, float, float, float)
        C++: double *GetBounds() override;
        GetBounds(self, xmin:float, xmax:float, ymin:float, ymax:float,
            zmin:float, zmax:float) -> None
        C++: void GetBounds(double &xmin, double &xmax, double &ymin,
            double &ymax, double &zmin, double &zmax)
        GetBounds(self, bounds:[float, float, float, float, float, float])
             -> None
        C++: void GetBounds(double bounds[6])
        
        Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
        in world coordinates. NULL means that the bounds are not defined.
        """
        pass

    def GetCamera(self): # real signature unknown; restored from __doc__
        """
        GetCamera(self) -> vtkCamera
        C++: virtual vtkCamera *GetCamera()
        """
        pass

    def GetDeltaAngleMajor(self): # real signature unknown; restored from __doc__
        """
        GetDeltaAngleMajor(self) -> float
        C++: virtual double GetDeltaAngleMajor()
        """
        return 0.0

    def GetDeltaAngleMinor(self): # real signature unknown; restored from __doc__
        """
        GetDeltaAngleMinor(self) -> float
        C++: virtual double GetDeltaAngleMinor()
        """
        return 0.0

    def GetDeltaAngleRadialAxes(self): # real signature unknown; restored from __doc__
        """
        GetDeltaAngleRadialAxes(self) -> float
        C++: virtual double GetDeltaAngleRadialAxes()
        """
        return 0.0

    def GetDeltaRangeMajor(self): # real signature unknown; restored from __doc__
        """
        GetDeltaRangeMajor(self) -> float
        C++: virtual double GetDeltaRangeMajor()
        """
        return 0.0

    def GetDeltaRangeMinor(self): # real signature unknown; restored from __doc__
        """
        GetDeltaRangeMinor(self) -> float
        C++: virtual double GetDeltaRangeMinor()
        """
        return 0.0

    def GetDistanceLODThreshold(self): # real signature unknown; restored from __doc__
        """
        GetDistanceLODThreshold(self) -> float
        C++: virtual double GetDistanceLODThreshold()
        """
        return 0.0

    def GetDistanceLODThresholdMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetDistanceLODThresholdMaxValue(self) -> float
        C++: virtual double GetDistanceLODThresholdMaxValue()
        """
        return 0.0

    def GetDistanceLODThresholdMinValue(self): # real signature unknown; restored from __doc__
        """
        GetDistanceLODThresholdMinValue(self) -> float
        C++: virtual double GetDistanceLODThresholdMinValue()
        """
        return 0.0

    def GetDrawPolarArcsGridlines(self): # real signature unknown; restored from __doc__
        """
        GetDrawPolarArcsGridlines(self) -> int
        C++: virtual vtkTypeBool GetDrawPolarArcsGridlines()
        """
        return 0

    def GetDrawRadialGridlines(self): # real signature unknown; restored from __doc__
        """
        GetDrawRadialGridlines(self) -> int
        C++: virtual vtkTypeBool GetDrawRadialGridlines()
        """
        return 0

    def GetEnableDistanceLOD(self): # real signature unknown; restored from __doc__
        """
        GetEnableDistanceLOD(self) -> int
        C++: virtual int GetEnableDistanceLOD()
        """
        return 0

    def GetEnableViewAngleLOD(self): # real signature unknown; restored from __doc__
        """
        GetEnableViewAngleLOD(self) -> int
        C++: virtual int GetEnableViewAngleLOD()
        """
        return 0

    def GetExponentLocation(self): # real signature unknown; restored from __doc__
        """
        GetExponentLocation(self) -> int
        C++: virtual int GetExponentLocation()
        """
        return 0

    def GetExponentLocationMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetExponentLocationMaxValue(self) -> int
        C++: virtual int GetExponentLocationMaxValue()
        """
        return 0

    def GetExponentLocationMinValue(self): # real signature unknown; restored from __doc__
        """
        GetExponentLocationMinValue(self) -> int
        C++: virtual int GetExponentLocationMinValue()
        """
        return 0

    def GetLastAxisTickRatioSize(self): # real signature unknown; restored from __doc__
        """
        GetLastAxisTickRatioSize(self) -> float
        C++: virtual double GetLastAxisTickRatioSize()
        """
        return 0.0

    def GetLastAxisTickRatioThickness(self): # real signature unknown; restored from __doc__
        """
        GetLastAxisTickRatioThickness(self) -> float
        C++: virtual double GetLastAxisTickRatioThickness()
        """
        return 0.0

    def GetLastRadialAxisMajorTickSize(self): # real signature unknown; restored from __doc__
        """
        GetLastRadialAxisMajorTickSize(self) -> float
        C++: virtual double GetLastRadialAxisMajorTickSize()
        """
        return 0.0

    def GetLastRadialAxisMajorTickThickness(self): # real signature unknown; restored from __doc__
        """
        GetLastRadialAxisMajorTickThickness(self) -> float
        C++: virtual double GetLastRadialAxisMajorTickThickness()
        """
        return 0.0

    def GetLastRadialAxisProperty(self): # real signature unknown; restored from __doc__
        """
        GetLastRadialAxisProperty(self) -> vtkProperty
        C++: virtual vtkProperty *GetLastRadialAxisProperty()
        """
        pass

    def GetLastRadialAxisTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetLastRadialAxisTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetLastRadialAxisTextProperty()
        """
        pass

    def GetLog(self): # real signature unknown; restored from __doc__
        """
        GetLog(self) -> bool
        C++: virtual bool GetLog()
        """
        return False

    def GetMaximumAngle(self): # real signature unknown; restored from __doc__
        """
        GetMaximumAngle(self) -> float
        C++: virtual double GetMaximumAngle()
        """
        return 0.0

    def GetMaximumRadius(self): # real signature unknown; restored from __doc__
        """
        GetMaximumRadius(self) -> float
        C++: virtual double GetMaximumRadius()
        """
        return 0.0

    def GetMinimumAngle(self): # real signature unknown; restored from __doc__
        """
        GetMinimumAngle(self) -> float
        C++: virtual double GetMinimumAngle()
        """
        return 0.0

    def GetMinimumRadius(self): # real signature unknown; restored from __doc__
        """
        GetMinimumRadius(self) -> float
        C++: virtual double GetMinimumRadius()
        """
        return 0.0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfPolarAxisTicks(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfPolarAxisTicks(self) -> int
        C++: int GetNumberOfPolarAxisTicks()
        """
        return 0

    def GetPolarArcsProperty(self): # real signature unknown; restored from __doc__
        """
        GetPolarArcsProperty(self) -> vtkProperty
        C++: vtkProperty *GetPolarArcsProperty()
        """
        pass

    def GetPolarArcsVisibility(self): # real signature unknown; restored from __doc__
        """
        GetPolarArcsVisibility(self) -> int
        C++: virtual vtkTypeBool GetPolarArcsVisibility()
        """
        return 0

    def GetPolarAxisLabelTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetPolarAxisLabelTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetPolarAxisLabelTextProperty()
        """
        pass

    def GetPolarAxisMajorTickSize(self): # real signature unknown; restored from __doc__
        """
        GetPolarAxisMajorTickSize(self) -> float
        C++: virtual double GetPolarAxisMajorTickSize()
        """
        return 0.0

    def GetPolarAxisMajorTickThickness(self): # real signature unknown; restored from __doc__
        """
        GetPolarAxisMajorTickThickness(self) -> float
        C++: virtual double GetPolarAxisMajorTickThickness()
        """
        return 0.0

    def GetPolarAxisProperty(self): # real signature unknown; restored from __doc__
        """
        GetPolarAxisProperty(self) -> vtkProperty
        C++: virtual vtkProperty *GetPolarAxisProperty()
        """
        pass

    def GetPolarAxisTickRatioSize(self): # real signature unknown; restored from __doc__
        """
        GetPolarAxisTickRatioSize(self) -> float
        C++: virtual double GetPolarAxisTickRatioSize()
        """
        return 0.0

    def GetPolarAxisTickRatioThickness(self): # real signature unknown; restored from __doc__
        """
        GetPolarAxisTickRatioThickness(self) -> float
        C++: virtual double GetPolarAxisTickRatioThickness()
        """
        return 0.0

    def GetPolarAxisTitle(self): # real signature unknown; restored from __doc__
        """
        GetPolarAxisTitle(self) -> str
        C++: virtual char *GetPolarAxisTitle()
        """
        return ""

    def GetPolarAxisTitleLocation(self): # real signature unknown; restored from __doc__
        """
        GetPolarAxisTitleLocation(self) -> int
        C++: virtual int GetPolarAxisTitleLocation()
        """
        return 0

    def GetPolarAxisTitleLocationMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetPolarAxisTitleLocationMaxValue(self) -> int
        C++: virtual int GetPolarAxisTitleLocationMaxValue()
        """
        return 0

    def GetPolarAxisTitleLocationMinValue(self): # real signature unknown; restored from __doc__
        """
        GetPolarAxisTitleLocationMinValue(self) -> int
        C++: virtual int GetPolarAxisTitleLocationMinValue()
        """
        return 0

    def GetPolarAxisTitleTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetPolarAxisTitleTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetPolarAxisTitleTextProperty()
        """
        pass

    def GetPolarAxisVisibility(self): # real signature unknown; restored from __doc__
        """
        GetPolarAxisVisibility(self) -> int
        C++: virtual vtkTypeBool GetPolarAxisVisibility()
        """
        return 0

    def GetPolarLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetPolarLabelFormat(self) -> str
        C++: virtual char *GetPolarLabelFormat()
        """
        return ""

    def GetPolarLabelVisibility(self): # real signature unknown; restored from __doc__
        """
        GetPolarLabelVisibility(self) -> int
        C++: virtual vtkTypeBool GetPolarLabelVisibility()
        """
        return 0

    def GetPolarTickVisibility(self): # real signature unknown; restored from __doc__
        """
        GetPolarTickVisibility(self) -> int
        C++: virtual vtkTypeBool GetPolarTickVisibility()
        """
        return 0

    def GetPolarTitleVisibility(self): # real signature unknown; restored from __doc__
        """
        GetPolarTitleVisibility(self) -> int
        C++: virtual vtkTypeBool GetPolarTitleVisibility()
        """
        return 0

    def GetPole(self): # real signature unknown; restored from __doc__
        """
        GetPole(self) -> (float, float, float)
        C++: virtual double *GetPole()
        """
        pass

    def GetRadialAngleFormat(self): # real signature unknown; restored from __doc__
        """
        GetRadialAngleFormat(self) -> str
        C++: virtual char *GetRadialAngleFormat()
        """
        return ""

    def GetRadialAxesOriginToPolarAxis(self): # real signature unknown; restored from __doc__
        """
        GetRadialAxesOriginToPolarAxis(self) -> int
        C++: virtual vtkTypeBool GetRadialAxesOriginToPolarAxis()
        """
        return 0

    def GetRadialAxesVisibility(self): # real signature unknown; restored from __doc__
        """
        GetRadialAxesVisibility(self) -> int
        C++: virtual vtkTypeBool GetRadialAxesVisibility()
        """
        return 0

    def GetRadialAxisTitleLocation(self): # real signature unknown; restored from __doc__
        """
        GetRadialAxisTitleLocation(self) -> int
        C++: virtual int GetRadialAxisTitleLocation()
        """
        return 0

    def GetRadialAxisTitleLocationMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetRadialAxisTitleLocationMaxValue(self) -> int
        C++: virtual int GetRadialAxisTitleLocationMaxValue()
        """
        return 0

    def GetRadialAxisTitleLocationMinValue(self): # real signature unknown; restored from __doc__
        """
        GetRadialAxisTitleLocationMinValue(self) -> int
        C++: virtual int GetRadialAxisTitleLocationMinValue()
        """
        return 0

    def GetRadialTitleVisibility(self): # real signature unknown; restored from __doc__
        """
        GetRadialTitleVisibility(self) -> int
        C++: virtual vtkTypeBool GetRadialTitleVisibility()
        """
        return 0

    def GetRadialUnits(self): # real signature unknown; restored from __doc__
        """
        GetRadialUnits(self) -> bool
        C++: virtual bool GetRadialUnits()
        """
        return False

    def GetRange(self): # real signature unknown; restored from __doc__
        """
        GetRange(self) -> (float, float)
        C++: virtual double *GetRange()
        """
        pass

    def GetRatio(self): # real signature unknown; restored from __doc__
        """
        GetRatio(self) -> float
        C++: virtual double GetRatio()
        """
        return 0.0

    def GetRatioMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetRatioMaxValue(self) -> float
        C++: virtual double GetRatioMaxValue()
        """
        return 0.0

    def GetRatioMinValue(self): # real signature unknown; restored from __doc__
        """
        GetRatioMinValue(self) -> float
        C++: virtual double GetRatioMinValue()
        """
        return 0.0

    def GetRequestedNumberOfRadialAxes(self): # real signature unknown; restored from __doc__
        """
        GetRequestedNumberOfRadialAxes(self) -> int
        C++: virtual vtkIdType GetRequestedNumberOfRadialAxes()
        """
        return 0

    def GetRequestedNumberOfRadialAxesMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetRequestedNumberOfRadialAxesMaxValue(self) -> int
        C++: virtual vtkIdType GetRequestedNumberOfRadialAxesMaxValue()
        """
        return 0

    def GetRequestedNumberOfRadialAxesMinValue(self): # real signature unknown; restored from __doc__
        """
        GetRequestedNumberOfRadialAxesMinValue(self) -> int
        C++: virtual vtkIdType GetRequestedNumberOfRadialAxesMinValue()
        """
        return 0

    def GetScreenSize(self): # real signature unknown; restored from __doc__
        """
        GetScreenSize(self) -> float
        C++: virtual double GetScreenSize()
        """
        return 0.0

    def GetSecondaryPolarArcsProperty(self): # real signature unknown; restored from __doc__
        """
        GetSecondaryPolarArcsProperty(self) -> vtkProperty
        C++: vtkProperty *GetSecondaryPolarArcsProperty()
        """
        pass

    def GetSecondaryRadialAxesProperty(self): # real signature unknown; restored from __doc__
        """
        GetSecondaryRadialAxesProperty(self) -> vtkProperty
        C++: virtual vtkProperty *GetSecondaryRadialAxesProperty()
        """
        pass

    def GetSecondaryRadialAxesTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetSecondaryRadialAxesTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetSecondaryRadialAxesTextProperty()
        """
        pass

    def GetSmallestVisiblePolarAngle(self): # real signature unknown; restored from __doc__
        """
        GetSmallestVisiblePolarAngle(self) -> float
        C++: virtual double GetSmallestVisiblePolarAngle()
        """
        return 0.0

    def GetSmallestVisiblePolarAngleMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetSmallestVisiblePolarAngleMaxValue(self) -> float
        C++: virtual double GetSmallestVisiblePolarAngleMaxValue()
        """
        return 0.0

    def GetSmallestVisiblePolarAngleMinValue(self): # real signature unknown; restored from __doc__
        """
        GetSmallestVisiblePolarAngleMinValue(self) -> float
        C++: virtual double GetSmallestVisiblePolarAngleMinValue()
        """
        return 0.0

    def GetTickLocation(self): # real signature unknown; restored from __doc__
        """
        GetTickLocation(self) -> int
        C++: virtual int GetTickLocation()
        """
        return 0

    def GetTickLocationMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetTickLocationMaxValue(self) -> int
        C++: virtual int GetTickLocationMaxValue()
        """
        return 0

    def GetTickLocationMinValue(self): # real signature unknown; restored from __doc__
        """
        GetTickLocationMinValue(self) -> int
        C++: virtual int GetTickLocationMinValue()
        """
        return 0

    def GetUse2DMode(self): # real signature unknown; restored from __doc__
        """
        GetUse2DMode(self) -> int
        C++: int GetUse2DMode()
        """
        return 0

    def GetViewAngleLODThreshold(self): # real signature unknown; restored from __doc__
        """
        GetViewAngleLODThreshold(self) -> float
        C++: virtual double GetViewAngleLODThreshold()
        """
        return 0.0

    def GetViewAngleLODThresholdMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetViewAngleLODThresholdMaxValue(self) -> float
        C++: virtual double GetViewAngleLODThresholdMaxValue()
        """
        return 0.0

    def GetViewAngleLODThresholdMinValue(self): # real signature unknown; restored from __doc__
        """
        GetViewAngleLODThresholdMinValue(self) -> float
        C++: virtual double GetViewAngleLODThresholdMinValue()
        """
        return 0.0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def LogOff(self): # real signature unknown; restored from __doc__
        """
        LogOff(self) -> None
        C++: virtual void LogOff()
        """
        pass

    def LogOn(self): # real signature unknown; restored from __doc__
        """
        LogOn(self) -> None
        C++: virtual void LogOn()
        """
        pass

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkPolarAxesActor
        C++: vtkPolarAxesActor *NewInstance()
        """
        return vtkPolarAxesActor

    def PolarArcsVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        PolarArcsVisibilityOff(self) -> None
        C++: virtual void PolarArcsVisibilityOff()
        """
        pass

    def PolarArcsVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        PolarArcsVisibilityOn(self) -> None
        C++: virtual void PolarArcsVisibilityOn()
        """
        pass

    def PolarAxisVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        PolarAxisVisibilityOff(self) -> None
        C++: virtual void PolarAxisVisibilityOff()
        """
        pass

    def PolarAxisVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        PolarAxisVisibilityOn(self) -> None
        C++: virtual void PolarAxisVisibilityOn()
        """
        pass

    def PolarLabelVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        PolarLabelVisibilityOff(self) -> None
        C++: virtual void PolarLabelVisibilityOff()
        """
        pass

    def PolarLabelVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        PolarLabelVisibilityOn(self) -> None
        C++: virtual void PolarLabelVisibilityOn()
        """
        pass

    def PolarTickVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        PolarTickVisibilityOff(self) -> None
        C++: virtual void PolarTickVisibilityOff()
        """
        pass

    def PolarTickVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        PolarTickVisibilityOn(self) -> None
        C++: virtual void PolarTickVisibilityOn()
        """
        pass

    def PolarTitleVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        PolarTitleVisibilityOff(self) -> None
        C++: virtual void PolarTitleVisibilityOff()
        """
        pass

    def PolarTitleVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        PolarTitleVisibilityOn(self) -> None
        C++: virtual void PolarTitleVisibilityOn()
        """
        pass

    def RadialAxesOriginToPolarAxisOff(self): # real signature unknown; restored from __doc__
        """
        RadialAxesOriginToPolarAxisOff(self) -> None
        C++: virtual void RadialAxesOriginToPolarAxisOff()
        """
        pass

    def RadialAxesOriginToPolarAxisOn(self): # real signature unknown; restored from __doc__
        """
        RadialAxesOriginToPolarAxisOn(self) -> None
        C++: virtual void RadialAxesOriginToPolarAxisOn()
        """
        pass

    def RadialAxesVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        RadialAxesVisibilityOff(self) -> None
        C++: virtual void RadialAxesVisibilityOff()
        """
        pass

    def RadialAxesVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        RadialAxesVisibilityOn(self) -> None
        C++: virtual void RadialAxesVisibilityOn()
        """
        pass

    def RadialTitleVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        RadialTitleVisibilityOff(self) -> None
        C++: virtual void RadialTitleVisibilityOff()
        """
        pass

    def RadialTitleVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        RadialTitleVisibilityOn(self) -> None
        C++: virtual void RadialTitleVisibilityOn()
        """
        pass

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, __a:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *) override;
        
        Draw the polar axes
        """
        return 0

    def RenderOverlay(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, __a:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *) override;
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkPolarAxesActor
        C++: static vtkPolarAxesActor *SafeDownCast(vtkObjectBase *o)
        """
        return vtkPolarAxesActor

    def SetArcMajorTickSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetArcMajorTickSize(self, _arg:float) -> None
        C++: virtual void SetArcMajorTickSize(double _arg)
        
        Set/Get the size of the major ticks on the last arc.
        """
        pass

    def SetArcMajorTickThickness(self, _arg): # real signature unknown; restored from __doc__
        """
        SetArcMajorTickThickness(self, _arg:float) -> None
        C++: virtual void SetArcMajorTickThickness(double _arg)
        
        Set/Get the size of the thickness of the last arc ticks
        """
        pass

    def SetArcMinorTickVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetArcMinorTickVisibility(self, _arg:int) -> None
        C++: virtual void SetArcMinorTickVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of minor ticks on the last arc.
        """
        pass

    def SetArcTickRatioSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetArcTickRatioSize(self, _arg:float) -> None
        C++: virtual void SetArcTickRatioSize(double _arg)
        
        Set/Get the ratio between major and minor Arc ticks size
        """
        pass

    def SetArcTickRatioThickness(self, _arg): # real signature unknown; restored from __doc__
        """
        SetArcTickRatioThickness(self, _arg:float) -> None
        C++: virtual void SetArcTickRatioThickness(double _arg)
        
        Set/Get the ratio between major and minor Arc ticks thickness
        """
        pass

    def SetArcTicksOriginToPolarAxis(self, _arg): # real signature unknown; restored from __doc__
        """
        SetArcTicksOriginToPolarAxis(self, _arg:int) -> None
        C++: virtual void SetArcTicksOriginToPolarAxis(vtkTypeBool _arg)
        
        If On, the ticks are drawn from the angle of the polarAxis (i.e.
        this->MinimalRadius) and continue counterclockwise with the step
        DeltaAngle Major/Minor. if Off, the start angle is 0.0, i.e. the
        angle on the major radius of the ellipse.
        """
        pass

    def SetArcTickVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetArcTickVisibility(self, _arg:int) -> None
        C++: virtual void SetArcTickVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of major ticks on the last arc.
        """
        pass

    def SetAutoSubdividePolarAxis(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAutoSubdividePolarAxis(self, _arg:bool) -> None
        C++: virtual void SetAutoSubdividePolarAxis(bool _arg)
        
        Set/Get whether the number of polar axis ticks and arcs should be
        automatically calculated Default: true
        """
        pass

    def SetAxisMinorTickVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAxisMinorTickVisibility(self, _arg:int) -> None
        C++: virtual void SetAxisMinorTickVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of minor ticks on polar axis and
        last radial axis.
        """
        pass

    def SetAxisTickVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAxisTickVisibility(self, _arg:int) -> None
        C++: virtual void SetAxisTickVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of major ticks on polar axis and
        last radial axis.
        """
        pass

    def SetBounds(self, _arg1, _arg2, _arg3, _arg4, _arg5, _arg6): # real signature unknown; restored from __doc__
        """
        SetBounds(self, _arg1:float, _arg2:float, _arg3:float,
            _arg4:float, _arg5:float, _arg6:float) -> None
        C++: virtual void SetBounds(double _arg1, double _arg2,
            double _arg3, double _arg4, double _arg5, double _arg6)
        SetBounds(self, _arg:(float, float, float, float, float, float))
            -> None
        C++: virtual void SetBounds(const double _arg[6])
        
        Explicitly specify the region in space around which to draw the
        bounds. The bounds are used only when no Input or Prop is
        specified. The bounds are specified according to (xmin,xmax,
        ymin,ymax, zmin,zmax), making sure that the min's are less than the
        max's.
        """
        pass

    def SetCamera(self, __a): # real signature unknown; restored from __doc__
        """
        SetCamera(self, __a:vtkCamera) -> None
        C++: virtual void SetCamera(vtkCamera *)
        
        Set/Get the camera to perform scaling and translation of the
        vtkPolarAxesActor.
        """
        pass

    def SetDeltaAngleMajor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDeltaAngleMajor(self, _arg:float) -> None
        C++: virtual void SetDeltaAngleMajor(double _arg)
        
        Set/Get the angle between 2 major ticks on the last arc.
        """
        pass

    def SetDeltaAngleMinor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDeltaAngleMinor(self, _arg:float) -> None
        C++: virtual void SetDeltaAngleMinor(double _arg)
        
        Set/Get the angle between 2 minor ticks on the last arc.
        """
        pass

    def SetDeltaAngleRadialAxes(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDeltaAngleRadialAxes(self, _arg:float) -> None
        C++: virtual void SetDeltaAngleRadialAxes(double _arg)
        
        Set/Get the angle between 2 radial axes.
        """
        pass

    def SetDeltaRangeMajor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDeltaRangeMajor(self, _arg:float) -> None
        C++: virtual void SetDeltaRangeMajor(double _arg)
        
        Set/Get the step between 2 major ticks, in range value (values
        displayed on the axis).
        """
        pass

    def SetDeltaRangeMinor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDeltaRangeMinor(self, _arg:float) -> None
        C++: virtual void SetDeltaRangeMinor(double _arg)
        
        Set/Get the step between 2 minor ticks, in range value (values
        displayed on the axis).
        """
        pass

    def SetDistanceLODThreshold(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDistanceLODThreshold(self, _arg:float) -> None
        C++: virtual void SetDistanceLODThreshold(double _arg)
        
        Set distance LOD threshold [0.0 - 1.0] for titles and labels.
        """
        pass

    def SetDrawPolarArcsGridlines(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawPolarArcsGridlines(self, _arg:int) -> None
        C++: virtual void SetDrawPolarArcsGridlines(vtkTypeBool _arg)
        
        Turn on and off the visibility of inner polar arcs grid lines
        """
        pass

    def SetDrawRadialGridlines(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawRadialGridlines(self, _arg:int) -> None
        C++: virtual void SetDrawRadialGridlines(vtkTypeBool _arg)
        
        Turn on and off the visibility of inner radial grid lines
        """
        pass

    def SetEnableDistanceLOD(self, _arg): # real signature unknown; restored from __doc__
        """
        SetEnableDistanceLOD(self, _arg:int) -> None
        C++: virtual void SetEnableDistanceLOD(int _arg)
        
        Enable and disable the use of distance based LOD for titles and
        labels.
        """
        pass

    def SetEnableViewAngleLOD(self, _arg): # real signature unknown; restored from __doc__
        """
        SetEnableViewAngleLOD(self, _arg:int) -> None
        C++: virtual void SetEnableViewAngleLOD(int _arg)
        
        Enable and disable the use of view angle based LOD for titles and
        labels.
        """
        pass

    def SetExponentLocation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetExponentLocation(self, _arg:int) -> None
        C++: virtual void SetExponentLocation(int _arg)
        
        Get/Set the location of the exponent (if any) of the polar axis
        values. Possible location: VTK_EXPONENT_BOTTOM,
        VTK_EXPONENT_EXTERN, VTK_EXPONENT_LABELS
        """
        pass

    def SetLastAxisTickRatioSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLastAxisTickRatioSize(self, _arg:float) -> None
        C++: virtual void SetLastAxisTickRatioSize(double _arg)
        
        Set/Get the ratio between major and minor Last Radial axis ticks
        size
        """
        pass

    def SetLastAxisTickRatioThickness(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLastAxisTickRatioThickness(self, _arg:float) -> None
        C++: virtual void SetLastAxisTickRatioThickness(double _arg)
        
        Set/Get the ratio between major and minor Last Radial axis ticks
        thickness
        """
        pass

    def SetLastRadialAxisMajorTickSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLastRadialAxisMajorTickSize(self, _arg:float) -> None
        C++: virtual void SetLastRadialAxisMajorTickSize(double _arg)
        
        Set/Get the size of the major ticks on the last radial axis.
        """
        pass

    def SetLastRadialAxisMajorTickThickness(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLastRadialAxisMajorTickThickness(self, _arg:float) -> None
        C++: virtual void SetLastRadialAxisMajorTickThickness(double _arg)
        
        Set/Get the size of the thickness of last radial axis ticks
        """
        pass

    def SetLastRadialAxisProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetLastRadialAxisProperty(self, p:vtkProperty) -> None
        C++: virtual void SetLastRadialAxisProperty(vtkProperty *p)
        
        Get/Set last radial axis actor properties.
        """
        pass

    def SetLastRadialAxisTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetLastRadialAxisTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetLastRadialAxisTextProperty(
            vtkTextProperty *p)
        
        Set/Get the last radial axis text property.
        """
        pass

    def SetLog(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLog(self, _arg:bool) -> None
        C++: virtual void SetLog(bool _arg)
        
        Enable/Disable log scale Default: false
        """
        pass

    def SetMaximumAngle(self, __a): # real signature unknown; restored from __doc__
        """
        SetMaximumAngle(self, __a:float) -> None
        C++: virtual void SetMaximumAngle(double)
        
        Set/Get the maximum radius of the polar coordinates (in degrees).
        """
        pass

    def SetMaximumRadius(self, __a): # real signature unknown; restored from __doc__
        """
        SetMaximumRadius(self, __a:float) -> None
        C++: virtual void SetMaximumRadius(double)
        
        Set/Get the maximum radius of the polar coordinates.
        """
        pass

    def SetMinimumAngle(self, __a): # real signature unknown; restored from __doc__
        """
        SetMinimumAngle(self, __a:float) -> None
        C++: virtual void SetMinimumAngle(double)
        
        Set/Get the minimum radius of the polar coordinates (in degrees).
        """
        pass

    def SetMinimumRadius(self, __a): # real signature unknown; restored from __doc__
        """
        SetMinimumRadius(self, __a:float) -> None
        C++: virtual void SetMinimumRadius(double)
        
        Set/Get the minimal radius of the polar coordinates.
        """
        pass

    def SetNumberOfPolarAxisTicks(self, __a): # real signature unknown; restored from __doc__
        """
        SetNumberOfPolarAxisTicks(self, __a:int) -> None
        C++: virtual void SetNumberOfPolarAxisTicks(int)
        
        Set/Get a number of ticks that one would like to display along
        polar axis NB: it modifies DeltaRangeMajor to correspond to this
        number
        """
        pass

    def SetPolarArcsProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetPolarArcsProperty(self, p:vtkProperty) -> None
        C++: virtual void SetPolarArcsProperty(vtkProperty *p)
        
        Get/Set principal polar arc actor property.
        """
        pass

    def SetPolarArcsVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPolarArcsVisibility(self, _arg:int) -> None
        C++: virtual void SetPolarArcsVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of arcs for polar axis.
        """
        pass

    def SetPolarAxisLabelTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetPolarAxisLabelTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetPolarAxisLabelTextProperty(
            vtkTextProperty *p)
        
        Set/Get the polar axis labels text property.
        """
        pass

    def SetPolarAxisMajorTickSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPolarAxisMajorTickSize(self, _arg:float) -> None
        C++: virtual void SetPolarAxisMajorTickSize(double _arg)
        
        Set/Get the size of the major ticks on the polar axis.
        """
        pass

    def SetPolarAxisMajorTickThickness(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPolarAxisMajorTickThickness(self, _arg:float) -> None
        C++: virtual void SetPolarAxisMajorTickThickness(double _arg)
        
        Set/Get the size of the thickness of polar axis ticks
        """
        pass

    def SetPolarAxisProperty(self, __a): # real signature unknown; restored from __doc__
        """
        SetPolarAxisProperty(self, __a:vtkProperty) -> None
        C++: virtual void SetPolarAxisProperty(vtkProperty *)
        
        Get/Set polar axis actor properties.
        """
        pass

    def SetPolarAxisTickRatioSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPolarAxisTickRatioSize(self, _arg:float) -> None
        C++: virtual void SetPolarAxisTickRatioSize(double _arg)
        
        Set/Get the ratio between major and minor Polar Axis ticks size
        """
        pass

    def SetPolarAxisTickRatioThickness(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPolarAxisTickRatioThickness(self, _arg:float) -> None
        C++: virtual void SetPolarAxisTickRatioThickness(double _arg)
        
        Set/Get the ratio between major and minor Polar Axis ticks
        thickness
        """
        pass

    def SetPolarAxisTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPolarAxisTitle(self, _arg:str) -> None
        C++: virtual void SetPolarAxisTitle(const char *_arg)
        
        Set/Get the labels for the polar axis. Default: "Radial
        Distance".
        """
        pass

    def SetPolarAxisTitleLocation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPolarAxisTitleLocation(self, _arg:int) -> None
        C++: virtual void SetPolarAxisTitleLocation(int _arg)
        
        Get/Set the alignment of the polar axes title related to the
        axis. Possible Alignment: VTKTITLE_BOTTOM, VTK_TITLE_EXTERN
        """
        pass

    def SetPolarAxisTitleTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetPolarAxisTitleTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetPolarAxisTitleTextProperty(
            vtkTextProperty *p)
        
        Set/Get the polar axis title text property.
        """
        pass

    def SetPolarAxisVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPolarAxisVisibility(self, _arg:int) -> None
        C++: virtual void SetPolarAxisVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of the polar axis.
        """
        pass

    def SetPolarLabelFormat(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPolarLabelFormat(self, _arg:str) -> None
        C++: virtual void SetPolarLabelFormat(const char *_arg)
        
        Set/Get the format with which to print the polar axis labels.
        """
        pass

    def SetPolarLabelVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPolarLabelVisibility(self, _arg:int) -> None
        C++: virtual void SetPolarLabelVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of labels for polar axis.
        """
        pass

    def SetPolarTickVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPolarTickVisibility(self, _arg:int) -> None
        C++: virtual void SetPolarTickVisibility(vtkTypeBool _arg)
        
        Turn on and off the overall visibility of ticks.
        """
        pass

    def SetPolarTitleVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPolarTitleVisibility(self, _arg:int) -> None
        C++: virtual void SetPolarTitleVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of titles for polar axis.
        """
        pass

    def SetPole(self, __a, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        SetPole(self, __a:[float, float, float]) -> None
        C++: virtual void SetPole(double[3])
        SetPole(self, __a:float, __b:float, __c:float) -> None
        C++: virtual void SetPole(double, double, double)
        
        Explicitly specify the coordinate of the pole.
        """
        pass

    def SetRadialAngleFormat(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRadialAngleFormat(self, _arg:str) -> None
        C++: virtual void SetRadialAngleFormat(const char *_arg)
        
        String to format angle values displayed on the radial axes.
        """
        pass

    def SetRadialAxesOriginToPolarAxis(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRadialAxesOriginToPolarAxis(self, _arg:int) -> None
        C++: virtual void SetRadialAxesOriginToPolarAxis(vtkTypeBool _arg)
        
        If On, the radial axes are drawn from the angle of the polarAxis
        (i.e. this->MinimalRadius) and continue counterclockwise with the
        step DeltaAngleRadialAxes. if Off, the start angle is 0.0, i.e.
        the angle on the major radius of the ellipse.
        """
        pass

    def SetRadialAxesVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRadialAxesVisibility(self, _arg:int) -> None
        C++: virtual void SetRadialAxesVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of non-polar radial axes.
        """
        pass

    def SetRadialAxisTitleLocation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRadialAxisTitleLocation(self, _arg:int) -> None
        C++: virtual void SetRadialAxisTitleLocation(int _arg)
        
        Get/Set the alignment of the radial axes title related to the
        axis. Possible Alignment: VTK_TITLE_BOTTOM, VTK_TITLE_EXTERN
        """
        pass

    def SetRadialTitleVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRadialTitleVisibility(self, _arg:int) -> None
        C++: virtual void SetRadialTitleVisibility(vtkTypeBool _arg)
        
        Turn on and off the visibility of titles for non-polar radial
        axes.
        """
        pass

    def SetRadialUnits(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRadialUnits(self, _arg:bool) -> None
        C++: virtual void SetRadialUnits(bool _arg)
        
        Default: true
        """
        pass

    def SetRange(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetRange(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetRange(double _arg1, double _arg2)
        SetRange(self, _arg:(float, float)) -> None
        C++: void SetRange(const double _arg[2])
        
        Define the range values displayed on the polar Axis.
        """
        pass

    def SetRatio(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRatio(self, _arg:float) -> None
        C++: virtual void SetRatio(double _arg)
        
        Ratio
        """
        pass

    def SetRequestedNumberOfRadialAxes(self, _arg): # real signature unknown; restored from __doc__
        """
        SetRequestedNumberOfRadialAxes(self, _arg:int) -> None
        C++: virtual void SetRequestedNumberOfRadialAxes(vtkIdType _arg)
        
        Gets/Sets the number of radial axes
        """
        pass

    def SetScreenSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetScreenSize(self, _arg:float) -> None
        C++: virtual void SetScreenSize(double _arg)
        
        Explicitly specify the screen size of title and label text.
        ScreenSize determines the size of the text in terms of screen
        pixels. Default: 10.0.
        """
        pass

    def SetSecondaryPolarArcsProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetSecondaryPolarArcsProperty(self, p:vtkProperty) -> None
        C++: virtual void SetSecondaryPolarArcsProperty(vtkProperty *p)
        
        Get/Set secondary polar arcs actors property.
        """
        pass

    def SetSecondaryRadialAxesProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetSecondaryRadialAxesProperty(self, p:vtkProperty) -> None
        C++: virtual void SetSecondaryRadialAxesProperty(vtkProperty *p)
        
        Get/Set secondary radial axes actors properties.
        """
        pass

    def SetSecondaryRadialAxesTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetSecondaryRadialAxesTextProperty(self, p:vtkTextProperty)
            -> None
        C++: virtual void SetSecondaryRadialAxesTextProperty(
            vtkTextProperty *p)
        
        Set/Get the secondary radial axes text property.
        """
        pass

    def SetSmallestVisiblePolarAngle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetSmallestVisiblePolarAngle(self, _arg:float) -> None
        C++: virtual void SetSmallestVisiblePolarAngle(double _arg)
        
        Set/Get the minimum radial angle distinguishable from polar axis
        NB: This is used only when polar axis is visible Default: 0.5
        """
        pass

    def SetTickLocation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTickLocation(self, _arg:int) -> None
        C++: virtual void SetTickLocation(int _arg)
        
        Set/Get the location of the ticks. Inside: tick end toward
        positive direction of perpendicular axes. Outside: tick end
        toward negative direction of perpendicular axes.
        """
        pass

    def SetUse2DMode(self, val): # real signature unknown; restored from __doc__
        """
        SetUse2DMode(self, val:int) -> None
        C++: void SetUse2DMode(int val)
        
        Enable/Disable labels 2D mode (always facing the camera).
        """
        pass

    def SetViewAngleLODThreshold(self, _arg): # real signature unknown; restored from __doc__
        """
        SetViewAngleLODThreshold(self, _arg:float) -> None
        C++: virtual void SetViewAngleLODThreshold(double _arg)
        
        Set view angle LOD threshold [0.0 - 1.0] for titles and labels.
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    ExponentLocation = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor.ExponentLocation'>"
    TitleLocation = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor.TitleLocation'>"
    VTK_EXPONENT_BOTTOM = 0
    VTK_EXPONENT_EXTERN = 1
    VTK_EXPONENT_LABELS = 2
    VTK_TITLE_BOTTOM = 0
    VTK_TITLE_EXTERN = 1
    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkPolarAxesActor\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'RenderOverlay\': <method \'RenderOverlay\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPole\': <method \'SetPole\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPole\': <method \'GetPole\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetLog\': <method \'SetLog\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetLog\': <method \'GetLog\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'LogOn\': <method \'LogOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'LogOff\': <method \'LogOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetRequestedNumberOfRadialAxes\': <method \'SetRequestedNumberOfRadialAxes\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRequestedNumberOfRadialAxesMinValue\': <method \'GetRequestedNumberOfRadialAxesMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRequestedNumberOfRadialAxesMaxValue\': <method \'GetRequestedNumberOfRadialAxesMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRequestedNumberOfRadialAxes\': <method \'GetRequestedNumberOfRadialAxes\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetNumberOfPolarAxisTicks\': <method \'SetNumberOfPolarAxisTicks\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetNumberOfPolarAxisTicks\': <method \'GetNumberOfPolarAxisTicks\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetAutoSubdividePolarAxis\': <method \'SetAutoSubdividePolarAxis\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetAutoSubdividePolarAxis\': <method \'GetAutoSubdividePolarAxis\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'AutoSubdividePolarAxisOn\': <method \'AutoSubdividePolarAxisOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'AutoSubdividePolarAxisOff\': <method \'AutoSubdividePolarAxisOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetRange\': <method \'SetRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRange\': <method \'GetRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetMinimumRadius\': <method \'SetMinimumRadius\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetMinimumRadius\': <method \'GetMinimumRadius\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetMaximumRadius\': <method \'SetMaximumRadius\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetMaximumRadius\': <method \'GetMaximumRadius\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetMinimumAngle\': <method \'SetMinimumAngle\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetMinimumAngle\': <method \'GetMinimumAngle\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetMaximumAngle\': <method \'SetMaximumAngle\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetMaximumAngle\': <method \'GetMaximumAngle\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetSmallestVisiblePolarAngle\': <method \'SetSmallestVisiblePolarAngle\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetSmallestVisiblePolarAngleMinValue\': <method \'GetSmallestVisiblePolarAngleMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetSmallestVisiblePolarAngleMaxValue\': <method \'GetSmallestVisiblePolarAngleMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetSmallestVisiblePolarAngle\': <method \'GetSmallestVisiblePolarAngle\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetTickLocation\': <method \'SetTickLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetTickLocationMinValue\': <method \'GetTickLocationMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetTickLocationMaxValue\': <method \'GetTickLocationMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetTickLocation\': <method \'GetTickLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetRadialUnits\': <method \'SetRadialUnits\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRadialUnits\': <method \'GetRadialUnits\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetScreenSize\': <method \'SetScreenSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetScreenSize\': <method \'GetScreenSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetCamera\': <method \'SetCamera\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetCamera\': <method \'GetCamera\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarAxisTitle\': <method \'SetPolarAxisTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarAxisTitle\': <method \'GetPolarAxisTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarLabelFormat\': <method \'SetPolarLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarLabelFormat\': <method \'GetPolarLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetExponentLocation\': <method \'SetExponentLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetExponentLocationMinValue\': <method \'GetExponentLocationMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetExponentLocationMaxValue\': <method \'GetExponentLocationMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetExponentLocation\': <method \'GetExponentLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetRadialAngleFormat\': <method \'SetRadialAngleFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRadialAngleFormat\': <method \'GetRadialAngleFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetEnableDistanceLOD\': <method \'SetEnableDistanceLOD\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetEnableDistanceLOD\': <method \'GetEnableDistanceLOD\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetDistanceLODThreshold\': <method \'SetDistanceLODThreshold\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetDistanceLODThresholdMinValue\': <method \'GetDistanceLODThresholdMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetDistanceLODThresholdMaxValue\': <method \'GetDistanceLODThresholdMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetDistanceLODThreshold\': <method \'GetDistanceLODThreshold\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetEnableViewAngleLOD\': <method \'SetEnableViewAngleLOD\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetEnableViewAngleLOD\': <method \'GetEnableViewAngleLOD\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetViewAngleLODThreshold\': <method \'SetViewAngleLODThreshold\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetViewAngleLODThresholdMinValue\': <method \'GetViewAngleLODThresholdMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetViewAngleLODThresholdMaxValue\': <method \'GetViewAngleLODThresholdMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetViewAngleLODThreshold\': <method \'GetViewAngleLODThreshold\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarAxisVisibility\': <method \'SetPolarAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarAxisVisibility\': <method \'GetPolarAxisVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'PolarAxisVisibilityOn\': <method \'PolarAxisVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'PolarAxisVisibilityOff\': <method \'PolarAxisVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetDrawRadialGridlines\': <method \'SetDrawRadialGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetDrawRadialGridlines\': <method \'GetDrawRadialGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'DrawRadialGridlinesOn\': <method \'DrawRadialGridlinesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'DrawRadialGridlinesOff\': <method \'DrawRadialGridlinesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetDrawPolarArcsGridlines\': <method \'SetDrawPolarArcsGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetDrawPolarArcsGridlines\': <method \'GetDrawPolarArcsGridlines\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'DrawPolarArcsGridlinesOn\': <method \'DrawPolarArcsGridlinesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'DrawPolarArcsGridlinesOff\': <method \'DrawPolarArcsGridlinesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarTitleVisibility\': <method \'SetPolarTitleVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarTitleVisibility\': <method \'GetPolarTitleVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'PolarTitleVisibilityOn\': <method \'PolarTitleVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'PolarTitleVisibilityOff\': <method \'PolarTitleVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetRadialAxisTitleLocation\': <method \'SetRadialAxisTitleLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRadialAxisTitleLocationMinValue\': <method \'GetRadialAxisTitleLocationMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRadialAxisTitleLocationMaxValue\': <method \'GetRadialAxisTitleLocationMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRadialAxisTitleLocation\': <method \'GetRadialAxisTitleLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarAxisTitleLocation\': <method \'SetPolarAxisTitleLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarAxisTitleLocationMinValue\': <method \'GetPolarAxisTitleLocationMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarAxisTitleLocationMaxValue\': <method \'GetPolarAxisTitleLocationMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarAxisTitleLocation\': <method \'GetPolarAxisTitleLocation\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarLabelVisibility\': <method \'SetPolarLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarLabelVisibility\': <method \'GetPolarLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'PolarLabelVisibilityOn\': <method \'PolarLabelVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'PolarLabelVisibilityOff\': <method \'PolarLabelVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetArcTicksOriginToPolarAxis\': <method \'SetArcTicksOriginToPolarAxis\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetArcTicksOriginToPolarAxis\': <method \'GetArcTicksOriginToPolarAxis\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'ArcTicksOriginToPolarAxisOn\': <method \'ArcTicksOriginToPolarAxisOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'ArcTicksOriginToPolarAxisOff\': <method \'ArcTicksOriginToPolarAxisOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetRadialAxesOriginToPolarAxis\': <method \'SetRadialAxesOriginToPolarAxis\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRadialAxesOriginToPolarAxis\': <method \'GetRadialAxesOriginToPolarAxis\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'RadialAxesOriginToPolarAxisOn\': <method \'RadialAxesOriginToPolarAxisOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'RadialAxesOriginToPolarAxisOff\': <method \'RadialAxesOriginToPolarAxisOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarTickVisibility\': <method \'SetPolarTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarTickVisibility\': <method \'GetPolarTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'PolarTickVisibilityOn\': <method \'PolarTickVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'PolarTickVisibilityOff\': <method \'PolarTickVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetAxisTickVisibility\': <method \'SetAxisTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetAxisTickVisibility\': <method \'GetAxisTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'AxisTickVisibilityOn\': <method \'AxisTickVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'AxisTickVisibilityOff\': <method \'AxisTickVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetAxisMinorTickVisibility\': <method \'SetAxisMinorTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetAxisMinorTickVisibility\': <method \'GetAxisMinorTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'AxisMinorTickVisibilityOn\': <method \'AxisMinorTickVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'AxisMinorTickVisibilityOff\': <method \'AxisMinorTickVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetArcTickVisibility\': <method \'SetArcTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetArcTickVisibility\': <method \'GetArcTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'ArcTickVisibilityOn\': <method \'ArcTickVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'ArcTickVisibilityOff\': <method \'ArcTickVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetArcMinorTickVisibility\': <method \'SetArcMinorTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetArcMinorTickVisibility\': <method \'GetArcMinorTickVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'ArcMinorTickVisibilityOn\': <method \'ArcMinorTickVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'ArcMinorTickVisibilityOff\': <method \'ArcMinorTickVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetArcMajorTickSize\': <method \'SetArcMajorTickSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetArcMajorTickSize\': <method \'GetArcMajorTickSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarAxisMajorTickSize\': <method \'SetPolarAxisMajorTickSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarAxisMajorTickSize\': <method \'GetPolarAxisMajorTickSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetLastRadialAxisMajorTickSize\': <method \'SetLastRadialAxisMajorTickSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetLastRadialAxisMajorTickSize\': <method \'GetLastRadialAxisMajorTickSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarAxisTickRatioSize\': <method \'SetPolarAxisTickRatioSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarAxisTickRatioSize\': <method \'GetPolarAxisTickRatioSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetLastAxisTickRatioSize\': <method \'SetLastAxisTickRatioSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetLastAxisTickRatioSize\': <method \'GetLastAxisTickRatioSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetArcTickRatioSize\': <method \'SetArcTickRatioSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetArcTickRatioSize\': <method \'GetArcTickRatioSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarAxisMajorTickThickness\': <method \'SetPolarAxisMajorTickThickness\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarAxisMajorTickThickness\': <method \'GetPolarAxisMajorTickThickness\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetLastRadialAxisMajorTickThickness\': <method \'SetLastRadialAxisMajorTickThickness\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetLastRadialAxisMajorTickThickness\': <method \'GetLastRadialAxisMajorTickThickness\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetArcMajorTickThickness\': <method \'SetArcMajorTickThickness\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetArcMajorTickThickness\': <method \'GetArcMajorTickThickness\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarAxisTickRatioThickness\': <method \'SetPolarAxisTickRatioThickness\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarAxisTickRatioThickness\': <method \'GetPolarAxisTickRatioThickness\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetLastAxisTickRatioThickness\': <method \'SetLastAxisTickRatioThickness\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetLastAxisTickRatioThickness\': <method \'GetLastAxisTickRatioThickness\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetArcTickRatioThickness\': <method \'SetArcTickRatioThickness\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetArcTickRatioThickness\': <method \'GetArcTickRatioThickness\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetDeltaRangeMajor\': <method \'SetDeltaRangeMajor\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetDeltaRangeMajor\': <method \'GetDeltaRangeMajor\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetDeltaRangeMinor\': <method \'SetDeltaRangeMinor\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetDeltaRangeMinor\': <method \'GetDeltaRangeMinor\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetDeltaAngleMajor\': <method \'SetDeltaAngleMajor\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetDeltaAngleMajor\': <method \'GetDeltaAngleMajor\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetDeltaAngleMinor\': <method \'SetDeltaAngleMinor\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetDeltaAngleMinor\': <method \'GetDeltaAngleMinor\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetDeltaAngleRadialAxes\': <method \'SetDeltaAngleRadialAxes\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetDeltaAngleRadialAxes\': <method \'GetDeltaAngleRadialAxes\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetRadialAxesVisibility\': <method \'SetRadialAxesVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRadialAxesVisibility\': <method \'GetRadialAxesVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'RadialAxesVisibilityOn\': <method \'RadialAxesVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'RadialAxesVisibilityOff\': <method \'RadialAxesVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetRadialTitleVisibility\': <method \'SetRadialTitleVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRadialTitleVisibility\': <method \'GetRadialTitleVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'RadialTitleVisibilityOn\': <method \'RadialTitleVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'RadialTitleVisibilityOff\': <method \'RadialTitleVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarArcsVisibility\': <method \'SetPolarArcsVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarArcsVisibility\': <method \'GetPolarArcsVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'PolarArcsVisibilityOn\': <method \'PolarArcsVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'PolarArcsVisibilityOff\': <method \'PolarArcsVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetUse2DMode\': <method \'SetUse2DMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetUse2DMode\': <method \'GetUse2DMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarAxisTitleTextProperty\': <method \'SetPolarAxisTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarAxisTitleTextProperty\': <method \'GetPolarAxisTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarAxisLabelTextProperty\': <method \'SetPolarAxisLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarAxisLabelTextProperty\': <method \'GetPolarAxisLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetLastRadialAxisTextProperty\': <method \'SetLastRadialAxisTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetLastRadialAxisTextProperty\': <method \'GetLastRadialAxisTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetSecondaryRadialAxesTextProperty\': <method \'SetSecondaryRadialAxesTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetSecondaryRadialAxesTextProperty\': <method \'GetSecondaryRadialAxesTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarAxisProperty\': <method \'SetPolarAxisProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarAxisProperty\': <method \'GetPolarAxisProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetLastRadialAxisProperty\': <method \'SetLastRadialAxisProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetLastRadialAxisProperty\': <method \'GetLastRadialAxisProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetSecondaryRadialAxesProperty\': <method \'SetSecondaryRadialAxesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetSecondaryRadialAxesProperty\': <method \'GetSecondaryRadialAxesProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetPolarArcsProperty\': <method \'SetPolarArcsProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetPolarArcsProperty\': <method \'GetPolarArcsProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetSecondaryPolarArcsProperty\': <method \'SetSecondaryPolarArcsProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetSecondaryPolarArcsProperty\': <method \'GetSecondaryPolarArcsProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetBounds\': <method \'SetBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetBounds\': <method \'GetBounds\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'SetRatio\': <method \'SetRatio\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRatioMinValue\': <method \'GetRatioMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRatioMaxValue\': <method \'GetRatioMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'GetRatio\': <method \'GetRatio\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'ExponentLocation\': <class \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor.ExponentLocation\'>, \'TitleLocation\': <class \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor.TitleLocation\'>, \'VTK_EXPONENT_BOTTOM\': 0, \'VTK_EXPONENT_EXTERN\': 1, \'VTK_EXPONENT_LABELS\': 2, \'VTK_TITLE_BOTTOM\': 0, \'VTK_TITLE_EXTERN\': 1, \'__new__\': <built-in method __new__ of type object at 0x00007FF82060BB90>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkPolarAxesActor\' objects>, \'__doc__\': "vtkPolarAxesActor - create an actor of a polar axes -\\n\\nSuperclass: vtkActor\\n\\nvtkPolarAxesActor is a composite actor that draws polar axes in a\\nspecified plane for a give pole. Currently the plane has to be the xy\\nplane.\\n\\n@par Thanks: This class was written by Philippe Pebay, Kitware SAS\\n2011. This work was supported by CEA/DIF - Commissariat a l\'Energie\\nAtomique, Centre DAM Ile-De-France, BP12, F-91297 Arpajon, France.\\n\\n@sa\\nvtkActor vtkAxisActor vtkPolarAxesActor\\n\\n"})'
    __vtkname__ = 'vtkPolarAxesActor'


class vtkProp3DAxisFollower(__vtkmodules_vtkRenderingCore.vtkProp3DFollower):
    """
    vtkProp3DAxisFollower - a subclass of vtkProp3DFollower that ensures
    that data is always parallel to the axis defined by a vtkAxisActor.
    
    Superclass: vtkProp3DFollower
    
    vtkProp3DAxisFollower is a subclass of vtkProp3DFollower that always
    follows its specified axis. More specifically it will not change its
    position or scale, but it will continually update its orientation so
    that it is aligned with the axis and facing at angle to the camera to
    provide maximum visibility. This is typically used for text labels
    for 3d plots.
    @sa
    vtkFollower vtkAxisFollower vtkProp3DFollower
    """
    def AutoCenterOff(self): # real signature unknown; restored from __doc__
        """
        AutoCenterOff(self) -> None
        C++: virtual void AutoCenterOff()
        """
        pass

    def AutoCenterOn(self): # real signature unknown; restored from __doc__
        """
        AutoCenterOn(self) -> None
        C++: virtual void AutoCenterOn()
        """
        pass

    def AutoScale(self, viewport, camera, screenSize, position, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        AutoScale(viewport:vtkViewport, camera:vtkCamera,
            screenSize:float, position:[float, float, float]) -> float
        C++: static double AutoScale(vtkViewport *viewport,
            vtkCamera *camera, double screenSize, double position[3])
        
        Calculate scale factor to maintain same size of a object on the
        screen.
        """
        pass

    def ComputeMatrix(self): # real signature unknown; restored from __doc__
        """
        ComputeMatrix(self) -> None
        C++: void ComputeMatrix() override;
        
        Generate the matrix based on ivars. This method overloads its
        superclasses ComputeMatrix() method due to the special
        vtkProp3DAxisFollower matrix operations.
        """
        pass

    def GetAutoCenter(self): # real signature unknown; restored from __doc__
        """
        GetAutoCenter(self) -> int
        C++: virtual vtkTypeBool GetAutoCenter()
        """
        return 0

    def GetAxis(self): # real signature unknown; restored from __doc__
        """
        GetAxis(self) -> vtkAxisActor
        C++: virtual vtkAxisActor *GetAxis()
        """
        return vtkAxisActor

    def GetDistanceLODThreshold(self): # real signature unknown; restored from __doc__
        """
        GetDistanceLODThreshold(self) -> float
        C++: virtual double GetDistanceLODThreshold()
        """
        return 0.0

    def GetDistanceLODThresholdMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetDistanceLODThresholdMaxValue(self) -> float
        C++: virtual double GetDistanceLODThresholdMaxValue()
        """
        return 0.0

    def GetDistanceLODThresholdMinValue(self): # real signature unknown; restored from __doc__
        """
        GetDistanceLODThresholdMinValue(self) -> float
        C++: virtual double GetDistanceLODThresholdMinValue()
        """
        return 0.0

    def GetEnableDistanceLOD(self): # real signature unknown; restored from __doc__
        """
        GetEnableDistanceLOD(self) -> int
        C++: virtual int GetEnableDistanceLOD()
        """
        return 0

    def GetEnableViewAngleLOD(self): # real signature unknown; restored from __doc__
        """
        GetEnableViewAngleLOD(self) -> int
        C++: virtual int GetEnableViewAngleLOD()
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetScreenOffset(self): # real signature unknown; restored from __doc__
        """
        GetScreenOffset(self) -> float
        C++: double GetScreenOffset()
        
        Set/Get the desired screen vertical offset from the axis.
        Convenience method, using a zero horizontal offset
        """
        return 0.0

    def GetScreenOffsetVector(self): # real signature unknown; restored from __doc__
        """
        GetScreenOffsetVector(self) -> (float, float)
        C++: virtual double *GetScreenOffsetVector()
        """
        pass

    def GetViewAngleLODThreshold(self): # real signature unknown; restored from __doc__
        """
        GetViewAngleLODThreshold(self) -> float
        C++: virtual double GetViewAngleLODThreshold()
        """
        return 0.0

    def GetViewAngleLODThresholdMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetViewAngleLODThresholdMaxValue(self) -> float
        C++: virtual double GetViewAngleLODThresholdMaxValue()
        """
        return 0.0

    def GetViewAngleLODThresholdMinValue(self): # real signature unknown; restored from __doc__
        """
        GetViewAngleLODThresholdMinValue(self) -> float
        C++: virtual double GetViewAngleLODThresholdMinValue()
        """
        return 0.0

    def GetViewport(self): # real signature unknown; restored from __doc__
        """
        GetViewport(self) -> vtkViewport
        C++: virtual vtkViewport *GetViewport()
        """
        pass

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkProp3DAxisFollower
        C++: vtkProp3DAxisFollower *NewInstance()
        """
        return vtkProp3DAxisFollower

    def RenderOpaqueGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, viewport:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *viewport) override;
        
        This causes the actor to be rendered. It in turn will render the
        actor's property, texture map and then mapper. If a property
        hasn't been assigned, then the actor will create one
        automatically.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, viewport:vtkViewport)
            -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *viewport)
             override;
        """
        return 0

    def RenderVolumetricGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderVolumetricGeometry(self, viewport:vtkViewport) -> int
        C++: int RenderVolumetricGeometry(vtkViewport *viewport) override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkProp3DAxisFollower
        C++: static vtkProp3DAxisFollower *SafeDownCast(vtkObjectBase *o)
        """
        return vtkProp3DAxisFollower

    def SetAutoCenter(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAutoCenter(self, _arg:int) -> None
        C++: virtual void SetAutoCenter(vtkTypeBool _arg)
        
        Set/Get state of auto center mode where additional translation
        will be added to make sure the underlying geometry has its pivot
        point at the center of its bounds.
        """
        pass

    def SetAxis(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxis(self, __a:vtkAxisActor) -> None
        C++: virtual void SetAxis(vtkAxisActor *)
        
        Set axis that needs to be followed.
        """
        pass

    def SetDistanceLODThreshold(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDistanceLODThreshold(self, _arg:float) -> None
        C++: virtual void SetDistanceLODThreshold(double _arg)
        
        Set distance LOD threshold (0.0 - 1.0).This determines at what
        fraction of camera far clip range, actor is not visible. Default
        is 0.80.
        """
        pass

    def SetEnableDistanceLOD(self, _arg): # real signature unknown; restored from __doc__
        """
        SetEnableDistanceLOD(self, _arg:int) -> None
        C++: virtual void SetEnableDistanceLOD(int _arg)
        
        Enable / disable use of distance based LOD. If enabled the actor
        will not be visible at a certain distance from the camera.
        Default is false.
        """
        pass

    def SetEnableViewAngleLOD(self, _arg): # real signature unknown; restored from __doc__
        """
        SetEnableViewAngleLOD(self, _arg:int) -> None
        C++: virtual void SetEnableViewAngleLOD(int _arg)
        
        Enable / disable use of view angle based LOD. If enabled the
        actor will not be visible at a certain view angle. Default is
        true.
        """
        pass

    def SetScreenOffset(self, offset): # real signature unknown; restored from __doc__
        """
        SetScreenOffset(self, offset:float) -> None
        C++: void SetScreenOffset(double offset)
        """
        pass

    def SetScreenOffsetVector(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetScreenOffsetVector(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetScreenOffsetVector(double _arg1,
            double _arg2)
        SetScreenOffsetVector(self, _arg:(float, float)) -> None
        C++: void SetScreenOffsetVector(const double _arg[2])
        
        Set/Get the desired screen offset from the axis.
        """
        pass

    def SetViewAngleLODThreshold(self, _arg): # real signature unknown; restored from __doc__
        """
        SetViewAngleLODThreshold(self, _arg:float) -> None
        C++: virtual void SetViewAngleLODThreshold(double _arg)
        
        Set view angle LOD threshold (0.0 - 1.0).This determines at what
        view angle to geometry will make the geometry not visible.
        Default is 0.34.
        """
        pass

    def SetViewport(self, viewport): # real signature unknown; restored from __doc__
        """
        SetViewport(self, viewport:vtkViewport) -> None
        C++: virtual void SetViewport(vtkViewport *viewport)
        """
        pass

    def ShallowCopy(self, prop): # real signature unknown; restored from __doc__
        """
        ShallowCopy(self, prop:vtkProp) -> None
        C++: void ShallowCopy(vtkProp *prop) override;
        
        Shallow copy of a follower. Overloads the virtual vtkProp method.
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    __dict__ = None # (!) real value is "mappingproxy({'__vtkname__': 'vtkProp3DAxisFollower', 'IsTypeOf': <method 'IsTypeOf' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'IsA': <method 'IsA' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'SafeDownCast': <method 'SafeDownCast' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'NewInstance': <method 'NewInstance' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetNumberOfGenerationsFromBaseType': <method 'GetNumberOfGenerationsFromBaseType' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetNumberOfGenerationsFromBase': <method 'GetNumberOfGenerationsFromBase' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'SetAxis': <method 'SetAxis' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetAxis': <method 'GetAxis' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'SetAutoCenter': <method 'SetAutoCenter' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetAutoCenter': <method 'GetAutoCenter' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'AutoCenterOn': <method 'AutoCenterOn' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'AutoCenterOff': <method 'AutoCenterOff' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'SetEnableDistanceLOD': <method 'SetEnableDistanceLOD' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetEnableDistanceLOD': <method 'GetEnableDistanceLOD' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'SetDistanceLODThreshold': <method 'SetDistanceLODThreshold' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetDistanceLODThresholdMinValue': <method 'GetDistanceLODThresholdMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetDistanceLODThresholdMaxValue': <method 'GetDistanceLODThresholdMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetDistanceLODThreshold': <method 'GetDistanceLODThreshold' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'SetEnableViewAngleLOD': <method 'SetEnableViewAngleLOD' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetEnableViewAngleLOD': <method 'GetEnableViewAngleLOD' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'SetViewAngleLODThreshold': <method 'SetViewAngleLODThreshold' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetViewAngleLODThresholdMinValue': <method 'GetViewAngleLODThresholdMinValue' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetViewAngleLODThresholdMaxValue': <method 'GetViewAngleLODThresholdMaxValue' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetViewAngleLODThreshold': <method 'GetViewAngleLODThreshold' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetScreenOffset': <method 'GetScreenOffset' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'SetScreenOffset': <method 'SetScreenOffset' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'SetScreenOffsetVector': <method 'SetScreenOffsetVector' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetScreenOffsetVector': <method 'GetScreenOffsetVector' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'ComputeMatrix': <method 'ComputeMatrix' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'ShallowCopy': <method 'ShallowCopy' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'AutoScale': <method 'AutoScale' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'RenderOpaqueGeometry': <method 'RenderOpaqueGeometry' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'RenderTranslucentPolygonalGeometry': <method 'RenderTranslucentPolygonalGeometry' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'RenderVolumetricGeometry': <method 'RenderVolumetricGeometry' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'SetViewport': <method 'SetViewport' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, 'GetViewport': <method 'GetViewport' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, '__new__': <built-in method __new__ of type object at 0x00007FF82060C1E0>, '__repr__': <slot wrapper '__repr__' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, '__str__': <slot wrapper '__str__' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, '__setattr__': <slot wrapper '__setattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, '__delattr__': <slot wrapper '__delattr__' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, '__dict__': <attribute '__dict__' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, '__this__': <attribute '__this__' of 'vtkmodules.vtkRenderingAnnotation.vtkProp3DAxisFollower' objects>, '__doc__': 'vtkProp3DAxisFollower - a subclass of vtkProp3DFollower that ensures\\nthat data is always parallel to the axis defined by a vtkAxisActor.\\n\\nSuperclass: vtkProp3DFollower\\n\\nvtkProp3DAxisFollower is a subclass of vtkProp3DFollower that always\\nfollows its specified axis. More specifically it will not change its\\nposition or scale, but it will continually update its orientation so\\nthat it is aligned with the axis and facing at angle to the camera to\\nprovide maximum visibility. This is typically used for text labels\\nfor 3d plots.\\n@sa\\nvtkFollower vtkAxisFollower vtkProp3DFollower\\n\\n'})"
    __vtkname__ = 'vtkProp3DAxisFollower'


class vtkScalarBarActor(__vtkmodules_vtkRenderingCore.vtkActor2D):
    """
    vtkScalarBarActor - Create a scalar bar with labels
    
    Superclass: vtkActor2D
    
    vtkScalarBarActor creates a scalar bar with tick marks. A scalar bar
    is a legend that indicates to the viewer the correspondence between
    color value and data value. The legend consists of a rectangular bar
    made of rectangular pieces each colored a constant value. Since
    vtkScalarBarActor is a subclass of vtkActor2D, it is drawn in the
    image plane (i.e., in the renderer's viewport) on top of the 3D
    graphics window.
    
    To use vtkScalarBarActor you must associate a vtkScalarsToColors (or
    subclass) with it. The lookup table defines the colors and the range
    of scalar values used to map scalar data.  Typically, the number of
    colors shown in the scalar bar is not equal to the number of colors
    in the lookup table, in which case sampling of the lookup table is
    performed.
    
    Other optional capabilities include specifying the fraction of the
    viewport size (both x and y directions) which will control the size
    of the scalar bar and the number of tick labels. The actual position
    of the scalar bar on the screen is controlled by using the
    vtkActor2D::SetPosition() method (by default the scalar bar is
    centered in the viewport).  Other features include the ability to
    orient the scalar bar horizontally of vertically and controlling the
    format (printf style) with which to print the labels on the scalar
    bar. Also, the vtkScalarBarActor's property is applied to the scalar
    bar and annotations (including layer, and compositing operator).
    
    Set the text property/attributes of the title and the labels through
    the vtkTextProperty objects associated to this actor.
    
    @warning
    If a vtkLogLookupTable is specified as the lookup table to use, then
    the labels are created using a logarithmic scale.
    
    @sa
    vtkActor2D vtkTextProperty vtkTextMapper vtkPolyDataMapper2D
    """
    def AnnotationTextScalingOff(self): # real signature unknown; restored from __doc__
        """
        AnnotationTextScalingOff(self) -> None
        C++: virtual void AnnotationTextScalingOff()
        """
        pass

    def AnnotationTextScalingOn(self): # real signature unknown; restored from __doc__
        """
        AnnotationTextScalingOn(self) -> None
        C++: virtual void AnnotationTextScalingOn()
        """
        pass

    def DrawAboveRangeSwatchOff(self): # real signature unknown; restored from __doc__
        """
        DrawAboveRangeSwatchOff(self) -> None
        C++: virtual void DrawAboveRangeSwatchOff()
        """
        pass

    def DrawAboveRangeSwatchOn(self): # real signature unknown; restored from __doc__
        """
        DrawAboveRangeSwatchOn(self) -> None
        C++: virtual void DrawAboveRangeSwatchOn()
        """
        pass

    def DrawAnnotationsOff(self): # real signature unknown; restored from __doc__
        """
        DrawAnnotationsOff(self) -> None
        C++: virtual void DrawAnnotationsOff()
        """
        pass

    def DrawAnnotationsOn(self): # real signature unknown; restored from __doc__
        """
        DrawAnnotationsOn(self) -> None
        C++: virtual void DrawAnnotationsOn()
        """
        pass

    def DrawBackgroundOff(self): # real signature unknown; restored from __doc__
        """
        DrawBackgroundOff(self) -> None
        C++: virtual void DrawBackgroundOff()
        """
        pass

    def DrawBackgroundOn(self): # real signature unknown; restored from __doc__
        """
        DrawBackgroundOn(self) -> None
        C++: virtual void DrawBackgroundOn()
        """
        pass

    def DrawBelowRangeSwatchOff(self): # real signature unknown; restored from __doc__
        """
        DrawBelowRangeSwatchOff(self) -> None
        C++: virtual void DrawBelowRangeSwatchOff()
        """
        pass

    def DrawBelowRangeSwatchOn(self): # real signature unknown; restored from __doc__
        """
        DrawBelowRangeSwatchOn(self) -> None
        C++: virtual void DrawBelowRangeSwatchOn()
        """
        pass

    def DrawColorBarOff(self): # real signature unknown; restored from __doc__
        """
        DrawColorBarOff(self) -> None
        C++: virtual void DrawColorBarOff()
        """
        pass

    def DrawColorBarOn(self): # real signature unknown; restored from __doc__
        """
        DrawColorBarOn(self) -> None
        C++: virtual void DrawColorBarOn()
        """
        pass

    def DrawFrameOff(self): # real signature unknown; restored from __doc__
        """
        DrawFrameOff(self) -> None
        C++: virtual void DrawFrameOff()
        """
        pass

    def DrawFrameOn(self): # real signature unknown; restored from __doc__
        """
        DrawFrameOn(self) -> None
        C++: virtual void DrawFrameOn()
        """
        pass

    def DrawNanAnnotationOff(self): # real signature unknown; restored from __doc__
        """
        DrawNanAnnotationOff(self) -> None
        C++: virtual void DrawNanAnnotationOff()
        """
        pass

    def DrawNanAnnotationOn(self): # real signature unknown; restored from __doc__
        """
        DrawNanAnnotationOn(self) -> None
        C++: virtual void DrawNanAnnotationOn()
        """
        pass

    def DrawTickLabelsOff(self): # real signature unknown; restored from __doc__
        """
        DrawTickLabelsOff(self) -> None
        C++: virtual void DrawTickLabelsOff()
        """
        pass

    def DrawTickLabelsOn(self): # real signature unknown; restored from __doc__
        """
        DrawTickLabelsOn(self) -> None
        C++: virtual void DrawTickLabelsOn()
        """
        pass

    def FixedAnnotationLeaderLineColorOff(self): # real signature unknown; restored from __doc__
        """
        FixedAnnotationLeaderLineColorOff(self) -> None
        C++: virtual void FixedAnnotationLeaderLineColorOff()
        """
        pass

    def FixedAnnotationLeaderLineColorOn(self): # real signature unknown; restored from __doc__
        """
        FixedAnnotationLeaderLineColorOn(self) -> None
        C++: virtual void FixedAnnotationLeaderLineColorOn()
        """
        pass

    def GetAboveRangeAnnotation(self): # real signature unknown; restored from __doc__
        """
        GetAboveRangeAnnotation(self) -> str
        C++: virtual char *GetAboveRangeAnnotation()
        """
        return ""

    def GetAnnotationLeaderPadding(self): # real signature unknown; restored from __doc__
        """
        GetAnnotationLeaderPadding(self) -> float
        C++: virtual double GetAnnotationLeaderPadding()
        """
        return 0.0

    def GetAnnotationTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetAnnotationTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetAnnotationTextProperty()
        """
        pass

    def GetAnnotationTextScaling(self): # real signature unknown; restored from __doc__
        """
        GetAnnotationTextScaling(self) -> int
        C++: virtual vtkTypeBool GetAnnotationTextScaling()
        """
        return 0

    def GetBackgroundProperty(self): # real signature unknown; restored from __doc__
        """
        GetBackgroundProperty(self) -> vtkProperty2D
        C++: virtual vtkProperty2D *GetBackgroundProperty()
        """
        pass

    def GetBarRatio(self): # real signature unknown; restored from __doc__
        """
        GetBarRatio(self) -> float
        C++: virtual double GetBarRatio()
        
        Set/get the thickness of the color bar relative to the widget
        frame. The default is 0.375 and must always be in the range ]0,
        1[.
        """
        return 0.0

    def GetBarRatioMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetBarRatioMaxValue(self) -> float
        C++: virtual double GetBarRatioMaxValue()
        """
        return 0.0

    def GetBarRatioMinValue(self): # real signature unknown; restored from __doc__
        """
        GetBarRatioMinValue(self) -> float
        C++: virtual double GetBarRatioMinValue()
        """
        return 0.0

    def GetBelowRangeAnnotation(self): # real signature unknown; restored from __doc__
        """
        GetBelowRangeAnnotation(self) -> str
        C++: virtual char *GetBelowRangeAnnotation()
        """
        return ""

    def GetComponentTitle(self): # real signature unknown; restored from __doc__
        """
        GetComponentTitle(self) -> str
        C++: virtual char *GetComponentTitle()
        """
        return ""

    def GetCustomLabels(self): # real signature unknown; restored from __doc__
        """
        GetCustomLabels(self) -> vtkDoubleArray
        C++: virtual vtkDoubleArray *GetCustomLabels()
        """
        pass

    def GetDrawAboveRangeSwatch(self): # real signature unknown; restored from __doc__
        """
        GetDrawAboveRangeSwatch(self) -> bool
        C++: virtual bool GetDrawAboveRangeSwatch()
        """
        return False

    def GetDrawAnnotations(self): # real signature unknown; restored from __doc__
        """
        GetDrawAnnotations(self) -> int
        C++: virtual vtkTypeBool GetDrawAnnotations()
        """
        return 0

    def GetDrawBackground(self): # real signature unknown; restored from __doc__
        """
        GetDrawBackground(self) -> int
        C++: virtual vtkTypeBool GetDrawBackground()
        """
        return 0

    def GetDrawBelowRangeSwatch(self): # real signature unknown; restored from __doc__
        """
        GetDrawBelowRangeSwatch(self) -> bool
        C++: virtual bool GetDrawBelowRangeSwatch()
        """
        return False

    def GetDrawColorBar(self): # real signature unknown; restored from __doc__
        """
        GetDrawColorBar(self) -> int
        C++: virtual vtkTypeBool GetDrawColorBar()
        """
        return 0

    def GetDrawFrame(self): # real signature unknown; restored from __doc__
        """
        GetDrawFrame(self) -> int
        C++: virtual vtkTypeBool GetDrawFrame()
        """
        return 0

    def GetDrawNanAnnotation(self): # real signature unknown; restored from __doc__
        """
        GetDrawNanAnnotation(self) -> int
        C++: virtual vtkTypeBool GetDrawNanAnnotation()
        """
        return 0

    def GetDrawTickLabels(self): # real signature unknown; restored from __doc__
        """
        GetDrawTickLabels(self) -> int
        C++: virtual vtkTypeBool GetDrawTickLabels()
        """
        return 0

    def GetFixedAnnotationLeaderLineColor(self): # real signature unknown; restored from __doc__
        """
        GetFixedAnnotationLeaderLineColor(self) -> int
        C++: virtual vtkTypeBool GetFixedAnnotationLeaderLineColor()
        """
        return 0

    def GetFrameProperty(self): # real signature unknown; restored from __doc__
        """
        GetFrameProperty(self) -> vtkProperty2D
        C++: virtual vtkProperty2D *GetFrameProperty()
        """
        pass

    def GetLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetLabelFormat(self) -> str
        C++: virtual char *GetLabelFormat()
        """
        return ""

    def GetLabelTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetLabelTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetLabelTextProperty()
        """
        pass

    def GetLookupTable(self): # real signature unknown; restored from __doc__
        """
        GetLookupTable(self) -> vtkScalarsToColors
        C++: virtual vtkScalarsToColors *GetLookupTable()
        """
        pass

    def GetMaximumHeightInPixels(self): # real signature unknown; restored from __doc__
        """
        GetMaximumHeightInPixels(self) -> int
        C++: virtual int GetMaximumHeightInPixels()
        """
        return 0

    def GetMaximumNumberOfColors(self): # real signature unknown; restored from __doc__
        """
        GetMaximumNumberOfColors(self) -> int
        C++: virtual int GetMaximumNumberOfColors()
        """
        return 0

    def GetMaximumNumberOfColorsMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetMaximumNumberOfColorsMaxValue(self) -> int
        C++: virtual int GetMaximumNumberOfColorsMaxValue()
        """
        return 0

    def GetMaximumNumberOfColorsMinValue(self): # real signature unknown; restored from __doc__
        """
        GetMaximumNumberOfColorsMinValue(self) -> int
        C++: virtual int GetMaximumNumberOfColorsMinValue()
        """
        return 0

    def GetMaximumWidthInPixels(self): # real signature unknown; restored from __doc__
        """
        GetMaximumWidthInPixels(self) -> int
        C++: virtual int GetMaximumWidthInPixels()
        """
        return 0

    def GetNanAnnotation(self): # real signature unknown; restored from __doc__
        """
        GetNanAnnotation(self) -> str
        C++: virtual char *GetNanAnnotation()
        """
        return ""

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfLabels(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfLabels(self) -> int
        C++: virtual int GetNumberOfLabels()
        """
        return 0

    def GetNumberOfLabelsMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfLabelsMaxValue(self) -> int
        C++: virtual int GetNumberOfLabelsMaxValue()
        """
        return 0

    def GetNumberOfLabelsMinValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfLabelsMinValue(self) -> int
        C++: virtual int GetNumberOfLabelsMinValue()
        """
        return 0

    def GetOrientation(self): # real signature unknown; restored from __doc__
        """
        GetOrientation(self) -> int
        C++: virtual int GetOrientation()
        """
        return 0

    def GetOrientationMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetOrientationMaxValue(self) -> int
        C++: virtual int GetOrientationMaxValue()
        """
        return 0

    def GetOrientationMinValue(self): # real signature unknown; restored from __doc__
        """
        GetOrientationMinValue(self) -> int
        C++: virtual int GetOrientationMinValue()
        """
        return 0

    def GetScalarBarRect(self, rect, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetScalarBarRect(self, rect:[int, int, int, int],
            viewport:vtkViewport) -> None
        C++: virtual void GetScalarBarRect(int rect[4],
            vtkViewport *viewport)
        
        Fills rect with the dimensions of the scalar bar in viewport
        coordinates. Only the color bar is considered -- text labels are
        not considered. rect is {xmin, xmax, width, height}
        """
        pass

    def GetTextPad(self): # real signature unknown; restored from __doc__
        """
        GetTextPad(self) -> int
        C++: virtual int GetTextPad()
        
        Set/get the amount of padding around text boxes. The default is 1
        pixel.
        """
        return 0

    def GetTextPosition(self): # real signature unknown; restored from __doc__
        """
        GetTextPosition(self) -> int
        C++: virtual int GetTextPosition()
        """
        return 0

    def GetTextPositionMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetTextPositionMaxValue(self) -> int
        C++: virtual int GetTextPositionMaxValue()
        """
        return 0

    def GetTextPositionMinValue(self): # real signature unknown; restored from __doc__
        """
        GetTextPositionMinValue(self) -> int
        C++: virtual int GetTextPositionMinValue()
        """
        return 0

    def GetTextureActor(self): # real signature unknown; restored from __doc__
        """
        GetTextureActor(self) -> vtkTexturedActor2D
        C++: virtual vtkTexturedActor2D *GetTextureActor()
        
        Get the texture actor.. you may want to change some properties on
        it
        """
        pass

    def GetTextureGridWidth(self): # real signature unknown; restored from __doc__
        """
        GetTextureGridWidth(self) -> float
        C++: virtual double GetTextureGridWidth()
        """
        return 0.0

    def GetTitle(self): # real signature unknown; restored from __doc__
        """
        GetTitle(self) -> str
        C++: virtual char *GetTitle()
        """
        return ""

    def GetTitleRatio(self): # real signature unknown; restored from __doc__
        """
        GetTitleRatio(self) -> float
        C++: virtual double GetTitleRatio()
        
        Set/get the ratio of the title height to the tick label height
        (used only when the Orientation is horizontal). The default is
        0.5, which attempts to make the labels and title the same size.
        This must be a number in the range ]0, 1[.
        """
        return 0.0

    def GetTitleRatioMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetTitleRatioMaxValue(self) -> float
        C++: virtual double GetTitleRatioMaxValue()
        """
        return 0.0

    def GetTitleRatioMinValue(self): # real signature unknown; restored from __doc__
        """
        GetTitleRatioMinValue(self) -> float
        C++: virtual double GetTitleRatioMinValue()
        """
        return 0.0

    def GetTitleTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetTitleTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetTitleTextProperty()
        """
        pass

    def GetUnconstrainedFontSize(self): # real signature unknown; restored from __doc__
        """
        GetUnconstrainedFontSize(self) -> bool
        C++: virtual bool GetUnconstrainedFontSize()
        """
        return False

    def GetUseCustomLabels(self): # real signature unknown; restored from __doc__
        """
        GetUseCustomLabels(self) -> bool
        C++: virtual bool GetUseCustomLabels()
        
        Get/Set whether custom labels will be used. bonds. Default: Off.
        """
        return False

    def GetUseOpacity(self): # real signature unknown; restored from __doc__
        """
        GetUseOpacity(self) -> int
        C++: virtual vtkTypeBool GetUseOpacity()
        """
        return 0

    def GetVerticalTitleSeparation(self): # real signature unknown; restored from __doc__
        """
        GetVerticalTitleSeparation(self) -> int
        C++: virtual int GetVerticalTitleSeparation()
        
        Set/get the margin in pixels, between the title and the bar, when
        the Orientation is vertical. The default is 0 pixels.
        """
        return 0

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkScalarBarActor
        C++: vtkScalarBarActor *NewInstance()
        """
        return vtkScalarBarActor

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, viewport:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *viewport) override;
        
        Draw the scalar bar and annotation text to the screen.
        """
        return 0

    def RenderOverlay(self, viewport): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, viewport:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *viewport) override;
        
        Support the standard render methods.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkScalarBarActor
        C++: static vtkScalarBarActor *SafeDownCast(vtkObjectBase *o)
        """
        return vtkScalarBarActor

    def SetAboveRangeAnnotation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAboveRangeAnnotation(self, _arg:str) -> None
        C++: virtual void SetAboveRangeAnnotation(const char *_arg)
        
        Set/get the annotation text for "Above Range Swatch" values.
        """
        pass

    def SetAnnotationLeaderPadding(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAnnotationLeaderPadding(self, _arg:float) -> None
        C++: virtual void SetAnnotationLeaderPadding(double _arg)
        
        Set/get the padding between the scalar bar and the text
        annotations. This space is used to draw leader lines. The default
        is 8 pixels.
        """
        pass

    def SetAnnotationTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetAnnotationTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetAnnotationTextProperty(vtkTextProperty *p)
        
        Set/Get the annotation text property.
        """
        pass

    def SetAnnotationTextScaling(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAnnotationTextScaling(self, _arg:int) -> None
        C++: virtual void SetAnnotationTextScaling(vtkTypeBool _arg)
        
        Set/get whether annotation labels should be scaled with the
        viewport.
        
        * The default value is 0 (no scaling).
        * If non-zero, the vtkTextActor instances used to render
          annotation
        * labels will have their TextScaleMode set to viewport-based
          scaling,
        * which nonlinearly scales font size with the viewport size.
        """
        pass

    def SetBackgroundProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetBackgroundProperty(self, p:vtkProperty2D) -> None
        C++: virtual void SetBackgroundProperty(vtkProperty2D *p)
        
        Set/Get the background property.
        """
        pass

    def SetBarRatio(self, _arg): # real signature unknown; restored from __doc__
        """
        SetBarRatio(self, _arg:float) -> None
        C++: virtual void SetBarRatio(double _arg)
        """
        pass

    def SetBelowRangeAnnotation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetBelowRangeAnnotation(self, _arg:str) -> None
        C++: virtual void SetBelowRangeAnnotation(const char *_arg)
        
        Set/get the annotation text for "Below Range" values.
        """
        pass

    def SetComponentTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetComponentTitle(self, _arg:str) -> None
        C++: virtual void SetComponentTitle(const char *_arg)
        
        Set/Get the title for the component that is selected,
        """
        pass

    def SetCustomLabels(self, labels): # real signature unknown; restored from __doc__
        """
        SetCustomLabels(self, labels:vtkDoubleArray) -> None
        C++: virtual void SetCustomLabels(vtkDoubleArray *labels)
        
        Set/Get the fixed locations to use.
        """
        pass

    def SetDrawAboveRangeSwatch(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawAboveRangeSwatch(self, _arg:bool) -> None
        C++: virtual void SetDrawAboveRangeSwatch(bool _arg)
        
        Set/get whether the Above range swatch should be rendered or not.
        This only affects rendering when DrawAnnotations is true. The
        default is false.
        """
        pass

    def SetDrawAnnotations(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawAnnotations(self, _arg:int) -> None
        C++: virtual void SetDrawAnnotations(vtkTypeBool _arg)
        
        Set/get whether text annotations should be rendered or not.
        Currently, this only affects rendering when IndexedLookup is
        true. The default is true.
        """
        pass

    def SetDrawBackground(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawBackground(self, _arg:int) -> None
        C++: virtual void SetDrawBackground(vtkTypeBool _arg)
        
        Set/Get whether a background should be drawn around the scalar
        bar. Default is off.
        """
        pass

    def SetDrawBelowRangeSwatch(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawBelowRangeSwatch(self, _arg:bool) -> None
        C++: virtual void SetDrawBelowRangeSwatch(bool _arg)
        
        Set/get whether the Below range swatch should be rendered or not.
        This only affects rendering when DrawAnnotations is true. The
        default is false.
        """
        pass

    def SetDrawColorBar(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawColorBar(self, _arg:int) -> None
        C++: virtual void SetDrawColorBar(vtkTypeBool _arg)
        
        Set/Get whether the color bar should be drawn. If off, only the
        tickmarks and text will be drawn. Default is on.
        """
        pass

    def SetDrawFrame(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawFrame(self, _arg:int) -> None
        C++: virtual void SetDrawFrame(vtkTypeBool _arg)
        
        Set/Get whether a frame should be drawn around the scalar bar.
        Default is off.
        """
        pass

    def SetDrawNanAnnotation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawNanAnnotation(self, _arg:int) -> None
        C++: virtual void SetDrawNanAnnotation(vtkTypeBool _arg)
        
        Set/get whether the NaN annotation should be rendered or not.
        This only affects rendering when DrawAnnotations is true. The
        default is false.
        """
        pass

    def SetDrawTickLabels(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDrawTickLabels(self, _arg:int) -> None
        C++: virtual void SetDrawTickLabels(vtkTypeBool _arg)
        
        Set/Get whether the tick labels should be drawn. Default is on.
        """
        pass

    def SetFixedAnnotationLeaderLineColor(self, _arg): # real signature unknown; restored from __doc__
        """
        SetFixedAnnotationLeaderLineColor(self, _arg:int) -> None
        C++: virtual void SetFixedAnnotationLeaderLineColor(
            vtkTypeBool _arg)
        
        Set/get how leader lines connecting annotations to values should
        be colored.
        
        * When true, leader lines are all the same color (and match the
          LabelTextProperty color).
        * When false, leader lines take on the color of the value they
          correspond to.
        * This only affects rendering when DrawAnnotations is true.
        * The default is false.
        """
        pass

    def SetFrameProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetFrameProperty(self, p:vtkProperty2D) -> None
        C++: virtual void SetFrameProperty(vtkProperty2D *p)
        
        Set/Get the frame property.
        """
        pass

    def SetLabelFormat(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelFormat(self, _arg:str) -> None
        C++: virtual void SetLabelFormat(const char *_arg)
        
        Set/Get the format with which to print the labels on the scalar
        bar.
        """
        pass

    def SetLabelTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetLabelTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetLabelTextProperty(vtkTextProperty *p)
        
        Set/Get the labels text property.
        """
        pass

    def SetLookupTable(self, __a): # real signature unknown; restored from __doc__
        """
        SetLookupTable(self, __a:vtkScalarsToColors) -> None
        C++: virtual void SetLookupTable(vtkScalarsToColors *)
        
        Set/Get the lookup table to use. The lookup table specifies the
        number of colors to use in the table (if not overridden), the
        scalar range, and any annotated values. Annotated values are
        rendered using vtkTextActor.
        """
        pass

    def SetMaximumHeightInPixels(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMaximumHeightInPixels(self, _arg:int) -> None
        C++: virtual void SetMaximumHeightInPixels(int _arg)
        """
        pass

    def SetMaximumNumberOfColors(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMaximumNumberOfColors(self, _arg:int) -> None
        C++: virtual void SetMaximumNumberOfColors(int _arg)
        
        Set/Get the maximum number of scalar bar segments to show. This
        may differ from the number of colors in the lookup table, in
        which case the colors are samples from the lookup table.
        """
        pass

    def SetMaximumWidthInPixels(self, _arg): # real signature unknown; restored from __doc__
        """
        SetMaximumWidthInPixels(self, _arg:int) -> None
        C++: virtual void SetMaximumWidthInPixels(int _arg)
        
        Set/Get the maximum width and height in pixels. Specifying the
        size as a relative fraction of the viewport can sometimes
        undesirably stretch the size of the actor too much. These methods
        allow the user to set bounds on the maximum size of the scalar
        bar in pixels along any direction. Defaults to unbounded.
        """
        pass

    def SetNanAnnotation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNanAnnotation(self, _arg:str) -> None
        C++: virtual void SetNanAnnotation(const char *_arg)
        
        Set/get the annotation text for "NaN" values.
        """
        pass

    def SetNumberOfLabels(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNumberOfLabels(self, _arg:int) -> None
        C++: virtual void SetNumberOfLabels(int _arg)
        
        Set/Get the number of automatic tick labels to show.
        """
        pass

    def SetOrientation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetOrientation(self, _arg:int) -> None
        C++: virtual void SetOrientation(int _arg)
        
        Control the orientation of the scalar bar.
        """
        pass

    def SetOrientationToHorizontal(self): # real signature unknown; restored from __doc__
        """
        SetOrientationToHorizontal(self) -> None
        C++: void SetOrientationToHorizontal()
        """
        pass

    def SetOrientationToVertical(self): # real signature unknown; restored from __doc__
        """
        SetOrientationToVertical(self) -> None
        C++: void SetOrientationToVertical()
        """
        pass

    def SetTextPad(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTextPad(self, _arg:int) -> None
        C++: virtual void SetTextPad(int _arg)
        """
        pass

    def SetTextPosition(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTextPosition(self, _arg:int) -> None
        C++: virtual void SetTextPosition(int _arg)
        
        Should the title and tick marks precede the scalar bar or succeed
        it? This is measured along the viewport coordinate direction
        perpendicular to the long axis of the scalar bar, not the reading
        direction. Thus, succeed implies the that the text is above
        scalar bar if the orientation is horizontal or right of scalar
        bar if the orientation is vertical. Precede is the opposite.
        """
        pass

    def SetTextPositionToPrecedeScalarBar(self): # real signature unknown; restored from __doc__
        """
        SetTextPositionToPrecedeScalarBar(self) -> None
        C++: virtual void SetTextPositionToPrecedeScalarBar()
        """
        pass

    def SetTextPositionToSucceedScalarBar(self): # real signature unknown; restored from __doc__
        """
        SetTextPositionToSucceedScalarBar(self) -> None
        C++: virtual void SetTextPositionToSucceedScalarBar()
        """
        pass

    def SetTextureGridWidth(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTextureGridWidth(self, _arg:float) -> None
        C++: virtual void SetTextureGridWidth(double _arg)
        
        Set the width of the texture grid. Used only if UseOpacity is ON.
        """
        pass

    def SetTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitle(self, _arg:str) -> None
        C++: virtual void SetTitle(const char *_arg)
        
        Set/Get the title of the scalar bar actor,
        """
        pass

    def SetTitleRatio(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitleRatio(self, _arg:float) -> None
        C++: virtual void SetTitleRatio(double _arg)
        """
        pass

    def SetTitleTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetTitleTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetTitleTextProperty(vtkTextProperty *p)
        
        Set/Get the title text property.
        """
        pass

    def SetUnconstrainedFontSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetUnconstrainedFontSize(self, _arg:bool) -> None
        C++: virtual void SetUnconstrainedFontSize(bool _arg)
        
        Set/Get whether the font size of title and labels is
        unconstrained. Default is off. When it is constrained, the size
        of the scalar bar will constrain the font size. When it is not,
        the size of the font will always be respected. Using custom
        labels will force this mode to be on.
        """
        pass

    def SetUseCustomLabels(self, _arg): # real signature unknown; restored from __doc__
        """
        SetUseCustomLabels(self, _arg:bool) -> None
        C++: virtual void SetUseCustomLabels(bool _arg)
        """
        pass

    def SetUseOpacity(self, _arg): # real signature unknown; restored from __doc__
        """
        SetUseOpacity(self, _arg:int) -> None
        C++: virtual void SetUseOpacity(vtkTypeBool _arg)
        
        Should be display the opacity as well. This is displayed by
        changing the opacity of the scalar bar in accordance with the
        opacity of the given color. For clarity, a texture grid is placed
        in the background if Opacity is ON. You might also want to play
        with SetTextureGridWith in that case. [Default: off]
        """
        pass

    def SetVerticalTitleSeparation(self, _arg): # real signature unknown; restored from __doc__
        """
        SetVerticalTitleSeparation(self, _arg:int) -> None
        C++: virtual void SetVerticalTitleSeparation(int _arg)
        """
        pass

    def ShallowCopy(self, prop): # real signature unknown; restored from __doc__
        """
        ShallowCopy(self, prop:vtkProp) -> None
        C++: void ShallowCopy(vtkProp *prop) override;
        
        Shallow copy of a scalar bar actor. Overloads the virtual vtkProp
        method.
        """
        pass

    def UnconstrainedFontSizeOff(self): # real signature unknown; restored from __doc__
        """
        UnconstrainedFontSizeOff(self) -> None
        C++: virtual void UnconstrainedFontSizeOff()
        """
        pass

    def UnconstrainedFontSizeOn(self): # real signature unknown; restored from __doc__
        """
        UnconstrainedFontSizeOn(self) -> None
        C++: virtual void UnconstrainedFontSizeOn()
        """
        pass

    def UseCustomLabelsOff(self): # real signature unknown; restored from __doc__
        """
        UseCustomLabelsOff(self) -> None
        C++: virtual void UseCustomLabelsOff()
        """
        pass

    def UseCustomLabelsOn(self): # real signature unknown; restored from __doc__
        """
        UseCustomLabelsOn(self) -> None
        C++: virtual void UseCustomLabelsOn()
        """
        pass

    def UseOpacityOff(self): # real signature unknown; restored from __doc__
        """
        UseOpacityOff(self) -> None
        C++: virtual void UseOpacityOff()
        """
        pass

    def UseOpacityOn(self): # real signature unknown; restored from __doc__
        """
        UseOpacityOn(self) -> None
        C++: virtual void UseOpacityOn()
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    PrecedeScalarBar = 0
    SucceedScalarBar = 1
    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkScalarBarActor\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'RenderOverlay\': <method \'RenderOverlay\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'HasTranslucentPolygonalGeometry\': <method \'HasTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetScalarBarRect\': <method \'GetScalarBarRect\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetLookupTable\': <method \'SetLookupTable\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetLookupTable\': <method \'GetLookupTable\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetUseOpacity\': <method \'SetUseOpacity\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetUseOpacity\': <method \'GetUseOpacity\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'UseOpacityOn\': <method \'UseOpacityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'UseOpacityOff\': <method \'UseOpacityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetMaximumNumberOfColors\': <method \'SetMaximumNumberOfColors\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetMaximumNumberOfColorsMinValue\': <method \'GetMaximumNumberOfColorsMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetMaximumNumberOfColorsMaxValue\': <method \'GetMaximumNumberOfColorsMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetMaximumNumberOfColors\': <method \'GetMaximumNumberOfColors\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetNumberOfLabels\': <method \'SetNumberOfLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetNumberOfLabelsMinValue\': <method \'GetNumberOfLabelsMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetNumberOfLabelsMaxValue\': <method \'GetNumberOfLabelsMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetNumberOfLabels\': <method \'GetNumberOfLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetCustomLabels\': <method \'SetCustomLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetCustomLabels\': <method \'GetCustomLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetUseCustomLabels\': <method \'GetUseCustomLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetUseCustomLabels\': <method \'SetUseCustomLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'UseCustomLabelsOn\': <method \'UseCustomLabelsOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'UseCustomLabelsOff\': <method \'UseCustomLabelsOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetOrientation\': <method \'SetOrientation\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetOrientationMinValue\': <method \'GetOrientationMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetOrientationMaxValue\': <method \'GetOrientationMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetOrientation\': <method \'GetOrientation\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetOrientationToHorizontal\': <method \'SetOrientationToHorizontal\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetOrientationToVertical\': <method \'SetOrientationToVertical\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetTitleTextProperty\': <method \'SetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetTitleTextProperty\': <method \'GetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetLabelTextProperty\': <method \'SetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetLabelTextProperty\': <method \'GetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetAnnotationTextProperty\': <method \'SetAnnotationTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetAnnotationTextProperty\': <method \'GetAnnotationTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetLabelFormat\': <method \'SetLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetLabelFormat\': <method \'GetLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetTitle\': <method \'SetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetTitle\': <method \'GetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetComponentTitle\': <method \'SetComponentTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetComponentTitle\': <method \'GetComponentTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'ShallowCopy\': <method \'ShallowCopy\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetTextureGridWidth\': <method \'SetTextureGridWidth\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetTextureGridWidth\': <method \'GetTextureGridWidth\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetTextureActor\': <method \'GetTextureActor\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetTextPosition\': <method \'SetTextPosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetTextPositionMinValue\': <method \'GetTextPositionMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetTextPositionMaxValue\': <method \'GetTextPositionMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetTextPosition\': <method \'GetTextPosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetTextPositionToPrecedeScalarBar\': <method \'SetTextPositionToPrecedeScalarBar\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetTextPositionToSucceedScalarBar\': <method \'SetTextPositionToSucceedScalarBar\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetMaximumWidthInPixels\': <method \'SetMaximumWidthInPixels\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetMaximumWidthInPixels\': <method \'GetMaximumWidthInPixels\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetMaximumHeightInPixels\': <method \'SetMaximumHeightInPixels\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetMaximumHeightInPixels\': <method \'GetMaximumHeightInPixels\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetAnnotationLeaderPadding\': <method \'SetAnnotationLeaderPadding\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetAnnotationLeaderPadding\': <method \'GetAnnotationLeaderPadding\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetDrawAnnotations\': <method \'SetDrawAnnotations\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetDrawAnnotations\': <method \'GetDrawAnnotations\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawAnnotationsOn\': <method \'DrawAnnotationsOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawAnnotationsOff\': <method \'DrawAnnotationsOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetDrawNanAnnotation\': <method \'SetDrawNanAnnotation\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetDrawNanAnnotation\': <method \'GetDrawNanAnnotation\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawNanAnnotationOn\': <method \'DrawNanAnnotationOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawNanAnnotationOff\': <method \'DrawNanAnnotationOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetDrawBelowRangeSwatch\': <method \'SetDrawBelowRangeSwatch\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetDrawBelowRangeSwatch\': <method \'GetDrawBelowRangeSwatch\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawBelowRangeSwatchOn\': <method \'DrawBelowRangeSwatchOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawBelowRangeSwatchOff\': <method \'DrawBelowRangeSwatchOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetBelowRangeAnnotation\': <method \'SetBelowRangeAnnotation\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetBelowRangeAnnotation\': <method \'GetBelowRangeAnnotation\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetDrawAboveRangeSwatch\': <method \'SetDrawAboveRangeSwatch\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetDrawAboveRangeSwatch\': <method \'GetDrawAboveRangeSwatch\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawAboveRangeSwatchOn\': <method \'DrawAboveRangeSwatchOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawAboveRangeSwatchOff\': <method \'DrawAboveRangeSwatchOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetAboveRangeAnnotation\': <method \'SetAboveRangeAnnotation\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetAboveRangeAnnotation\': <method \'GetAboveRangeAnnotation\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetFixedAnnotationLeaderLineColor\': <method \'SetFixedAnnotationLeaderLineColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetFixedAnnotationLeaderLineColor\': <method \'GetFixedAnnotationLeaderLineColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'FixedAnnotationLeaderLineColorOn\': <method \'FixedAnnotationLeaderLineColorOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'FixedAnnotationLeaderLineColorOff\': <method \'FixedAnnotationLeaderLineColorOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetNanAnnotation\': <method \'SetNanAnnotation\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetNanAnnotation\': <method \'GetNanAnnotation\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetAnnotationTextScaling\': <method \'SetAnnotationTextScaling\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetAnnotationTextScaling\': <method \'GetAnnotationTextScaling\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'AnnotationTextScalingOn\': <method \'AnnotationTextScalingOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'AnnotationTextScalingOff\': <method \'AnnotationTextScalingOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetDrawBackground\': <method \'SetDrawBackground\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetDrawBackground\': <method \'GetDrawBackground\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawBackgroundOn\': <method \'DrawBackgroundOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawBackgroundOff\': <method \'DrawBackgroundOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetDrawFrame\': <method \'SetDrawFrame\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetDrawFrame\': <method \'GetDrawFrame\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawFrameOn\': <method \'DrawFrameOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawFrameOff\': <method \'DrawFrameOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetDrawColorBar\': <method \'SetDrawColorBar\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetDrawColorBar\': <method \'GetDrawColorBar\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawColorBarOn\': <method \'DrawColorBarOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawColorBarOff\': <method \'DrawColorBarOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetDrawTickLabels\': <method \'SetDrawTickLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetDrawTickLabels\': <method \'GetDrawTickLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawTickLabelsOn\': <method \'DrawTickLabelsOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'DrawTickLabelsOff\': <method \'DrawTickLabelsOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetBackgroundProperty\': <method \'SetBackgroundProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetBackgroundProperty\': <method \'GetBackgroundProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetFrameProperty\': <method \'SetFrameProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetFrameProperty\': <method \'GetFrameProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetTextPad\': <method \'GetTextPad\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetTextPad\': <method \'SetTextPad\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetVerticalTitleSeparation\': <method \'GetVerticalTitleSeparation\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetVerticalTitleSeparation\': <method \'SetVerticalTitleSeparation\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetBarRatio\': <method \'GetBarRatio\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetBarRatio\': <method \'SetBarRatio\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetBarRatioMinValue\': <method \'GetBarRatioMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetBarRatioMaxValue\': <method \'GetBarRatioMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetTitleRatio\': <method \'GetTitleRatio\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetTitleRatio\': <method \'SetTitleRatio\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetTitleRatioMinValue\': <method \'GetTitleRatioMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetTitleRatioMaxValue\': <method \'GetTitleRatioMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'SetUnconstrainedFontSize\': <method \'SetUnconstrainedFontSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'GetUnconstrainedFontSize\': <method \'GetUnconstrainedFontSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'UnconstrainedFontSizeOn\': <method \'UnconstrainedFontSizeOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'UnconstrainedFontSizeOff\': <method \'UnconstrainedFontSizeOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'PrecedeScalarBar\': 0, \'SucceedScalarBar\': 1, \'__new__\': <built-in method __new__ of type object at 0x00007FF82060D430>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkScalarBarActor\' objects>, \'__doc__\': "vtkScalarBarActor - Create a scalar bar with labels\\n\\nSuperclass: vtkActor2D\\n\\nvtkScalarBarActor creates a scalar bar with tick marks. A scalar bar\\nis a legend that indicates to the viewer the correspondence between\\ncolor value and data value. The legend consists of a rectangular bar\\nmade of rectangular pieces each colored a constant value. Since\\nvtkScalarBarActor is a subclass of vtkActor2D, it is drawn in the\\nimage plane (i.e., in the renderer\'s viewport) on top of the 3D\\ngraphics window.\\n\\nTo use vtkScalarBarActor you must associate a vtkScalarsToColors (or\\nsubclass) with it. The lookup table defines the colors and the range\\nof scalar values used to map scalar data.  Typically, the number of\\ncolors shown in the scalar bar is not equal to the number of colors\\nin the lookup table, in which case sampling of the lookup table is\\nperformed.\\n\\nOther optional capabilities include specifying the fraction of the\\nviewport size (both x and y directions) which will control the size\\nof the scalar bar and the number of tick labels. The actual position\\nof the scalar bar on the screen is controlled by using the\\nvtkActor2D::SetPosition() method (by default the scalar bar is\\ncentered in the viewport).  Other features include the ability to\\norient the scalar bar horizontally of vertically and controlling the\\nformat (printf style) with which to print the labels on the scalar\\nbar. Also, the vtkScalarBarActor\'s property is applied to the scalar\\nbar and annotations (including layer, and compositing operator).\\n\\nSet the text property/attributes of the title and the labels through\\nthe vtkTextProperty objects associated to this actor.\\n\\n@warning\\nIf a vtkLogLookupTable is specified as the lookup table to use, then\\nthe labels are created using a logarithmic scale.\\n\\n@sa\\nvtkActor2D vtkTextProperty vtkTextMapper vtkPolyDataMapper2D\\n\\n"})'
    __vtkname__ = 'vtkScalarBarActor'


class vtkSpiderPlotActor(__vtkmodules_vtkRenderingCore.vtkActor2D):
    """
    vtkSpiderPlotActor - create a spider plot from input field
    
    Superclass: vtkActor2D
    
    vtkSpiderPlotActor generates a spider plot from an input field (i.e.,
    vtkDataObject). A spider plot represents N-dimensional data by using
    a set of N axes that originate from the center of a circle, and form
    the spokes of a wheel (like a spider web).  Each N-dimensional point
    is plotted as a polyline that forms a closed polygon; the vertices of
    the polygon are plotted against the radial axes.
    
    To use this class, you must specify an input data object. You'll
    probably also want to specify the position of the plot be setting the
    Position and Position2 instance variables, which define a rectangle
    in which the plot lies. Another important parameter is the
    IndependentVariables ivar, which tells the instance how to interpret
    the field data (independent variables as the rows or columns of the
    field). There are also many other instance variables that control the
    look of the plot includes its title and legend.
    
    Set the text property/attributes of the title and the labels through
    the vtkTextProperty objects associated with these components.
    
    @warning
    Field data is not necessarily "rectangular" in shape. In these cases,
    some of the data may not be plotted.
    
    @warning
    Field data can contain non-numeric arrays (i.e. arrays not subclasses
    of vtkDataArray). Such arrays are skipped.
    
    @sa
    vtkParallelCoordinatesActor vtkXYPlotActor2D
    """
    def GetAxisLabel(self, i): # real signature unknown; restored from __doc__
        """
        GetAxisLabel(self, i:int) -> str
        C++: const char *GetAxisLabel(int i)
        """
        return ""

    def GetAxisRange(self, i, range, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """
        GetAxisRange(self, i:int, range:[float, float]) -> None
        C++: void GetAxisRange(int i, double range[2])
        """
        pass

    def GetIndependentVariables(self): # real signature unknown; restored from __doc__
        """
        GetIndependentVariables(self) -> int
        C++: virtual int GetIndependentVariables()
        """
        return 0

    def GetIndependentVariablesMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetIndependentVariablesMaxValue(self) -> int
        C++: virtual int GetIndependentVariablesMaxValue()
        """
        return 0

    def GetIndependentVariablesMinValue(self): # real signature unknown; restored from __doc__
        """
        GetIndependentVariablesMinValue(self) -> int
        C++: virtual int GetIndependentVariablesMinValue()
        """
        return 0

    def GetInput(self): # real signature unknown; restored from __doc__
        """
        GetInput(self) -> vtkDataObject
        C++: virtual vtkDataObject *GetInput()
        
        Get the input data object to this actor.
        """
        pass

    def GetLabelTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetLabelTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetLabelTextProperty()
        """
        pass

    def GetLabelVisibility(self): # real signature unknown; restored from __doc__
        """
        GetLabelVisibility(self) -> int
        C++: virtual vtkTypeBool GetLabelVisibility()
        """
        return 0

    def GetLegendActor(self): # real signature unknown; restored from __doc__
        """
        GetLegendActor(self) -> vtkLegendBoxActor
        C++: virtual vtkLegendBoxActor *GetLegendActor()
        
        Retrieve handles to the legend box. This is useful if you would
        like to manually control the legend appearance.
        """
        return vtkLegendBoxActor

    def GetLegendVisibility(self): # real signature unknown; restored from __doc__
        """
        GetLegendVisibility(self) -> int
        C++: virtual vtkTypeBool GetLegendVisibility()
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfRings(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfRings(self) -> int
        C++: virtual int GetNumberOfRings()
        """
        return 0

    def GetNumberOfRingsMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfRingsMaxValue(self) -> int
        C++: virtual int GetNumberOfRingsMaxValue()
        """
        return 0

    def GetNumberOfRingsMinValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfRingsMinValue(self) -> int
        C++: virtual int GetNumberOfRingsMinValue()
        """
        return 0

    def GetPlotColor(self, i): # real signature unknown; restored from __doc__
        """
        GetPlotColor(self, i:int) -> Pointer
        C++: double *GetPlotColor(int i)
        """
        pass

    def GetTitle(self): # real signature unknown; restored from __doc__
        """
        GetTitle(self) -> str
        C++: virtual char *GetTitle()
        """
        return ""

    def GetTitleTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetTitleTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetTitleTextProperty()
        """
        pass

    def GetTitleVisibility(self): # real signature unknown; restored from __doc__
        """
        GetTitleVisibility(self) -> int
        C++: virtual vtkTypeBool GetTitleVisibility()
        """
        return 0

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def LabelVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        LabelVisibilityOff(self) -> None
        C++: virtual void LabelVisibilityOff()
        """
        pass

    def LabelVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        LabelVisibilityOn(self) -> None
        C++: virtual void LabelVisibilityOn()
        """
        pass

    def LegendVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        LegendVisibilityOff(self) -> None
        C++: virtual void LegendVisibilityOff()
        """
        pass

    def LegendVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        LegendVisibilityOn(self) -> None
        C++: virtual void LegendVisibilityOn()
        """
        pass

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkSpiderPlotActor
        C++: vtkSpiderPlotActor *NewInstance()
        """
        return vtkSpiderPlotActor

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RenderOpaqueGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, __a:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT
        USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS All concrete
        subclasses must be able to render themselves. There are four key
        render methods in vtk and they correspond to four different
        points in the rendering cycle. Any given prop may implement one
        or more of these methods. The first method is intended for
        rendering all opaque geometry. The second method is intended for
        rendering all translucent polygonal geometry. The third one is
        intended for rendering all translucent volumetric geometry. Most
        of the volume rendering mappers draw their results during this
        third method. The last method is to render any 2D annotation or
        overlays. Each of these methods return an integer value
        indicating whether or not this render method was applied to this
        data.
        """
        return 0

    def RenderOverlay(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, __a:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *) override;
        
        Draw the spider plot.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkSpiderPlotActor
        C++: static vtkSpiderPlotActor *SafeDownCast(vtkObjectBase *o)
        """
        return vtkSpiderPlotActor

    def SetAxisLabel(self, i, __b): # real signature unknown; restored from __doc__
        """
        SetAxisLabel(self, i:int, __b:str) -> None
        C++: void SetAxisLabel(const int i, const char *)
        
        Specify the names of the radial spokes (i.e., the radial axes).
        If not specified, then an integer number is automatically
        generated.
        """
        pass

    def SetAxisRange(self, i, min, max): # real signature unknown; restored from __doc__
        """
        SetAxisRange(self, i:int, min:float, max:float) -> None
        C++: void SetAxisRange(int i, double min, double max)
        SetAxisRange(self, i:int, range:[float, float]) -> None
        C++: void SetAxisRange(int i, double range[2])
        
        Specify the range of data on each radial axis. If not specified,
        then the range is computed automatically.
        """
        pass

    def SetIndependentVariables(self, _arg): # real signature unknown; restored from __doc__
        """
        SetIndependentVariables(self, _arg:int) -> None
        C++: virtual void SetIndependentVariables(int _arg)
        
        Specify whether to use the rows or columns as independent
        variables. If columns, then each row represents a separate point.
        If rows, then each column represents a separate point.
        """
        pass

    def SetIndependentVariablesToColumns(self): # real signature unknown; restored from __doc__
        """
        SetIndependentVariablesToColumns(self) -> None
        C++: void SetIndependentVariablesToColumns()
        """
        pass

    def SetIndependentVariablesToRows(self): # real signature unknown; restored from __doc__
        """
        SetIndependentVariablesToRows(self) -> None
        C++: void SetIndependentVariablesToRows()
        """
        pass

    def SetInputConnection(self, __a): # real signature unknown; restored from __doc__
        """
        SetInputConnection(self, __a:vtkAlgorithmOutput) -> None
        C++: virtual void SetInputConnection(vtkAlgorithmOutput *)
        """
        pass

    def SetInputData(self, __a): # real signature unknown; restored from __doc__
        """
        SetInputData(self, __a:vtkDataObject) -> None
        C++: virtual void SetInputData(vtkDataObject *)
        
        Set the input to the pie chart actor. SetInputData() does not
        connect the pipeline whereas SetInputConnection() does.
        """
        pass

    def SetLabelTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetLabelTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetLabelTextProperty(vtkTextProperty *p)
        
        Enable/Disable the creation of a legend. If on, the legend labels
        will be created automatically unless the per plot legend symbol
        has been set.
        """
        pass

    def SetLabelVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLabelVisibility(self, _arg:int) -> None
        C++: virtual void SetLabelVisibility(vtkTypeBool _arg)
        """
        pass

    def SetLegendVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLegendVisibility(self, _arg:int) -> None
        C++: virtual void SetLegendVisibility(vtkTypeBool _arg)
        
        Enable/Disable the creation of a legend. If on, the legend labels
        will be created automatically unless the per plot legend symbol
        has been set.
        """
        pass

    def SetNumberOfRings(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNumberOfRings(self, _arg:int) -> None
        C++: virtual void SetNumberOfRings(int _arg)
        
        Specify the number of circumferential rings. If set to zero, then
        none will be shown; otherwise the specified number will be shown.
        """
        pass

    def SetPlotColor(self, i, r, g, b): # real signature unknown; restored from __doc__
        """
        SetPlotColor(self, i:int, r:float, g:float, b:float) -> None
        C++: void SetPlotColor(int i, double r, double g, double b)
        SetPlotColor(self, i:int, color:(float, float, float)) -> None
        C++: void SetPlotColor(int i, const double color[3])
        
        Specify colors for each plot. If not specified, they are
        automatically generated.
        """
        pass

    def SetTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitle(self, _arg:str) -> None
        C++: virtual void SetTitle(const char *_arg)
        
        Set/Get the title of the spider plot.
        """
        pass

    def SetTitleTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetTitleTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetTitleTextProperty(vtkTextProperty *p)
        
        Set/Get the title text property.
        """
        pass

    def SetTitleVisibility(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitleVisibility(self, _arg:int) -> None
        C++: virtual void SetTitleVisibility(vtkTypeBool _arg)
        
        Enable/Disable the display of a plot title.
        """
        pass

    def TitleVisibilityOff(self): # real signature unknown; restored from __doc__
        """
        TitleVisibilityOff(self) -> None
        C++: virtual void TitleVisibilityOff()
        """
        pass

    def TitleVisibilityOn(self): # real signature unknown; restored from __doc__
        """
        TitleVisibilityOn(self) -> None
        C++: virtual void TitleVisibilityOn()
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkSpiderPlotActor\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetInputData\': <method \'SetInputData\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetInputConnection\': <method \'SetInputConnection\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetInput\': <method \'GetInput\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetIndependentVariables\': <method \'SetIndependentVariables\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetIndependentVariablesMinValue\': <method \'GetIndependentVariablesMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetIndependentVariablesMaxValue\': <method \'GetIndependentVariablesMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetIndependentVariables\': <method \'GetIndependentVariables\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetIndependentVariablesToColumns\': <method \'SetIndependentVariablesToColumns\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetIndependentVariablesToRows\': <method \'SetIndependentVariablesToRows\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetTitleVisibility\': <method \'SetTitleVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetTitleVisibility\': <method \'GetTitleVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'TitleVisibilityOn\': <method \'TitleVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'TitleVisibilityOff\': <method \'TitleVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetTitle\': <method \'SetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetTitle\': <method \'GetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetTitleTextProperty\': <method \'SetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetTitleTextProperty\': <method \'GetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetLabelVisibility\': <method \'SetLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetLabelVisibility\': <method \'GetLabelVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'LabelVisibilityOn\': <method \'LabelVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'LabelVisibilityOff\': <method \'LabelVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetLabelTextProperty\': <method \'SetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetLabelTextProperty\': <method \'GetLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetNumberOfRings\': <method \'SetNumberOfRings\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetNumberOfRingsMinValue\': <method \'GetNumberOfRingsMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetNumberOfRingsMaxValue\': <method \'GetNumberOfRingsMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetNumberOfRings\': <method \'GetNumberOfRings\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetAxisLabel\': <method \'SetAxisLabel\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetAxisLabel\': <method \'GetAxisLabel\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetAxisRange\': <method \'SetAxisRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetAxisRange\': <method \'GetAxisRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetPlotColor\': <method \'SetPlotColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetPlotColor\': <method \'GetPlotColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'SetLegendVisibility\': <method \'SetLegendVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetLegendVisibility\': <method \'GetLegendVisibility\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'LegendVisibilityOn\': <method \'LegendVisibilityOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'LegendVisibilityOff\': <method \'LegendVisibilityOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'GetLegendActor\': <method \'GetLegendActor\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'RenderOverlay\': <method \'RenderOverlay\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'HasTranslucentPolygonalGeometry\': <method \'HasTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'__new__\': <built-in method __new__ of type object at 0x00007FF82060DC20>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkSpiderPlotActor\' objects>, \'__doc__\': \'vtkSpiderPlotActor - create a spider plot from input field\\n\\nSuperclass: vtkActor2D\\n\\nvtkSpiderPlotActor generates a spider plot from an input field (i.e.,\\nvtkDataObject). A spider plot represents N-dimensional data by using\\na set of N axes that originate from the center of a circle, and form\\nthe spokes of a wheel (like a spider web).  Each N-dimensional point\\nis plotted as a polyline that forms a closed polygon; the vertices of\\nthe polygon are plotted against the radial axes.\\n\\nTo use this class, you must specify an input data object. You\\\'ll\\nprobably also want to specify the position of the plot be setting the\\nPosition and Position2 instance variables, which define a rectangle\\nin which the plot lies. Another important parameter is the\\nIndependentVariables ivar, which tells the instance how to interpret\\nthe field data (independent variables as the rows or columns of the\\nfield). There are also many other instance variables that control the\\nlook of the plot includes its title and legend.\\n\\nSet the text property/attributes of the title and the labels through\\nthe vtkTextProperty objects associated with these components.\\n\\n@warning\\nField data is not necessarily "rectangular" in shape. In these cases,\\nsome of the data may not be plotted.\\n\\n@warning\\nField data can contain non-numeric arrays (i.e. arrays not subclasses\\nof vtkDataArray). Such arrays are skipped.\\n\\n@sa\\nvtkParallelCoordinatesActor vtkXYPlotActor2D\\n\\n\'})'
    __vtkname__ = 'vtkSpiderPlotActor'


class vtkXYPlotActor(__vtkmodules_vtkRenderingCore.vtkActor2D):
    """
    vtkXYPlotActor - generate an x-y plot from input dataset(s) or field
    data
    
    Superclass: vtkActor2D
    
    vtkXYPlotActor creates an x-y plot of data from one or more input
    data sets or field data. The class plots dataset scalar values
    (y-axis) against the points (x-axis). The x-axis values are generated
    by taking the point ids, computing a cumulative arc length, or a
    normalized arc length. More than one input data set can be specified
    to generate multiple plots. Alternatively, if field data is supplied
    as input, the class plots one component against another. (The user
    must specify which component to use as the x-axis and which for the
    y-axis.)
    
    To use this class to plot dataset(s), you must specify one or more
    input datasets containing scalar and point data.  You'll probably
    also want to invoke a method to control how the point coordinates are
    converted into x values (by default point ids are used).
    
    To use this class to plot field data, you must specify one or more
    input data objects with its associated field data. You'll also want
    to specify which component to use as the x-axis and which to use as
    the y-axis. Note that when plotting field data, the x and y values
    are used directly (i.e., there are no options to normalize the
    components).
    
    Once you've set up the plot, you'll want to position it.  The
    PositionCoordinate defines the lower-left location of the x-y plot
    (specified in normalized viewport coordinates) and the
    Position2Coordinate define the upper-right corner. (Note: the
    Position2Coordinate is relative to PositionCoordinate, so you can
    move the vtkXYPlotActor around the viewport by setting just the
    PositionCoordinate.) The combination of the two position coordinates
    specifies a rectangle in which the plot will lie.
    
    Optional features include the ability to specify axes labels, label
    format and plot title. You can also manually specify the x and y plot
    ranges (by default they are computed automatically). The Border
    instance variable is used to create space between the boundary of the
    plot window (specified by PositionCoordinate and Position2Coordinate)
    and the plot itself.
    
    The font property of the plot title can be modified through the
    TitleTextProperty attribute. The font property of the axes titles and
    labels can be modified through the AxisTitleTextProperty and
    AxisLabelTextProperty attributes. You may also use the
    GetXAxisActor2D or GetYAxisActor2D methods to access each individual
    axis actor to modify their font properties. In the same way, the
    GetLegendBoxActor method can be used to access the legend box actor
    to modify its font properties.
    
    There are several advanced features as well. You can assign per curve
    properties (such as color and a plot symbol). (Note that each input
    dataset and/or data object creates a single curve.) Another option is
    to add a plot legend that graphically indicates the correspondence
    between the curve, curve symbols, and the data source. You can also
    exchange the x and y axes if you prefer you plot orientation that
    way.
    
    @warning
    If you are interested in plotting something other than scalar data,
    you can use the vtk data shuffling filters (e.g.,
    vtkAttributeDataToFieldDataFilter and
    vtkFieldDataToAttributeDataFilter) to convert the data into scalar
    data and/or points.
    
    @par Thanks: This class was written by: Will Schroeder, Jim Miller,
    Charles Law, Sebastien Barre, Amy Squillacote, Ken Martin, Mathieu
    Malaterre, Jeff Lee, Francois Finet, Julien Bertel, Claire Guilbaud,
    and Philippe Pebay
    
    @sa
    vtkActor2D vtkTextMapper vtkScalarBarActor vtkAxisActor2D
    vtkCubeAxesActor2D vtkAttributeDataToFieldDataFilter
    vtkFieldDataToAttributeDataFilter vtkTextProperty
    """
    def AddDataObjectInput(self, in_): # real signature unknown; restored from __doc__
        """
        AddDataObjectInput(self, in_:vtkDataObject) -> None
        C++: void AddDataObjectInput(vtkDataObject *in)
        
        Add a data object to the list of data to display.
        """
        pass

    def AddDataObjectInputConnection(self, alg): # real signature unknown; restored from __doc__
        """
        AddDataObjectInputConnection(self, alg:vtkAlgorithmOutput) -> None
        C++: void AddDataObjectInputConnection(vtkAlgorithmOutput *alg)
        """
        pass

    def AddDataSetInput(self, ds, arrayName, component): # real signature unknown; restored from __doc__
        """
        AddDataSetInput(self, ds:vtkDataSet, arrayName:str, component:int)
             -> None
        C++: void AddDataSetInput(vtkDataSet *ds, const char *arrayName,
            int component)
        AddDataSetInput(self, ds:vtkDataSet) -> None
        C++: void AddDataSetInput(vtkDataSet *ds)
        
        Add a dataset to the list of data to append. The array name
        specifies which point array to plot. The array must be a
        vtkDataArray subclass, i.e. a numeric array. If the array name is
        NULL, then the default scalars are used.  The array can have
        multiple components, but only the first component is ploted. Note
        that AddInputDataSet() does not setup a pipeline connection
        whereas AddInputConnection() does.
        """
        pass

    def AddDataSetInputConnection(self, in_, arrayName, component): # real signature unknown; restored from __doc__
        """
        AddDataSetInputConnection(self, in_:vtkAlgorithmOutput,
            arrayName:str, component:int) -> None
        C++: void AddDataSetInputConnection(vtkAlgorithmOutput *in,
            const char *arrayName, int component)
        AddDataSetInputConnection(self, in_:vtkAlgorithmOutput) -> None
        C++: void AddDataSetInputConnection(vtkAlgorithmOutput *in)
        """
        pass

    def AddUserCurvesPoint(self, __a, __b, __c): # real signature unknown; restored from __doc__
        """
        AddUserCurvesPoint(self, __a:float, __b:float, __c:float) -> None
        C++: virtual void AddUserCurvesPoint(double, double, double)
        """
        pass

    def AdjustTitlePositionOff(self): # real signature unknown; restored from __doc__
        """
        AdjustTitlePositionOff(self) -> None
        C++: virtual void AdjustTitlePositionOff()
        """
        pass

    def AdjustTitlePositionOn(self): # real signature unknown; restored from __doc__
        """
        AdjustTitlePositionOn(self) -> None
        C++: virtual void AdjustTitlePositionOn()
        """
        pass

    def ChartBorderOff(self): # real signature unknown; restored from __doc__
        """
        ChartBorderOff(self) -> None
        C++: virtual void ChartBorderOff()
        """
        pass

    def ChartBorderOn(self): # real signature unknown; restored from __doc__
        """
        ChartBorderOn(self) -> None
        C++: virtual void ChartBorderOn()
        """
        pass

    def ChartBoxOff(self): # real signature unknown; restored from __doc__
        """
        ChartBoxOff(self) -> None
        C++: virtual void ChartBoxOff()
        """
        pass

    def ChartBoxOn(self): # real signature unknown; restored from __doc__
        """
        ChartBoxOn(self) -> None
        C++: virtual void ChartBoxOn()
        """
        pass

    def ExchangeAxesOff(self): # real signature unknown; restored from __doc__
        """
        ExchangeAxesOff(self) -> None
        C++: virtual void ExchangeAxesOff()
        """
        pass

    def ExchangeAxesOn(self): # real signature unknown; restored from __doc__
        """
        ExchangeAxesOn(self) -> None
        C++: virtual void ExchangeAxesOn()
        """
        pass

    def GetAdjustTitlePosition(self): # real signature unknown; restored from __doc__
        """
        GetAdjustTitlePosition(self) -> int
        C++: virtual vtkTypeBool GetAdjustTitlePosition()
        """
        return 0

    def GetAdjustTitlePositionMode(self): # real signature unknown; restored from __doc__
        """
        GetAdjustTitlePositionMode(self) -> int
        C++: virtual int GetAdjustTitlePositionMode()
        """
        return 0

    def GetAdjustXLabels(self): # real signature unknown; restored from __doc__
        """
        GetAdjustXLabels(self) -> int
        C++: virtual int GetAdjustXLabels()
        """
        return 0

    def GetAdjustYLabels(self): # real signature unknown; restored from __doc__
        """
        GetAdjustYLabels(self) -> int
        C++: virtual int GetAdjustYLabels()
        """
        return 0

    def GetAxisLabelTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetAxisLabelTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetAxisLabelTextProperty()
        """
        pass

    def GetAxisTitleTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetAxisTitleTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetAxisTitleTextProperty()
        """
        pass

    def GetBorder(self): # real signature unknown; restored from __doc__
        """
        GetBorder(self) -> int
        C++: virtual int GetBorder()
        """
        return 0

    def GetBorderMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetBorderMaxValue(self) -> int
        C++: virtual int GetBorderMaxValue()
        """
        return 0

    def GetBorderMinValue(self): # real signature unknown; restored from __doc__
        """
        GetBorderMinValue(self) -> int
        C++: virtual int GetBorderMinValue()
        """
        return 0

    def GetChartBorder(self): # real signature unknown; restored from __doc__
        """
        GetChartBorder(self) -> int
        C++: virtual vtkTypeBool GetChartBorder()
        """
        return 0

    def GetChartBox(self): # real signature unknown; restored from __doc__
        """
        GetChartBox(self) -> int
        C++: virtual vtkTypeBool GetChartBox()
        """
        return 0

    def GetChartBoxProperty(self): # real signature unknown; restored from __doc__
        """
        GetChartBoxProperty(self) -> vtkProperty2D
        C++: vtkProperty2D *GetChartBoxProperty()
        
        Get the box vtkProperty2D.
        """
        pass

    def GetDataObjectPlotMode(self): # real signature unknown; restored from __doc__
        """
        GetDataObjectPlotMode(self) -> int
        C++: virtual int GetDataObjectPlotMode()
        """
        return 0

    def GetDataObjectPlotModeAsString(self): # real signature unknown; restored from __doc__
        """
        GetDataObjectPlotModeAsString(self) -> str
        C++: const char *GetDataObjectPlotModeAsString()
        """
        return ""

    def GetDataObjectPlotModeMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetDataObjectPlotModeMaxValue(self) -> int
        C++: virtual int GetDataObjectPlotModeMaxValue()
        """
        return 0

    def GetDataObjectPlotModeMinValue(self): # real signature unknown; restored from __doc__
        """
        GetDataObjectPlotModeMinValue(self) -> int
        C++: virtual int GetDataObjectPlotModeMinValue()
        """
        return 0

    def GetDataObjectXComponent(self, i): # real signature unknown; restored from __doc__
        """
        GetDataObjectXComponent(self, i:int) -> int
        C++: int GetDataObjectXComponent(int i)
        """
        return 0

    def GetDataObjectYComponent(self, i): # real signature unknown; restored from __doc__
        """
        GetDataObjectYComponent(self, i:int) -> int
        C++: int GetDataObjectYComponent(int i)
        """
        return 0

    def GetExchangeAxes(self): # real signature unknown; restored from __doc__
        """
        GetExchangeAxes(self) -> int
        C++: virtual vtkTypeBool GetExchangeAxes()
        """
        return 0

    def GetGlyphSize(self): # real signature unknown; restored from __doc__
        """
        GetGlyphSize(self) -> float
        C++: virtual double GetGlyphSize()
        """
        return 0.0

    def GetGlyphSizeMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetGlyphSizeMaxValue(self) -> float
        C++: virtual double GetGlyphSizeMaxValue()
        """
        return 0.0

    def GetGlyphSizeMinValue(self): # real signature unknown; restored from __doc__
        """
        GetGlyphSizeMinValue(self) -> float
        C++: virtual double GetGlyphSizeMinValue()
        """
        return 0.0

    def GetGlyphSource(self): # real signature unknown; restored from __doc__
        """
        GetGlyphSource(self) -> vtkGlyphSource2D
        C++: virtual vtkGlyphSource2D *GetGlyphSource()
        """
        pass

    def GetLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetLabelFormat(self) -> str
        C++: const char *GetLabelFormat()
        """
        return ""

    def GetLegend(self): # real signature unknown; restored from __doc__
        """
        GetLegend(self) -> int
        C++: virtual vtkTypeBool GetLegend()
        """
        return 0

    def GetLegendActor(self): # real signature unknown; restored from __doc__
        """
        GetLegendActor(self) -> vtkLegendBoxActor
        C++: virtual vtkLegendBoxActor *GetLegendActor()
        
        Retrieve handles to the legend box and glyph source. This is
        useful if you would like to change the default behavior of the
        legend box or glyph source. For example, the default glyph can be
        changed from a line to a vertex plus line, etc.)
        """
        return vtkLegendBoxActor

    def GetLegendPosition(self): # real signature unknown; restored from __doc__
        """
        GetLegendPosition(self) -> (float, float)
        C++: virtual double *GetLegendPosition()
        """
        pass

    def GetLegendPosition2(self): # real signature unknown; restored from __doc__
        """
        GetLegendPosition2(self) -> (float, float)
        C++: virtual double *GetLegendPosition2()
        """
        pass

    def GetLogx(self): # real signature unknown; restored from __doc__
        """
        GetLogx(self) -> int
        C++: virtual vtkTypeBool GetLogx()
        """
        return 0

    def GetMTime(self): # real signature unknown; restored from __doc__
        """
        GetMTime(self) -> int
        C++: vtkMTimeType GetMTime() override;
        
        Take into account the modified time of internal helper classes.
        """
        return 0

    def GetNumberOfGenerationsFromBase(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBase(self, type:str) -> int
        C++: vtkIdType GetNumberOfGenerationsFromBase(const char *type)
            override;
        
        Given the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfGenerationsFromBaseType(self, type): # real signature unknown; restored from __doc__
        """
        GetNumberOfGenerationsFromBaseType(type:str) -> int
        C++: static vtkIdType GetNumberOfGenerationsFromBaseType(
            const char *type)
        
        Given a the name of a base class of this class type, return the
        distance of inheritance between this class type and the named
        class (how many generations of inheritance are there between this
        class and the named class). If the named class is not in this
        class's inheritance tree, return a negative value. Valid
        responses will always be nonnegative. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def GetNumberOfXLabels(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfXLabels(self) -> int
        C++: virtual int GetNumberOfXLabels()
        """
        return 0

    def GetNumberOfXLabelsMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfXLabelsMaxValue(self) -> int
        C++: virtual int GetNumberOfXLabelsMaxValue()
        """
        return 0

    def GetNumberOfXLabelsMinValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfXLabelsMinValue(self) -> int
        C++: virtual int GetNumberOfXLabelsMinValue()
        """
        return 0

    def GetNumberOfXMinorTicks(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfXMinorTicks(self) -> int
        C++: int GetNumberOfXMinorTicks()
        """
        return 0

    def GetNumberOfYLabels(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfYLabels(self) -> int
        C++: virtual int GetNumberOfYLabels()
        """
        return 0

    def GetNumberOfYLabelsMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfYLabelsMaxValue(self) -> int
        C++: virtual int GetNumberOfYLabelsMaxValue()
        """
        return 0

    def GetNumberOfYLabelsMinValue(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfYLabelsMinValue(self) -> int
        C++: virtual int GetNumberOfYLabelsMinValue()
        """
        return 0

    def GetNumberOfYMinorTicks(self): # real signature unknown; restored from __doc__
        """
        GetNumberOfYMinorTicks(self) -> int
        C++: int GetNumberOfYMinorTicks()
        """
        return 0

    def GetPlotColor(self, i): # real signature unknown; restored from __doc__
        """
        GetPlotColor(self, i:int) -> (float, float, float)
        C++: double *GetPlotColor(int i)
        """
        pass

    def GetPlotCoordinate(self): # real signature unknown; restored from __doc__
        """
        GetPlotCoordinate(self) -> (float, float)
        C++: virtual double *GetPlotCoordinate()
        """
        pass

    def GetPlotCurveLines(self): # real signature unknown; restored from __doc__
        """
        GetPlotCurveLines(self) -> int
        C++: virtual vtkTypeBool GetPlotCurveLines()
        """
        return 0

    def GetPlotCurvePoints(self): # real signature unknown; restored from __doc__
        """
        GetPlotCurvePoints(self) -> int
        C++: virtual vtkTypeBool GetPlotCurvePoints()
        """
        return 0

    def GetPlotLabel(self, i): # real signature unknown; restored from __doc__
        """
        GetPlotLabel(self, i:int) -> str
        C++: const char *GetPlotLabel(int i)
        """
        return ""

    def GetPlotLines(self, i): # real signature unknown; restored from __doc__
        """
        GetPlotLines(self, i:int) -> int
        C++: int GetPlotLines(int i)
        GetPlotLines(self) -> int
        C++: virtual vtkTypeBool GetPlotLines()
        """
        return 0

    def GetPlotPoints(self, i): # real signature unknown; restored from __doc__
        """
        GetPlotPoints(self, i:int) -> int
        C++: int GetPlotPoints(int i)
        GetPlotPoints(self) -> int
        C++: virtual vtkTypeBool GetPlotPoints()
        """
        return 0

    def GetPlotSymbol(self, i): # real signature unknown; restored from __doc__
        """
        GetPlotSymbol(self, i:int) -> vtkPolyData
        C++: vtkPolyData *GetPlotSymbol(int i)
        """
        pass

    def GetPointComponent(self, i): # real signature unknown; restored from __doc__
        """
        GetPointComponent(self, i:int) -> int
        C++: int GetPointComponent(int i)
        """
        return 0

    def GetReferenceXValue(self): # real signature unknown; restored from __doc__
        """
        GetReferenceXValue(self) -> float
        C++: virtual double GetReferenceXValue()
        """
        return 0.0

    def GetReferenceYValue(self): # real signature unknown; restored from __doc__
        """
        GetReferenceYValue(self) -> float
        C++: virtual double GetReferenceYValue()
        """
        return 0.0

    def GetReverseXAxis(self): # real signature unknown; restored from __doc__
        """
        GetReverseXAxis(self) -> int
        C++: virtual vtkTypeBool GetReverseXAxis()
        """
        return 0

    def GetReverseYAxis(self): # real signature unknown; restored from __doc__
        """
        GetReverseYAxis(self) -> int
        C++: virtual vtkTypeBool GetReverseYAxis()
        """
        return 0

    def GetShowReferenceXLine(self): # real signature unknown; restored from __doc__
        """
        GetShowReferenceXLine(self) -> int
        C++: virtual vtkTypeBool GetShowReferenceXLine()
        """
        return 0

    def GetShowReferenceYLine(self): # real signature unknown; restored from __doc__
        """
        GetShowReferenceYLine(self) -> int
        C++: virtual vtkTypeBool GetShowReferenceYLine()
        """
        return 0

    def GetTitle(self): # real signature unknown; restored from __doc__
        """
        GetTitle(self) -> str
        C++: virtual char *GetTitle()
        """
        return ""

    def GetTitlePosition(self): # real signature unknown; restored from __doc__
        """
        GetTitlePosition(self) -> (float, float)
        C++: virtual double *GetTitlePosition()
        """
        pass

    def GetTitleTextProperty(self): # real signature unknown; restored from __doc__
        """
        GetTitleTextProperty(self) -> vtkTextProperty
        C++: virtual vtkTextProperty *GetTitleTextProperty()
        """
        pass

    def GetViewportCoordinate(self): # real signature unknown; restored from __doc__
        """
        GetViewportCoordinate(self) -> (float, float)
        C++: virtual double *GetViewportCoordinate()
        """
        pass

    def GetXAxisActor2D(self): # real signature unknown; restored from __doc__
        """
        GetXAxisActor2D(self) -> vtkAxisActor2D
        C++: vtkAxisActor2D *GetXAxisActor2D()
        
        Retrieve handles to the X and Y axis (so that you can set their
        text properties for example)
        """
        return vtkAxisActor2D

    def GetXLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetXLabelFormat(self) -> str
        C++: virtual char *GetXLabelFormat()
        """
        return ""

    def GetXRange(self): # real signature unknown; restored from __doc__
        """
        GetXRange(self) -> (float, float)
        C++: virtual double *GetXRange()
        """
        pass

    def GetXTitle(self): # real signature unknown; restored from __doc__
        """
        GetXTitle(self) -> str
        C++: virtual char *GetXTitle()
        """
        return ""

    def GetXTitlePosition(self): # real signature unknown; restored from __doc__
        """
        GetXTitlePosition(self) -> float
        C++: double GetXTitlePosition()
        """
        return 0.0

    def GetXValues(self): # real signature unknown; restored from __doc__
        """
        GetXValues(self) -> int
        C++: virtual int GetXValues()
        """
        return 0

    def GetXValuesAsString(self): # real signature unknown; restored from __doc__
        """
        GetXValuesAsString(self) -> str
        C++: const char *GetXValuesAsString()
        """
        return ""

    def GetXValuesMaxValue(self): # real signature unknown; restored from __doc__
        """
        GetXValuesMaxValue(self) -> int
        C++: virtual int GetXValuesMaxValue()
        """
        return 0

    def GetXValuesMinValue(self): # real signature unknown; restored from __doc__
        """
        GetXValuesMinValue(self) -> int
        C++: virtual int GetXValuesMinValue()
        """
        return 0

    def GetYAxisActor2D(self): # real signature unknown; restored from __doc__
        """
        GetYAxisActor2D(self) -> vtkAxisActor2D
        C++: vtkAxisActor2D *GetYAxisActor2D()
        """
        return vtkAxisActor2D

    def GetYLabelFormat(self): # real signature unknown; restored from __doc__
        """
        GetYLabelFormat(self) -> str
        C++: virtual char *GetYLabelFormat()
        """
        return ""

    def GetYRange(self): # real signature unknown; restored from __doc__
        """
        GetYRange(self) -> (float, float)
        C++: virtual double *GetYRange()
        """
        pass

    def GetYTitle(self): # real signature unknown; restored from __doc__
        """
        GetYTitle(self) -> str
        C++: char *GetYTitle()
        """
        return ""

    def GetYTitlePosition(self): # real signature unknown; restored from __doc__
        """
        GetYTitlePosition(self) -> int
        C++: virtual int GetYTitlePosition()
        """
        return 0

    def HasTranslucentPolygonalGeometry(self): # real signature unknown; restored from __doc__
        """
        HasTranslucentPolygonalGeometry(self) -> int
        C++: vtkTypeBool HasTranslucentPolygonalGeometry() override;
        
        Does this prop have some translucent polygonal geometry?
        """
        return 0

    def IsA(self, type): # real signature unknown; restored from __doc__
        """
        IsA(self, type:str) -> int
        C++: vtkTypeBool IsA(const char *type) override;
        
        Return 1 if this class is the same type of (or a subclass of) the
        named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def IsInPlot(self, viewport, u, v): # real signature unknown; restored from __doc__
        """
        IsInPlot(self, viewport:vtkViewport, u:float, v:float) -> int
        C++: int IsInPlot(vtkViewport *viewport, double u, double v)
        
        Is the specified viewport position within the plot area (as
        opposed to the region used by the plot plus the labels)?
        """
        return 0

    def IsTypeOf(self, type): # real signature unknown; restored from __doc__
        """
        IsTypeOf(type:str) -> int
        C++: static vtkTypeBool IsTypeOf(const char *type)
        
        Return 1 if this class type is the same type of (or a subclass
        of) the named class. Returns 0 otherwise. This method works in
        combination with vtkTypeMacro found in vtkSetGet.h.
        """
        return 0

    def LegendOff(self): # real signature unknown; restored from __doc__
        """
        LegendOff(self) -> None
        C++: virtual void LegendOff()
        """
        pass

    def LegendOn(self): # real signature unknown; restored from __doc__
        """
        LegendOn(self) -> None
        C++: virtual void LegendOn()
        """
        pass

    def LogxOff(self): # real signature unknown; restored from __doc__
        """
        LogxOff(self) -> None
        C++: virtual void LogxOff()
        """
        pass

    def LogxOn(self): # real signature unknown; restored from __doc__
        """
        LogxOn(self) -> None
        C++: virtual void LogxOn()
        """
        pass

    def NewInstance(self): # real signature unknown; restored from __doc__
        """
        NewInstance(self) -> vtkXYPlotActor
        C++: vtkXYPlotActor *NewInstance()
        """
        return vtkXYPlotActor

    def PlotCurveLinesOff(self): # real signature unknown; restored from __doc__
        """
        PlotCurveLinesOff(self) -> None
        C++: virtual void PlotCurveLinesOff()
        """
        pass

    def PlotCurveLinesOn(self): # real signature unknown; restored from __doc__
        """
        PlotCurveLinesOn(self) -> None
        C++: virtual void PlotCurveLinesOn()
        """
        pass

    def PlotCurvePointsOff(self): # real signature unknown; restored from __doc__
        """
        PlotCurvePointsOff(self) -> None
        C++: virtual void PlotCurvePointsOff()
        """
        pass

    def PlotCurvePointsOn(self): # real signature unknown; restored from __doc__
        """
        PlotCurvePointsOn(self) -> None
        C++: virtual void PlotCurvePointsOn()
        """
        pass

    def PlotLinesOff(self): # real signature unknown; restored from __doc__
        """
        PlotLinesOff(self) -> None
        C++: virtual void PlotLinesOff()
        """
        pass

    def PlotLinesOn(self): # real signature unknown; restored from __doc__
        """
        PlotLinesOn(self) -> None
        C++: virtual void PlotLinesOn()
        """
        pass

    def PlotPointsOff(self): # real signature unknown; restored from __doc__
        """
        PlotPointsOff(self) -> None
        C++: virtual void PlotPointsOff()
        """
        pass

    def PlotPointsOn(self): # real signature unknown; restored from __doc__
        """
        PlotPointsOn(self) -> None
        C++: virtual void PlotPointsOn()
        """
        pass

    def PlotToViewportCoordinate(self, viewport, u, v): # real signature unknown; restored from __doc__
        """
        PlotToViewportCoordinate(self, viewport:vtkViewport, u:float,
            v:float) -> None
        C++: void PlotToViewportCoordinate(vtkViewport *viewport,
            double &u, double &v)
        PlotToViewportCoordinate(self, viewport:vtkViewport) -> None
        C++: void PlotToViewportCoordinate(vtkViewport *viewport)
        
        Given a plot coordinate, return the viewpoint position
        """
        pass

    def ReleaseGraphicsResources(self, __a): # real signature unknown; restored from __doc__
        """
        ReleaseGraphicsResources(self, __a:vtkWindow) -> None
        C++: void ReleaseGraphicsResources(vtkWindow *) override;
        
        Release any graphics resources that are being consumed by this
        actor. The parameter window could be used to determine which
        graphic resources to release.
        """
        pass

    def RemoveAllActiveCurves(self): # real signature unknown; restored from __doc__
        """
        RemoveAllActiveCurves(self) -> None
        C++: virtual void RemoveAllActiveCurves()
        """
        pass

    def RemoveAllDataSetInputConnections(self): # real signature unknown; restored from __doc__
        """
        RemoveAllDataSetInputConnections(self) -> None
        C++: void RemoveAllDataSetInputConnections()
        
        This removes all of the data set inputs, but does not change the
        data object inputs.
        """
        pass

    def RemoveDataObjectInput(self, in_): # real signature unknown; restored from __doc__
        """
        RemoveDataObjectInput(self, in_:vtkDataObject) -> None
        C++: void RemoveDataObjectInput(vtkDataObject *in)
        """
        pass

    def RemoveDataObjectInputConnection(self, aout): # real signature unknown; restored from __doc__
        """
        RemoveDataObjectInputConnection(self, aout:vtkAlgorithmOutput)
            -> None
        C++: void RemoveDataObjectInputConnection(
            vtkAlgorithmOutput *aout)
        
        Remove a dataset from the list of data to display.
        """
        pass

    def RemoveDataSetInput(self, ds, arrayName, component): # real signature unknown; restored from __doc__
        """
        RemoveDataSetInput(self, ds:vtkDataSet, arrayName:str,
            component:int) -> None
        C++: void RemoveDataSetInput(vtkDataSet *ds,
            const char *arrayName, int component)
        RemoveDataSetInput(self, ds:vtkDataSet) -> None
        C++: void RemoveDataSetInput(vtkDataSet *ds)
        
        Remove a dataset from the list of data to append.
        """
        pass

    def RemoveDataSetInputConnection(self, in_, arrayName, component): # real signature unknown; restored from __doc__
        """
        RemoveDataSetInputConnection(self, in_:vtkAlgorithmOutput,
            arrayName:str, component:int) -> None
        C++: void RemoveDataSetInputConnection(vtkAlgorithmOutput *in,
            const char *arrayName, int component)
        RemoveDataSetInputConnection(self, in_:vtkAlgorithmOutput) -> None
        C++: void RemoveDataSetInputConnection(vtkAlgorithmOutput *in)
        """
        pass

    def RenderOpaqueGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOpaqueGeometry(self, __a:vtkViewport) -> int
        C++: int RenderOpaqueGeometry(vtkViewport *) override;
        
        WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT
        USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS. Draw the x-y
        plot.
        """
        return 0

    def RenderOverlay(self, __a): # real signature unknown; restored from __doc__
        """
        RenderOverlay(self, __a:vtkViewport) -> int
        C++: int RenderOverlay(vtkViewport *) override;
        
        Support the standard render methods.
        """
        return 0

    def RenderTranslucentPolygonalGeometry(self, __a): # real signature unknown; restored from __doc__
        """
        RenderTranslucentPolygonalGeometry(self, __a:vtkViewport) -> int
        C++: int RenderTranslucentPolygonalGeometry(vtkViewport *)
            override;
        """
        return 0

    def ReverseXAxisOff(self): # real signature unknown; restored from __doc__
        """
        ReverseXAxisOff(self) -> None
        C++: virtual void ReverseXAxisOff()
        """
        pass

    def ReverseXAxisOn(self): # real signature unknown; restored from __doc__
        """
        ReverseXAxisOn(self) -> None
        C++: virtual void ReverseXAxisOn()
        """
        pass

    def ReverseYAxisOff(self): # real signature unknown; restored from __doc__
        """
        ReverseYAxisOff(self) -> None
        C++: virtual void ReverseYAxisOff()
        """
        pass

    def ReverseYAxisOn(self): # real signature unknown; restored from __doc__
        """
        ReverseYAxisOn(self) -> None
        C++: virtual void ReverseYAxisOn()
        """
        pass

    def SafeDownCast(self, o): # real signature unknown; restored from __doc__
        """
        SafeDownCast(o:vtkObjectBase) -> vtkXYPlotActor
        C++: static vtkXYPlotActor *SafeDownCast(vtkObjectBase *o)
        """
        return vtkXYPlotActor

    def SetAdjustTitlePosition(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAdjustTitlePosition(self, _arg:int) -> None
        C++: virtual void SetAdjustTitlePosition(vtkTypeBool _arg)
        
        If true, the xyplot actor will adjust the position of the title
        automatically to be upper-middle. Default is true.
        """
        pass

    def SetAdjustTitlePositionMode(self, _arg): # real signature unknown; restored from __doc__
        """
        SetAdjustTitlePositionMode(self, _arg:int) -> None
        C++: virtual void SetAdjustTitlePositionMode(int _arg)
        
        If AdjustTitlePosition is true, the xyplot actor will adjust the
        position of the title automatically depending on the given mode,
        the mode is a combination of the Alignment flags. by default:
        vtkXYPlotActor::AlignHCenter | vtkXYPlotActor::Top |
        vtkXYPlotActor::AlignAxisVCenter
        """
        pass

    def SetAdjustXLabels(self, adjust): # real signature unknown; restored from __doc__
        """
        SetAdjustXLabels(self, adjust:int) -> None
        C++: void SetAdjustXLabels(int adjust)
        
        Set/Get the flag that controls whether the labels and ticks are
        adjusted for "nice" numerical values to make it easier to read
        the labels. The adjustment is based in the Range instance
        variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to
        get the adjusted range and number of labels.
        """
        pass

    def SetAdjustYLabels(self, adjust): # real signature unknown; restored from __doc__
        """
        SetAdjustYLabels(self, adjust:int) -> None
        C++: void SetAdjustYLabels(int adjust)
        """
        pass

    def SetAxisLabelBold(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisLabelBold(self, __a:int) -> None
        C++: virtual void SetAxisLabelBold(int)
        """
        pass

    def SetAxisLabelColor(self, __a, __b, __c): # real signature unknown; restored from __doc__
        """
        SetAxisLabelColor(self, __a:float, __b:float, __c:float) -> None
        C++: virtual void SetAxisLabelColor(double, double, double)
        
        Set axis label properties
        """
        pass

    def SetAxisLabelFontFamily(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisLabelFontFamily(self, __a:int) -> None
        C++: virtual void SetAxisLabelFontFamily(int)
        """
        pass

    def SetAxisLabelFontSize(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisLabelFontSize(self, __a:int) -> None
        C++: virtual void SetAxisLabelFontSize(int)
        """
        pass

    def SetAxisLabelItalic(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisLabelItalic(self, __a:int) -> None
        C++: virtual void SetAxisLabelItalic(int)
        """
        pass

    def SetAxisLabelJustification(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisLabelJustification(self, __a:int) -> None
        C++: virtual void SetAxisLabelJustification(int)
        """
        pass

    def SetAxisLabelShadow(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisLabelShadow(self, __a:int) -> None
        C++: virtual void SetAxisLabelShadow(int)
        """
        pass

    def SetAxisLabelTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetAxisLabelTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetAxisLabelTextProperty(vtkTextProperty *p)
        
        Set/Get the labels text property of all axes. Note that each axis
        can be controlled individually through the GetX/YAxisActor2D()
        methods.
        """
        pass

    def SetAxisLabelVerticalJustification(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisLabelVerticalJustification(self, __a:int) -> None
        C++: virtual void SetAxisLabelVerticalJustification(int)
        """
        pass

    def SetAxisTitleBold(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisTitleBold(self, __a:int) -> None
        C++: virtual void SetAxisTitleBold(int)
        """
        pass

    def SetAxisTitleColor(self, __a, __b, __c): # real signature unknown; restored from __doc__
        """
        SetAxisTitleColor(self, __a:float, __b:float, __c:float) -> None
        C++: virtual void SetAxisTitleColor(double, double, double)
        
        Set axis title properties
        """
        pass

    def SetAxisTitleFontFamily(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisTitleFontFamily(self, __a:int) -> None
        C++: virtual void SetAxisTitleFontFamily(int)
        """
        pass

    def SetAxisTitleFontSize(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisTitleFontSize(self, __a:int) -> None
        C++: virtual void SetAxisTitleFontSize(int)
        """
        pass

    def SetAxisTitleItalic(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisTitleItalic(self, __a:int) -> None
        C++: virtual void SetAxisTitleItalic(int)
        """
        pass

    def SetAxisTitleJustification(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisTitleJustification(self, __a:int) -> None
        C++: virtual void SetAxisTitleJustification(int)
        """
        pass

    def SetAxisTitleShadow(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisTitleShadow(self, __a:int) -> None
        C++: virtual void SetAxisTitleShadow(int)
        """
        pass

    def SetAxisTitleTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetAxisTitleTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetAxisTitleTextProperty(vtkTextProperty *p)
        
        Set/Get the title text property of all axes. Note that each axis
        can be controlled individually through the GetX/YAxisActor2D()
        methods.
        """
        pass

    def SetAxisTitleVerticalJustification(self, __a): # real signature unknown; restored from __doc__
        """
        SetAxisTitleVerticalJustification(self, __a:int) -> None
        C++: virtual void SetAxisTitleVerticalJustification(int)
        """
        pass

    def SetBorder(self, _arg): # real signature unknown; restored from __doc__
        """
        SetBorder(self, _arg:int) -> None
        C++: virtual void SetBorder(int _arg)
        
        Set/Get the spacing between the plot window and the plot. The
        value is specified in pixels.
        """
        pass

    def SetChartBorder(self, _arg): # real signature unknown; restored from __doc__
        """
        SetChartBorder(self, _arg:int) -> None
        C++: virtual void SetChartBorder(vtkTypeBool _arg)
        
        Set/Get the flag that controls whether a box will be drawn/filled
        corresponding to the legend box.
        """
        pass

    def SetChartBox(self, _arg): # real signature unknown; restored from __doc__
        """
        SetChartBox(self, _arg:int) -> None
        C++: virtual void SetChartBox(vtkTypeBool _arg)
        
        Set/Get the flag that controls whether a box will be drawn/filled
        corresponding to the chart box.
        """
        pass

    def SetDataObjectPlotMode(self, _arg): # real signature unknown; restored from __doc__
        """
        SetDataObjectPlotMode(self, _arg:int) -> None
        C++: virtual void SetDataObjectPlotMode(int _arg)
        
        Indicate whether to plot rows or columns. If plotting rows, then
        the dependent variables is taken from a specified row, versus
        rows (y).
        """
        pass

    def SetDataObjectPlotModeToColumns(self): # real signature unknown; restored from __doc__
        """
        SetDataObjectPlotModeToColumns(self) -> None
        C++: void SetDataObjectPlotModeToColumns()
        """
        pass

    def SetDataObjectPlotModeToRows(self): # real signature unknown; restored from __doc__
        """
        SetDataObjectPlotModeToRows(self) -> None
        C++: void SetDataObjectPlotModeToRows()
        """
        pass

    def SetDataObjectXComponent(self, i, comp): # real signature unknown; restored from __doc__
        """
        SetDataObjectXComponent(self, i:int, comp:int) -> None
        C++: void SetDataObjectXComponent(int i, int comp)
        
        Specify which component of the input data object to use as the
        independent variable for the ith input data object. (This ivar is
        ignored if plotting the index.) Note that the value is
        interpreted differently depending on DataObjectPlotMode. If the
        mode is Rows, then the value of DataObjectXComponent is the row
        number; otherwise it's the column number.
        """
        pass

    def SetDataObjectYComponent(self, i, comp): # real signature unknown; restored from __doc__
        """
        SetDataObjectYComponent(self, i:int, comp:int) -> None
        C++: void SetDataObjectYComponent(int i, int comp)
        
        Specify which component of the input data object to use as the
        dependent variable for the ith input data object. (This ivar is
        ignored if plotting the index.) Note that the value is
        interpreted differently depending on DataObjectPlotMode. If the
        mode is Rows, then the value of DataObjectYComponent is the row
        number; otherwise it's the column number.
        """
        pass

    def SetExchangeAxes(self, _arg): # real signature unknown; restored from __doc__
        """
        SetExchangeAxes(self, _arg:int) -> None
        C++: virtual void SetExchangeAxes(vtkTypeBool _arg)
        
        Enable/Disable exchange of the x-y axes (i.e., what was x becomes
        y, and vice-versa). Exchanging axes affects the labeling as well.
        """
        pass

    def SetGlyphSize(self, _arg): # real signature unknown; restored from __doc__
        """
        SetGlyphSize(self, _arg:float) -> None
        C++: virtual void SetGlyphSize(double _arg)
        
        Set/Get the factor that controls how big glyphs are in the plot.
        The number is expressed as a fraction of the length of the
        diagonal of the plot bounding box.
        """
        pass

    def SetLabelFormat(self, __a): # real signature unknown; restored from __doc__
        """
        SetLabelFormat(self, __a:str) -> None
        C++: virtual void SetLabelFormat(const char *)
        
        Set/Get the format with which to print the labels . This sets
        both X and Y label formats. GetLabelFormat() returns X label
        format.
        """
        pass

    def SetLegend(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLegend(self, _arg:int) -> None
        C++: virtual void SetLegend(vtkTypeBool _arg)
        
        Enable/Disable the creation of a legend. If on, the legend labels
        will be created automatically unless the per plot legend symbol
        has been set.
        """
        pass

    def SetLegendBackgroundColor(self, __a, __b, __c): # real signature unknown; restored from __doc__
        """
        SetLegendBackgroundColor(self, __a:float, __b:float, __c:float)
            -> None
        C++: virtual void SetLegendBackgroundColor(double, double, double)
        """
        pass

    def SetLegendBorder(self, __a): # real signature unknown; restored from __doc__
        """
        SetLegendBorder(self, __a:int) -> None
        C++: virtual void SetLegendBorder(int)
        
        Set legend properties
        """
        pass

    def SetLegendBox(self, __a): # real signature unknown; restored from __doc__
        """
        SetLegendBox(self, __a:int) -> None
        C++: virtual void SetLegendBox(int)
        """
        pass

    def SetLegendPosition(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetLegendPosition(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetLegendPosition(double _arg1, double _arg2)
        SetLegendPosition(self, _arg:(float, float)) -> None
        C++: void SetLegendPosition(const double _arg[2])
        
        Use these methods to control the position of the legend. The
        variables LegendPosition and LegendPosition2 define the
        lower-left and upper-right position of the legend. The
        coordinates are expressed as normalized values with respect to
        the rectangle defined by PositionCoordinate and
        Position2Coordinate. Note that LegendPosition2 is relative to
        LegendPosition.
        """
        pass

    def SetLegendPosition2(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetLegendPosition2(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetLegendPosition2(double _arg1, double _arg2)
        SetLegendPosition2(self, _arg:(float, float)) -> None
        C++: void SetLegendPosition2(const double _arg[2])
        """
        pass

    def SetLegendUseBackground(self, __a): # real signature unknown; restored from __doc__
        """
        SetLegendUseBackground(self, __a:int) -> None
        C++: virtual void SetLegendUseBackground(int)
        """
        pass

    def SetLineWidth(self, __a): # real signature unknown; restored from __doc__
        """
        SetLineWidth(self, __a:float) -> None
        C++: virtual void SetLineWidth(double)
        """
        pass

    def SetLogx(self, _arg): # real signature unknown; restored from __doc__
        """
        SetLogx(self, _arg:int) -> None
        C++: virtual void SetLogx(vtkTypeBool _arg)
        
        Enable/Disable plotting of Log of x-values.
        """
        pass

    def SetNumberOfLabels(self, num): # real signature unknown; restored from __doc__
        """
        SetNumberOfLabels(self, num:int) -> None
        C++: void SetNumberOfLabels(int num)
        """
        pass

    def SetNumberOfXLabels(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNumberOfXLabels(self, _arg:int) -> None
        C++: virtual void SetNumberOfXLabels(int _arg)
        
        Set/Get the number of annotation labels to show along the x and y
        axes. This values is a suggestion: the number of labels may vary
        depending on the particulars of the data. The convenience method
        SetNumberOfLabels() sets the number of x and y labels to the same
        value.
        """
        pass

    def SetNumberOfXMinorTicks(self, num): # real signature unknown; restored from __doc__
        """
        SetNumberOfXMinorTicks(self, num:int) -> None
        C++: void SetNumberOfXMinorTicks(int num)
        
        Set/Get the number of minor ticks in X or Y.
        """
        pass

    def SetNumberOfYLabels(self, _arg): # real signature unknown; restored from __doc__
        """
        SetNumberOfYLabels(self, _arg:int) -> None
        C++: virtual void SetNumberOfYLabels(int _arg)
        """
        pass

    def SetNumberOfYMinorTicks(self, num): # real signature unknown; restored from __doc__
        """
        SetNumberOfYMinorTicks(self, num:int) -> None
        C++: void SetNumberOfYMinorTicks(int num)
        """
        pass

    def SetPlotColor(self, i, r, g, b): # real signature unknown; restored from __doc__
        """
        SetPlotColor(self, i:int, r:float, g:float, b:float) -> None
        C++: void SetPlotColor(int i, double r, double g, double b)
        SetPlotColor(self, i:int, color:(float, float, float)) -> None
        C++: void SetPlotColor(int i, const double color[3])
        """
        pass

    def SetPlotCoordinate(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetPlotCoordinate(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetPlotCoordinate(double _arg1, double _arg2)
        SetPlotCoordinate(self, _arg:(float, float)) -> None
        C++: void SetPlotCoordinate(const double _arg[2])
        """
        pass

    def SetPlotCurveLines(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPlotCurveLines(self, _arg:int) -> None
        C++: virtual void SetPlotCurveLines(vtkTypeBool _arg)
        """
        pass

    def SetPlotCurvePoints(self, _arg): # real signature unknown; restored from __doc__
        """
        SetPlotCurvePoints(self, _arg:int) -> None
        C++: virtual void SetPlotCurvePoints(vtkTypeBool _arg)
        """
        pass

    def SetPlotGlyphType(self, __a, __b): # real signature unknown; restored from __doc__
        """
        SetPlotGlyphType(self, __a:int, __b:int) -> None
        C++: virtual void SetPlotGlyphType(int, int)
        
        Set plot properties
        """
        pass

    def SetPlotLabel(self, i, label): # real signature unknown; restored from __doc__
        """
        SetPlotLabel(self, i:int, label:str) -> None
        C++: void SetPlotLabel(int i, const char *label)
        """
        pass

    def SetPlotLines(self, i, __b): # real signature unknown; restored from __doc__
        """
        SetPlotLines(self, i:int, __b:int) -> None
        C++: void SetPlotLines(int i, int)
        SetPlotLines(self, _arg:int) -> None
        C++: virtual void SetPlotLines(vtkTypeBool _arg)
        """
        pass

    def SetPlotPoints(self, i, __b): # real signature unknown; restored from __doc__
        """
        SetPlotPoints(self, i:int, __b:int) -> None
        C++: void SetPlotPoints(int i, int)
        SetPlotPoints(self, _arg:int) -> None
        C++: virtual void SetPlotPoints(vtkTypeBool _arg)
        """
        pass

    def SetPlotRange(self, xmin, ymin, xmax, ymax): # real signature unknown; restored from __doc__
        """
        SetPlotRange(self, xmin:float, ymin:float, xmax:float, ymax:float)
             -> None
        C++: void SetPlotRange(double xmin, double ymin, double xmax,
            double ymax)
        """
        pass

    def SetPlotSymbol(self, i, input): # real signature unknown; restored from __doc__
        """
        SetPlotSymbol(self, i:int, input:vtkPolyData) -> None
        C++: void SetPlotSymbol(int i, vtkPolyData *input)
        """
        pass

    def SetPointComponent(self, i, comp): # real signature unknown; restored from __doc__
        """
        SetPointComponent(self, i:int, comp:int) -> None
        C++: void SetPointComponent(int i, int comp)
        
        If plotting points by value, which component to use to determine
        the value. This sets a value per each input dataset (i.e., the
        ith dataset).
        """
        pass

    def SetReferenceXValue(self, _arg): # real signature unknown; restored from __doc__
        """
        SetReferenceXValue(self, _arg:float) -> None
        C++: virtual void SetReferenceXValue(double _arg)
        
        Set/Get the value for the X reference line
        """
        pass

    def SetReferenceYValue(self, _arg): # real signature unknown; restored from __doc__
        """
        SetReferenceYValue(self, _arg:float) -> None
        C++: virtual void SetReferenceYValue(double _arg)
        
        Set/Get the value for the Y reference line
        """
        pass

    def SetReverseXAxis(self, _arg): # real signature unknown; restored from __doc__
        """
        SetReverseXAxis(self, _arg:int) -> None
        C++: virtual void SetReverseXAxis(vtkTypeBool _arg)
        
        Normally the x-axis is plotted from minimum to maximum. Setting
        this instance variable causes the x-axis to be plotted from
        maximum to minimum. Note that boolean always applies to the
        x-axis even if ExchangeAxes is set.
        """
        pass

    def SetReverseYAxis(self, _arg): # real signature unknown; restored from __doc__
        """
        SetReverseYAxis(self, _arg:int) -> None
        C++: virtual void SetReverseYAxis(vtkTypeBool _arg)
        
        Normally the y-axis is plotted from minimum to maximum. Setting
        this instance variable causes the y-axis to be plotted from
        maximum to minimum. Note that boolean always applies to the
        y-axis even if ExchangeAxes is set.
        """
        pass

    def SetShowReferenceXLine(self, _arg): # real signature unknown; restored from __doc__
        """
        SetShowReferenceXLine(self, _arg:int) -> None
        C++: virtual void SetShowReferenceXLine(vtkTypeBool _arg)
        
        Set/Get if the X reference line is visible. hidden by default
        """
        pass

    def SetShowReferenceYLine(self, _arg): # real signature unknown; restored from __doc__
        """
        SetShowReferenceYLine(self, _arg:int) -> None
        C++: virtual void SetShowReferenceYLine(vtkTypeBool _arg)
        
        Set/Get if the Y reference line is visible. hidden by default
        """
        pass

    def SetTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetTitle(self, _arg:str) -> None
        C++: virtual void SetTitle(const char *_arg)
        
        Set/Get the title of the x-y plot.
        """
        pass

    def SetTitleBold(self, __a): # real signature unknown; restored from __doc__
        """
        SetTitleBold(self, __a:int) -> None
        C++: virtual void SetTitleBold(int)
        """
        pass

    def SetTitleColor(self, __a, __b, __c): # real signature unknown; restored from __doc__
        """
        SetTitleColor(self, __a:float, __b:float, __c:float) -> None
        C++: virtual void SetTitleColor(double, double, double)
        
        Set title properties
        """
        pass

    def SetTitleFontFamily(self, __a): # real signature unknown; restored from __doc__
        """
        SetTitleFontFamily(self, __a:int) -> None
        C++: virtual void SetTitleFontFamily(int)
        """
        pass

    def SetTitleFontSize(self, __a): # real signature unknown; restored from __doc__
        """
        SetTitleFontSize(self, __a:int) -> None
        C++: virtual void SetTitleFontSize(int)
        """
        pass

    def SetTitleItalic(self, __a): # real signature unknown; restored from __doc__
        """
        SetTitleItalic(self, __a:int) -> None
        C++: virtual void SetTitleItalic(int)
        """
        pass

    def SetTitleJustification(self, __a): # real signature unknown; restored from __doc__
        """
        SetTitleJustification(self, __a:int) -> None
        C++: virtual void SetTitleJustification(int)
        """
        pass

    def SetTitlePosition(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetTitlePosition(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetTitlePosition(double _arg1, double _arg2)
        SetTitlePosition(self, _arg:(float, float)) -> None
        C++: void SetTitlePosition(const double _arg[2])
        
        Set/Get the position of the title. This has no effect if
        AdjustTitlePosition is true.
        """
        pass

    def SetTitleShadow(self, __a): # real signature unknown; restored from __doc__
        """
        SetTitleShadow(self, __a:int) -> None
        C++: virtual void SetTitleShadow(int)
        """
        pass

    def SetTitleTextProperty(self, p): # real signature unknown; restored from __doc__
        """
        SetTitleTextProperty(self, p:vtkTextProperty) -> None
        C++: virtual void SetTitleTextProperty(vtkTextProperty *p)
        
        Set/Get the title text property.
        """
        pass

    def SetTitleVerticalJustification(self, __a): # real signature unknown; restored from __doc__
        """
        SetTitleVerticalJustification(self, __a:int) -> None
        C++: virtual void SetTitleVerticalJustification(int)
        """
        pass

    def SetViewportCoordinate(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetViewportCoordinate(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetViewportCoordinate(double _arg1,
            double _arg2)
        SetViewportCoordinate(self, _arg:(float, float)) -> None
        C++: void SetViewportCoordinate(const double _arg[2])
        """
        pass

    def SetXAxisColor(self, __a, __b, __c): # real signature unknown; restored from __doc__
        """
        SetXAxisColor(self, __a:float, __b:float, __c:float) -> None
        C++: virtual void SetXAxisColor(double, double, double)
        
        Set axes properties
        """
        pass

    def SetXLabelFormat(self, __a): # real signature unknown; restored from __doc__
        """
        SetXLabelFormat(self, __a:str) -> None
        C++: virtual void SetXLabelFormat(const char *)
        
        Set/Get the format with which to print the X label.
        """
        pass

    def SetXRange(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetXRange(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetXRange(double _arg1, double _arg2)
        SetXRange(self, _arg:(float, float)) -> None
        C++: void SetXRange(const double _arg[2])
        
        Set the plot range (range of independent and dependent variables)
        to plot. Data outside of the range will be clipped. If the plot
        range of either the x or y variables is set to (v1,v2), where v1
        == v2, then the range will be computed automatically. Note that
        the x-range values should be consistent with the way the
        independent variable is created (via INDEX, DISTANCE, or
        ARC_LENGTH).
        """
        pass

    def SetXTitle(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXTitle(self, _arg:str) -> None
        C++: virtual void SetXTitle(const char *_arg)
        
        Set/Get the title of the x axis
        """
        pass

    def SetXTitlePosition(self, position): # real signature unknown; restored from __doc__
        """
        SetXTitlePosition(self, position:float) -> None
        C++: void SetXTitlePosition(double position)
        
        Set/Get the position of the title of X axis.
        """
        pass

    def SetXValues(self, _arg): # real signature unknown; restored from __doc__
        """
        SetXValues(self, _arg:int) -> None
        C++: virtual void SetXValues(int _arg)
        
        Specify how the independent (x) variable is computed from the
        points. The independent variable can be the scalar/point index
        (i.e., point id), the accumulated arc length along the points,
        the normalized arc length, or by component value. If plotting
        datasets (e.g., points), the value that is used is specified by
        the PointComponent ivar.  (Note: these methods also control how
        field data is plotted. Field data is usually plotted by value or
        index, if plotting length 1-dimensional length measures are
        used.)
        """
        pass

    def SetXValuesToArcLength(self): # real signature unknown; restored from __doc__
        """
        SetXValuesToArcLength(self) -> None
        C++: void SetXValuesToArcLength()
        """
        pass

    def SetXValuesToIndex(self): # real signature unknown; restored from __doc__
        """
        SetXValuesToIndex(self) -> None
        C++: void SetXValuesToIndex()
        """
        pass

    def SetXValuesToNormalizedArcLength(self): # real signature unknown; restored from __doc__
        """
        SetXValuesToNormalizedArcLength(self) -> None
        C++: void SetXValuesToNormalizedArcLength()
        """
        pass

    def SetXValuesToValue(self): # real signature unknown; restored from __doc__
        """
        SetXValuesToValue(self) -> None
        C++: void SetXValuesToValue()
        """
        pass

    def SetYAxisColor(self, __a, __b, __c): # real signature unknown; restored from __doc__
        """
        SetYAxisColor(self, __a:float, __b:float, __c:float) -> None
        C++: virtual void SetYAxisColor(double, double, double)
        """
        pass

    def SetYLabelFormat(self, __a): # real signature unknown; restored from __doc__
        """
        SetYLabelFormat(self, __a:str) -> None
        C++: virtual void SetYLabelFormat(const char *)
        
        Set/Get the format with which to print the Y label.
        """
        pass

    def SetYRange(self, _arg1, _arg2): # real signature unknown; restored from __doc__
        """
        SetYRange(self, _arg1:float, _arg2:float) -> None
        C++: virtual void SetYRange(double _arg1, double _arg2)
        SetYRange(self, _arg:(float, float)) -> None
        C++: void SetYRange(const double _arg[2])
        """
        pass

    def SetYTitle(self, __a): # real signature unknown; restored from __doc__
        """
        SetYTitle(self, __a:str) -> None
        C++: virtual void SetYTitle(const char *)
        
        Set/Get the title of the y axis
        """
        pass

    def SetYTitlePosition(self, _arg): # real signature unknown; restored from __doc__
        """
        SetYTitlePosition(self, _arg:int) -> None
        C++: virtual void SetYTitlePosition(int _arg)
        
        Set/Get the position of the title of Y axis.
        """
        pass

    def SetYTitlePositionToHCenter(self): # real signature unknown; restored from __doc__
        """
        SetYTitlePositionToHCenter(self) -> None
        C++: void SetYTitlePositionToHCenter()
        """
        pass

    def SetYTitlePositionToTop(self): # real signature unknown; restored from __doc__
        """
        SetYTitlePositionToTop(self) -> None
        C++: void SetYTitlePositionToTop()
        """
        pass

    def SetYTitlePositionToVCenter(self): # real signature unknown; restored from __doc__
        """
        SetYTitlePositionToVCenter(self) -> None
        C++: void SetYTitlePositionToVCenter()
        """
        pass

    def ShowReferenceXLineOff(self): # real signature unknown; restored from __doc__
        """
        ShowReferenceXLineOff(self) -> None
        C++: virtual void ShowReferenceXLineOff()
        """
        pass

    def ShowReferenceXLineOn(self): # real signature unknown; restored from __doc__
        """
        ShowReferenceXLineOn(self) -> None
        C++: virtual void ShowReferenceXLineOn()
        """
        pass

    def ShowReferenceYLineOff(self): # real signature unknown; restored from __doc__
        """
        ShowReferenceYLineOff(self) -> None
        C++: virtual void ShowReferenceYLineOff()
        """
        pass

    def ShowReferenceYLineOn(self): # real signature unknown; restored from __doc__
        """
        ShowReferenceYLineOn(self) -> None
        C++: virtual void ShowReferenceYLineOn()
        """
        pass

    def ViewportToPlotCoordinate(self, viewport, u, v): # real signature unknown; restored from __doc__
        """
        ViewportToPlotCoordinate(self, viewport:vtkViewport, u:float,
            v:float) -> None
        C++: void ViewportToPlotCoordinate(vtkViewport *viewport,
            double &u, double &v)
        ViewportToPlotCoordinate(self, viewport:vtkViewport) -> None
        C++: void ViewportToPlotCoordinate(vtkViewport *viewport)
        
        Given a position within the viewport used by the plot, return the
        the plot coordinates (XAxis value, YAxis value)
        """
        pass

    def __delattr__(self, *args, **kwargs): # real signature unknown
        """ Implement delattr(self, name). """
        pass

    def __getattribute__(self, *args, **kwargs): # real signature unknown
        """ Return getattr(self, name). """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __repr__(self, *args, **kwargs): # real signature unknown
        """ Return repr(self). """
        pass

    def __setattr__(self, *args, **kwargs): # real signature unknown
        """ Implement setattr(self, name, value). """
        pass

    def __str__(self, *args, **kwargs): # real signature unknown
        """ Return str(self). """
        pass

    __this__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """Pointer to the C++ object."""


    AlignAxisBottom = 8192
    AlignAxisHCenter = 1024
    AlignAxisLeft = 256
    AlignAxisRight = 512
    AlignAxisTop = 4096
    AlignAxisVCenter = 16384
    AlignBottom = 32
    AlignHCenter = 4
    AlignLeft = 1
    Alignment = None # (!) real value is "<class 'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor.Alignment'>"
    AlignRight = 2
    AlignTop = 16
    AlignVCenter = 64
    __dict__ = None # (!) real value is 'mappingproxy({\'__vtkname__\': \'vtkXYPlotActor\', \'IsTypeOf\': <method \'IsTypeOf\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'IsA\': <method \'IsA\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SafeDownCast\': <method \'SafeDownCast\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'NewInstance\': <method \'NewInstance\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetNumberOfGenerationsFromBaseType\': <method \'GetNumberOfGenerationsFromBaseType\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetNumberOfGenerationsFromBase\': <method \'GetNumberOfGenerationsFromBase\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'AddDataSetInput\': <method \'AddDataSetInput\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'AddDataSetInputConnection\': <method \'AddDataSetInputConnection\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'RemoveDataSetInput\': <method \'RemoveDataSetInput\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'RemoveDataSetInputConnection\': <method \'RemoveDataSetInputConnection\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'RemoveAllDataSetInputConnections\': <method \'RemoveAllDataSetInputConnections\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetPointComponent\': <method \'SetPointComponent\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetPointComponent\': <method \'GetPointComponent\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetXValues\': <method \'SetXValues\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetXValuesMinValue\': <method \'GetXValuesMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetXValuesMaxValue\': <method \'GetXValuesMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetXValues\': <method \'GetXValues\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetXValuesToIndex\': <method \'SetXValuesToIndex\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetXValuesToArcLength\': <method \'SetXValuesToArcLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetXValuesToNormalizedArcLength\': <method \'SetXValuesToNormalizedArcLength\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetXValuesToValue\': <method \'SetXValuesToValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetXValuesAsString\': <method \'GetXValuesAsString\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'AddDataObjectInput\': <method \'AddDataObjectInput\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'AddDataObjectInputConnection\': <method \'AddDataObjectInputConnection\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'RemoveDataObjectInputConnection\': <method \'RemoveDataObjectInputConnection\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'RemoveDataObjectInput\': <method \'RemoveDataObjectInput\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetDataObjectPlotMode\': <method \'SetDataObjectPlotMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetDataObjectPlotModeMinValue\': <method \'GetDataObjectPlotModeMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetDataObjectPlotModeMaxValue\': <method \'GetDataObjectPlotModeMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetDataObjectPlotMode\': <method \'GetDataObjectPlotMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetDataObjectPlotModeToRows\': <method \'SetDataObjectPlotModeToRows\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetDataObjectPlotModeToColumns\': <method \'SetDataObjectPlotModeToColumns\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetDataObjectPlotModeAsString\': <method \'GetDataObjectPlotModeAsString\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetDataObjectXComponent\': <method \'SetDataObjectXComponent\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetDataObjectXComponent\': <method \'GetDataObjectXComponent\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetDataObjectYComponent\': <method \'SetDataObjectYComponent\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetDataObjectYComponent\': <method \'GetDataObjectYComponent\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetPlotColor\': <method \'SetPlotColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetPlotColor\': <method \'GetPlotColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetPlotSymbol\': <method \'SetPlotSymbol\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetPlotSymbol\': <method \'GetPlotSymbol\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetPlotLabel\': <method \'SetPlotLabel\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetPlotLabel\': <method \'GetPlotLabel\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetPlotCurvePoints\': <method \'GetPlotCurvePoints\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetPlotCurvePoints\': <method \'SetPlotCurvePoints\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'PlotCurvePointsOn\': <method \'PlotCurvePointsOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'PlotCurvePointsOff\': <method \'PlotCurvePointsOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetPlotCurveLines\': <method \'GetPlotCurveLines\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetPlotCurveLines\': <method \'SetPlotCurveLines\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'PlotCurveLinesOn\': <method \'PlotCurveLinesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'PlotCurveLinesOff\': <method \'PlotCurveLinesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetPlotLines\': <method \'SetPlotLines\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetPlotLines\': <method \'GetPlotLines\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetPlotPoints\': <method \'SetPlotPoints\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetPlotPoints\': <method \'GetPlotPoints\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetExchangeAxes\': <method \'SetExchangeAxes\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetExchangeAxes\': <method \'GetExchangeAxes\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ExchangeAxesOn\': <method \'ExchangeAxesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ExchangeAxesOff\': <method \'ExchangeAxesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetReverseXAxis\': <method \'SetReverseXAxis\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetReverseXAxis\': <method \'GetReverseXAxis\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ReverseXAxisOn\': <method \'ReverseXAxisOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ReverseXAxisOff\': <method \'ReverseXAxisOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetReverseYAxis\': <method \'SetReverseYAxis\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetReverseYAxis\': <method \'GetReverseYAxis\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ReverseYAxisOn\': <method \'ReverseYAxisOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ReverseYAxisOff\': <method \'ReverseYAxisOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetLegendActor\': <method \'GetLegendActor\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetGlyphSource\': <method \'GetGlyphSource\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetTitle\': <method \'SetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetTitle\': <method \'GetTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetXTitle\': <method \'SetXTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetXTitle\': <method \'GetXTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetYTitle\': <method \'SetYTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetYTitle\': <method \'GetYTitle\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetXAxisActor2D\': <method \'GetXAxisActor2D\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetYAxisActor2D\': <method \'GetYAxisActor2D\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetXRange\': <method \'SetXRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetXRange\': <method \'GetXRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetYRange\': <method \'SetYRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetYRange\': <method \'GetYRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetPlotRange\': <method \'SetPlotRange\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetNumberOfXLabels\': <method \'SetNumberOfXLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetNumberOfXLabelsMinValue\': <method \'GetNumberOfXLabelsMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetNumberOfXLabelsMaxValue\': <method \'GetNumberOfXLabelsMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetNumberOfXLabels\': <method \'GetNumberOfXLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetNumberOfYLabels\': <method \'SetNumberOfYLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetNumberOfYLabelsMinValue\': <method \'GetNumberOfYLabelsMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetNumberOfYLabelsMaxValue\': <method \'GetNumberOfYLabelsMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetNumberOfYLabels\': <method \'GetNumberOfYLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetNumberOfLabels\': <method \'SetNumberOfLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAdjustXLabels\': <method \'SetAdjustXLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetAdjustXLabels\': <method \'GetAdjustXLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAdjustYLabels\': <method \'SetAdjustYLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetAdjustYLabels\': <method \'GetAdjustYLabels\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetNumberOfXMinorTicks\': <method \'SetNumberOfXMinorTicks\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetNumberOfXMinorTicks\': <method \'GetNumberOfXMinorTicks\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetNumberOfYMinorTicks\': <method \'SetNumberOfYMinorTicks\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetNumberOfYMinorTicks\': <method \'GetNumberOfYMinorTicks\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetLegend\': <method \'SetLegend\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetLegend\': <method \'GetLegend\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'LegendOn\': <method \'LegendOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'LegendOff\': <method \'LegendOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetTitlePosition\': <method \'SetTitlePosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetTitlePosition\': <method \'GetTitlePosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAdjustTitlePosition\': <method \'SetAdjustTitlePosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetAdjustTitlePosition\': <method \'GetAdjustTitlePosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'AdjustTitlePositionOn\': <method \'AdjustTitlePositionOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'AdjustTitlePositionOff\': <method \'AdjustTitlePositionOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAdjustTitlePositionMode\': <method \'SetAdjustTitlePositionMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetAdjustTitlePositionMode\': <method \'GetAdjustTitlePositionMode\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetLegendPosition\': <method \'SetLegendPosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetLegendPosition\': <method \'GetLegendPosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetLegendPosition2\': <method \'SetLegendPosition2\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetLegendPosition2\': <method \'GetLegendPosition2\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetTitleTextProperty\': <method \'SetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetTitleTextProperty\': <method \'GetTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisTitleTextProperty\': <method \'SetAxisTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetAxisTitleTextProperty\': <method \'GetAxisTitleTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisLabelTextProperty\': <method \'SetAxisLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetAxisLabelTextProperty\': <method \'GetAxisLabelTextProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetLogx\': <method \'SetLogx\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetLogx\': <method \'GetLogx\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'LogxOn\': <method \'LogxOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'LogxOff\': <method \'LogxOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetLabelFormat\': <method \'SetLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetLabelFormat\': <method \'GetLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetXLabelFormat\': <method \'SetXLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetXLabelFormat\': <method \'GetXLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetYLabelFormat\': <method \'SetYLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetYLabelFormat\': <method \'GetYLabelFormat\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetBorder\': <method \'SetBorder\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetBorderMinValue\': <method \'GetBorderMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetBorderMaxValue\': <method \'GetBorderMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetBorder\': <method \'GetBorder\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'PlotPointsOn\': <method \'PlotPointsOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'PlotPointsOff\': <method \'PlotPointsOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'PlotLinesOn\': <method \'PlotLinesOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'PlotLinesOff\': <method \'PlotLinesOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetGlyphSize\': <method \'SetGlyphSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetGlyphSizeMinValue\': <method \'GetGlyphSizeMinValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetGlyphSizeMaxValue\': <method \'GetGlyphSizeMaxValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetGlyphSize\': <method \'GetGlyphSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ViewportToPlotCoordinate\': <method \'ViewportToPlotCoordinate\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetPlotCoordinate\': <method \'SetPlotCoordinate\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetPlotCoordinate\': <method \'GetPlotCoordinate\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'PlotToViewportCoordinate\': <method \'PlotToViewportCoordinate\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetViewportCoordinate\': <method \'SetViewportCoordinate\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetViewportCoordinate\': <method \'GetViewportCoordinate\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'IsInPlot\': <method \'IsInPlot\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetChartBox\': <method \'SetChartBox\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetChartBox\': <method \'GetChartBox\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ChartBoxOn\': <method \'ChartBoxOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ChartBoxOff\': <method \'ChartBoxOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetChartBorder\': <method \'SetChartBorder\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetChartBorder\': <method \'GetChartBorder\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ChartBorderOn\': <method \'ChartBorderOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ChartBorderOff\': <method \'ChartBorderOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetChartBoxProperty\': <method \'GetChartBoxProperty\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetShowReferenceXLine\': <method \'SetShowReferenceXLine\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetShowReferenceXLine\': <method \'GetShowReferenceXLine\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ShowReferenceXLineOn\': <method \'ShowReferenceXLineOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ShowReferenceXLineOff\': <method \'ShowReferenceXLineOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetReferenceXValue\': <method \'SetReferenceXValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetReferenceXValue\': <method \'GetReferenceXValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetShowReferenceYLine\': <method \'SetShowReferenceYLine\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetShowReferenceYLine\': <method \'GetShowReferenceYLine\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ShowReferenceYLineOn\': <method \'ShowReferenceYLineOn\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ShowReferenceYLineOff\': <method \'ShowReferenceYLineOff\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetReferenceYValue\': <method \'SetReferenceYValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetReferenceYValue\': <method \'GetReferenceYValue\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetMTime\': <method \'GetMTime\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'RenderOpaqueGeometry\': <method \'RenderOpaqueGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'RenderOverlay\': <method \'RenderOverlay\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'RenderTranslucentPolygonalGeometry\': <method \'RenderTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'HasTranslucentPolygonalGeometry\': <method \'HasTranslucentPolygonalGeometry\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'ReleaseGraphicsResources\': <method \'ReleaseGraphicsResources\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetXTitlePosition\': <method \'SetXTitlePosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetXTitlePosition\': <method \'GetXTitlePosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetYTitlePosition\': <method \'SetYTitlePosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'GetYTitlePosition\': <method \'GetYTitlePosition\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetYTitlePositionToTop\': <method \'SetYTitlePositionToTop\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetYTitlePositionToHCenter\': <method \'SetYTitlePositionToHCenter\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetYTitlePositionToVCenter\': <method \'SetYTitlePositionToVCenter\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetPlotGlyphType\': <method \'SetPlotGlyphType\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetLineWidth\': <method \'SetLineWidth\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'AddUserCurvesPoint\': <method \'AddUserCurvesPoint\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'RemoveAllActiveCurves\': <method \'RemoveAllActiveCurves\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetLegendBorder\': <method \'SetLegendBorder\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetLegendBox\': <method \'SetLegendBox\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetLegendUseBackground\': <method \'SetLegendUseBackground\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetLegendBackgroundColor\': <method \'SetLegendBackgroundColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetTitleColor\': <method \'SetTitleColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetTitleFontFamily\': <method \'SetTitleFontFamily\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetTitleBold\': <method \'SetTitleBold\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetTitleItalic\': <method \'SetTitleItalic\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetTitleShadow\': <method \'SetTitleShadow\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetTitleFontSize\': <method \'SetTitleFontSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetTitleJustification\': <method \'SetTitleJustification\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetTitleVerticalJustification\': <method \'SetTitleVerticalJustification\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetXAxisColor\': <method \'SetXAxisColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetYAxisColor\': <method \'SetYAxisColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisTitleColor\': <method \'SetAxisTitleColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisTitleFontFamily\': <method \'SetAxisTitleFontFamily\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisTitleBold\': <method \'SetAxisTitleBold\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisTitleItalic\': <method \'SetAxisTitleItalic\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisTitleShadow\': <method \'SetAxisTitleShadow\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisTitleFontSize\': <method \'SetAxisTitleFontSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisTitleJustification\': <method \'SetAxisTitleJustification\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisTitleVerticalJustification\': <method \'SetAxisTitleVerticalJustification\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisLabelColor\': <method \'SetAxisLabelColor\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisLabelFontFamily\': <method \'SetAxisLabelFontFamily\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisLabelBold\': <method \'SetAxisLabelBold\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisLabelItalic\': <method \'SetAxisLabelItalic\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisLabelShadow\': <method \'SetAxisLabelShadow\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisLabelFontSize\': <method \'SetAxisLabelFontSize\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisLabelJustification\': <method \'SetAxisLabelJustification\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'SetAxisLabelVerticalJustification\': <method \'SetAxisLabelVerticalJustification\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'Alignment\': <class \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor.Alignment\'>, \'AlignLeft\': 1, \'AlignRight\': 2, \'AlignHCenter\': 4, \'AlignTop\': 16, \'AlignBottom\': 32, \'AlignVCenter\': 64, \'AlignAxisLeft\': 256, \'AlignAxisRight\': 512, \'AlignAxisHCenter\': 1024, \'AlignAxisTop\': 4096, \'AlignAxisBottom\': 8192, \'AlignAxisVCenter\': 16384, \'__new__\': <built-in method __new__ of type object at 0x00007FF82060FAD0>, \'__repr__\': <slot wrapper \'__repr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'__str__\': <slot wrapper \'__str__\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'__getattribute__\': <slot wrapper \'__getattribute__\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'__setattr__\': <slot wrapper \'__setattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'__delattr__\': <slot wrapper \'__delattr__\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'__dict__\': <attribute \'__dict__\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'__this__\': <attribute \'__this__\' of \'vtkmodules.vtkRenderingAnnotation.vtkXYPlotActor\' objects>, \'__doc__\': "vtkXYPlotActor - generate an x-y plot from input dataset(s) or field\\ndata\\n\\nSuperclass: vtkActor2D\\n\\nvtkXYPlotActor creates an x-y plot of data from one or more input\\ndata sets or field data. The class plots dataset scalar values\\n(y-axis) against the points (x-axis). The x-axis values are generated\\nby taking the point ids, computing a cumulative arc length, or a\\nnormalized arc length. More than one input data set can be specified\\nto generate multiple plots. Alternatively, if field data is supplied\\nas input, the class plots one component against another. (The user\\nmust specify which component to use as the x-axis and which for the\\ny-axis.)\\n\\nTo use this class to plot dataset(s), you must specify one or more\\ninput datasets containing scalar and point data.  You\'ll probably\\nalso want to invoke a method to control how the point coordinates are\\nconverted into x values (by default point ids are used).\\n\\nTo use this class to plot field data, you must specify one or more\\ninput data objects with its associated field data. You\'ll also want\\nto specify which component to use as the x-axis and which to use as\\nthe y-axis. Note that when plotting field data, the x and y values\\nare used directly (i.e., there are no options to normalize the\\ncomponents).\\n\\nOnce you\'ve set up the plot, you\'ll want to position it.  The\\nPositionCoordinate defines the lower-left location of the x-y plot\\n(specified in normalized viewport coordinates) and the\\nPosition2Coordinate define the upper-right corner. (Note: the\\nPosition2Coordinate is relative to PositionCoordinate, so you can\\nmove the vtkXYPlotActor around the viewport by setting just the\\nPositionCoordinate.) The combination of the two position coordinates\\nspecifies a rectangle in which the plot will lie.\\n\\nOptional features include the ability to specify axes labels, label\\nformat and plot title. You can also manually specify the x and y plot\\nranges (by default they are computed automatically). The Border\\ninstance variable is used to create space between the boundary of the\\nplot window (specified by PositionCoordinate and Position2Coordinate)\\nand the plot itself.\\n\\nThe font property of the plot title can be modified through the\\nTitleTextProperty attribute. The font property of the axes titles and\\nlabels can be modified through the AxisTitleTextProperty and\\nAxisLabelTextProperty attributes. You may also use the\\nGetXAxisActor2D or GetYAxisActor2D methods to access each individual\\naxis actor to modify their font properties. In the same way, the\\nGetLegendBoxActor method can be used to access the legend box actor\\nto modify its font properties.\\n\\nThere are several advanced features as well. You can assign per curve\\nproperties (such as color and a plot symbol). (Note that each input\\ndataset and/or data object creates a single curve.) Another option is\\nto add a plot legend that graphically indicates the correspondence\\nbetween the curve, curve symbols, and the data source. You can also\\nexchange the x and y axes if you prefer you plot orientation that\\nway.\\n\\n@warning\\nIf you are interested in plotting something other than scalar data,\\nyou can use the vtk data shuffling filters (e.g.,\\nvtkAttributeDataToFieldDataFilter and\\nvtkFieldDataToAttributeDataFilter) to convert the data into scalar\\ndata and/or points.\\n\\n@par Thanks: This class was written by: Will Schroeder, Jim Miller,\\nCharles Law, Sebastien Barre, Amy Squillacote, Ken Martin, Mathieu\\nMalaterre, Jeff Lee, Francois Finet, Julien Bertel, Claire Guilbaud,\\nand Philippe Pebay\\n\\n@sa\\nvtkActor2D vtkTextMapper vtkScalarBarActor vtkAxisActor2D\\nvtkCubeAxesActor2D vtkAttributeDataToFieldDataFilter\\nvtkFieldDataToAttributeDataFilter vtkTextProperty\\n\\n"})'
    __vtkname__ = 'vtkXYPlotActor'


# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x000001AC2073BC50>'

__spec__ = None # (!) real value is "ModuleSpec(name='vtkmodules.vtkRenderingAnnotation', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x000001AC2073BC50>, origin='C:\\\\Users\\\\xukai\\\\Downloads\\\\??2\\\\venv\\\\Lib\\\\site-packages\\\\vtkmodules\\\\vtkRenderingAnnotation.cp311-win_amd64.pyd')"

