Click or drag to resize
AB4D logo

BaseAxisWithLabelsVisual3DGetMajorTickValues Method

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

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

Return Value

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