ASP.NET Pack Programmer's Guide
BaseScale Members
Constructors Fields 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 Fields

  Name Description

pointers

A list of pointer objects.

ranges

A list of range objects.

 Public Methods

  Name Description

addPointer

Adds a Pointer object to the pointers collection.

addRange

Adds a Range object to the ranges collection.

getCustomFunction

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

getEndWidth

Gets the width of the scale at its end.

getFunctionArgument

Gets the argument passed to custom functions.

getFunctionType

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

getLogarithmBase

Gets the logarithm base when FunctionType is set to Logarithmic.

getMajorTickSettings

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

getMaxValue

Gets the maximal value displayed by the scale.

getMiddleTickSettings

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

getMinorTickSettings

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

getMinValue

Gets the minimal value displayed by the scale.

getPointers

Returns the array of all pointers in this scale.

getRanges

Returns the array of all ranges in this scale.

getReversedCustomFunction

Gets the reversed version of the function specified through customFunction.

getStartWidth

Gets the width of the scale at its beginning.

removePointer

Removes a Pointer object from the pointers collection.

removeRange

Removes a Range object from the ranges collection.

setCustomFunction

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

setEndWidth

Sets the width of the scale at its end.

setFunctionArgument

Sets the argument passed to custom functions.

setFunctionType

Sets the type of the function used to calculate the distribution of values along the scale.

setLogarithmBase

Sets the logarithm base when FunctionType is set to Logarithmic.

setMaxValue

Sets the maximal value displayed by the scale.

setMinValue

Sets the minimal value displayed by the scale.

setReversedCustomFunction

Sets the reversed version of the function specified through customFunction.

setStartWidth

Sets the width of the scale at its beginning.

 See Also

BaseScale Class
MindFusion.Gauges Namespace