CNiLabels3D

3D Graph

Class CNiLabels3D Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: operator =Next page: Color    
Class Declared in:
NiLabels3d.h

'Overview' icon -- Shortcut to top of page. Overview

CNiLabels3D encapsulates the interface to the Labels property of the CNiAxis3D object. You use 3D labels to annotate the axes on 3D graph controls.

Hierarchy Chart Hierarchy Chart

'Base Classes' icon -- Shortcut to top of page. Base Classes

'Data Items' icon -- Shortcut to top of page. Data Items

Public data CNiColor Color Specifies the color of the labels.
Public data CNiFont Font Specifies the font of the labels.
Public data bool Normal Specifies if labels appear at the normal axis position.
Public data bool Opposite Specifies if labels appear at the opposite axis position.

'Constructors' icon -- Shortcut to top of page. Constructors

Public constructor

CNiLabels3D()

Default constructor.
Public constructor

CNiLabels3D( CWLabels3D_CI* pCustom, CNiInterface::ThreadAccess option )

Constructor that attaches to the specified CWLabels3D_CI pointer.
Public constructor

CNiLabels3D( const CNiLabels3D& source )

Copy constructor.

'Destructors' icon -- Shortcut to top of page. Destructors

Public destructor

~CNiLabels3D()

Destructor.

'Functions' icon -- Shortcut to top of page. Functions

Public function static const IID &

GetIid()

Returns the globally unique identifier (GUID) of the ActiveX interface to which this class connects.
Public function const CNiLabels3D &

operator =( const CNiLabels3D& source )

Assignment operator.