![]() |
CNiLabels | ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Class |
Declared in: NiLabels.h |
Overview
CNiLabels encapsulates the interface to the Labels property of the CNiAxis object. You use labels to annotate the axes on controls such as graphs, slides, and knobs.
Base Classes
Data Items
![]() |
bool | Above | Specifies if labels appear above the object. |
![]() |
bool | Below | Specifies if labels appear below the object. |
![]() |
CNiColor | Color | Specifies the color of the labels. |
![]() |
bool | Left | Specifies if labels appear to the left of the object. |
![]() |
bool | Radial | Specifies if the system draws radial labels |
![]() |
bool | Right | Specifies if labels appear to the right of the object. |
![]() |
long | Width | Specifies the width of a label on the axis. |
Constructors
![]() |
Default constructor. | ||
![]() |
CNiLabels( CWLabels_CI* pCustom, CNiInterface::ThreadAccess option ) |
Constructor that attaches to the specified CWLabels_CI pointer. | |
![]() |
CNiLabels( const CNiLabels& source ) |
Copy constructor. |
Destructors
Functions
![]() |
static const IID & | GetIid() |
Returns the globally unique identifier (GUID) of the ActiveX interface to which this class connects. |
![]() |
const CNiLabels & | Assignment operator. |