Search
BaseScale Members
Constructors Properties Methods
 


Represents a scale within a gauge control.

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

 Public Constructors

  Name Description

BaseScale

Creates an instance of BaseScale.

 Public Properties

  Name Description

customFunction

Gets or sets the function to be used for distribution of values along the scale when functionType is set to Custom.

functionArgument

Gets or sets the argument passed to custom functions.

functionType

Gets or sets the type of the function used to calculate the distribution of values along the scale.

logarithmBase

Gets or sets the logarithm base when FunctionType is set to Logarithmic.

majorTickSettings

Gets the settings for the major ticks and their associated labels.

maxValue

Gets or sets the maximal value displayed by the scale.

middleTickSettings

Gets the settings for the middle ticks and their associated labels.

minorTickSettings

Gets the settings for the minor ticks and their associated labels.

minValue

Gets or sets the minimal value displayed by the scale.

pointers

Returns the array of all pointers in this scale.

ranges

Returns the array of all ranges in this scale.

reversedCustomFunction

Gets or sets the reversed version of the function specified through customFunction.

startWidth

Gets or sets the width of the scale at its beginning.

 Public Methods

  Name Description

addPointer

Adds a Pointer object to the pointers collection.

addRange

Adds a Range object to the ranges collection.

removePointer

Removes a Pointer object from the pointers collection.

removeRange

Removes a Range object from the ranges collection.

 See Also