DxRangeSelectorScale Members
In This Article
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Allow |
Specifies whether the scale displays labels with decimal values. |
Child |
Inherited from Dx |
Discrete |
Specifies whether ticks and grid lines lie between or next to scale labels. |
End |
Specifies whether the scale should start and end on major ticks. |
End |
Specifies the end value of the scale’s visual range. |
Holidays |
Specifies dates that Dx |
Linear |
Specifies a linear threshold for a logarithmic scale when it includes non-positive values. |
Logarithm |
Specifies the value to be raised to a power when DxLogarithmic type.
|
Max |
Specifies the maximum range that users can select on the scale. Does not apply to discrete scales. |
Minor |
Specifies the number of minor scale ticks between two neighboring major ticks. |
Minor |
Specifies the interval between minor scale ticks. Applies only to continuous scales. |
Min |
Specifies the minimum range that users can select on the scale. Does not apply to discrete scales. |
Placeholder |
Reserves an area for the scale and its visual elements (labels and markers). |
Show |
Specifies whether to display ticks for start and end scale values when they do not match major or minor ticks. |
Start |
Specifies the start value of the scale’s visual range. |
Tick |
Specifies the interval between major scale ticks. Does not apply to discrete scales. |
Type | Specifies the scale type. |
Value |
Specifies the data type of the Range Selector’s scale. Casts values from the assigned data source to the target type if required. |
Work |
Specifies dates that Dx |
Workdays |
Specifies whether the Range Selector displays only workdays on the scale. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also