CNiLabels

CNi

Class CNiLabels Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: operator =Next page: Above    
Class Declared in:
NiLabels.h

'Overview' icon -- Shortcut to top of page. 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.

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 bool Above Specifies if labels appear above the object.
Public data bool Below Specifies if labels appear below the object.
Public data CNiColor Color Specifies the color of the labels.
Public data bool Left Specifies if labels appear to the left of the object.
Public data bool Radial Specifies if the system draws radial labels
Public data bool Right Specifies if labels appear to the right of the object.
Public data long Width Specifies the width of a label on the axis.

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

Public constructor

CNiLabels()

Default constructor.
Public constructor

CNiLabels( CWLabels_CI* pCustom, CNiInterface::ThreadAccess option )

Constructor that attaches to the specified CWLabels_CI pointer.
Public constructor

CNiLabels( const CNiLabels& source )

Copy constructor.

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

Public destructor

~CNiLabels()

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 CNiLabels &

operator =( const CNiLabels& source )

Assignment operator.