ASP.NET Pack Programmer's Guide
Pointer Members
Constructors Methods
 


Represents a needle (or arrow) within a gauge scale.

The following tables list the members exposed by the Pointer type.

 Public Constructors

  Name Description

Pointer

Creates an instance of Pointer class.

 Public Methods

  Name Description

getAlignment

Gets the alignment of the pointer relative to the scale.

getCustomShape

Gets the definition of the pointer shape when Shape is set to Custom.

getIsDiscrete

Gets a value indicating whether the pointer value can be changed only discretely(the pointer Value can be only integer).

getIsInteractive

Gets a value indicating whether the pointer position should be affected by user interactions.

getPointerHeight

Gets the height of the pointer.

getPointerOffset

Gets the offset of the pointer along the direction it points to.

getPointerWidth

Gets the width of the pointer.

getShape

Gets the shape of the pointer.

getValue

Gets the value this pointer points to.

setAlignment

Sets the alignment of the pointer relative to the scale.

setCustomShape

Sets the definition of the pointer shape when Shape is set to Custom.

setIsDiscrete

Sets a value indicating whether the pointer value can be changed only discretely(the pointer Value can be only integer).

setIsInteractive

Sets a value indicating whether the pointer position should be affected by user interactions.

setPointerHeight

Sets the height of the pointer.

setPointerOffset

Sets the offset of the pointer along the direction it points to.

setPointerWidth

Sets the width of the pointer.

setShape

Sets the shape of the pointer.

setValue

Sets the value this pointer points to.

 See Also

Pointer Class
MindFusion.Gauges Namespace