|
BaseAxisWithLabelsVisual3DSetCustomMinorTickValues Method |
SetCustomMinorTickValues method sets custom double values that represents custom minor tick values.
The tick values should be between
MinimumValue and
MaximumValue (values outside of this range will not be shown).
The values define the positions of the minor tick lines.
When customMinorTickValues is null, then minor thick lines will not be shown.
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public void SetCustomMinorTickValues(
double[] customMinorTickValues
)
Parameters
- customMinorTickValues Double
- array of double values that represents custom minor tick values
See Also