Click or drag to resize
AB4D logo

BaseAxisWithLabelsVisual3DGetMinorTickValues Method

Returns an array of double value that represents the minor tick values. By default minor tick values are calculated based on MinimumValue, MaximumValue and MinorTicksStep properties.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public double[] GetMinorTickValues()

Return Value

Double
array of double value that represents the minor tick values
See Also