Represents a scale within a gauge control.
The following tables list the members exposed by the BaseScale type.
Name | Description | |
---|---|---|
![]() |
Creates an instance of BaseScale. |
Name | Description | |
---|---|---|
![]() |
Gets or sets the function to be used for distribution of values along the scale when functionType is set to Custom. |
|
![]() |
Gets or sets the argument passed to custom functions. |
|
![]() |
Gets or sets the type of the function used to calculate the distribution of values along the scale. |
|
![]() |
Gets or sets the logarithm base when FunctionType is set to Logarithmic. |
|
![]() |
Gets the settings for the major ticks and their associated labels. |
|
![]() |
Gets or sets the maximal value displayed by the scale. |
|
![]() |
Gets the settings for the middle ticks and their associated labels. |
|
![]() |
Gets the settings for the minor ticks and their associated labels. |
|
![]() |
Gets or sets the minimal value displayed by the scale. |
|
![]() |
Returns the array of all pointers in this scale. |
|
![]() |
Returns the array of all ranges in this scale. |
|
![]() |
Gets or sets the reversed version of the function specified through customFunction. |
|
![]() |
Gets or sets the width of the scale at its beginning. |
Name | Description | |
---|---|---|
![]() |
Adds a Pointer object to the pointers collection. |
|
![]() |
Adds a Range object to the ranges collection. |
|
![]() |
Removes a Pointer object from the pointers collection. |
|
![]() |
Removes a Range object from the ranges collection. |