React RangeSelector - scale.minorTick
Specifies options of the range selector's minor ticks.
Major and minor ticks are calculated automatically based on the scale's startValue and endValue property values. Major ticks are made visible by default. You can make minor ticks visible as well, using their visible property. You can set a custom minor tick interval using the tickInterval property. You can also specify the length, width and color of the minor ticks using corresponding properties.
color
Specifies the color of the scale's minor ticks.
This option supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
If you have technical questions, please create a support ticket in the DevExpress Support Center.