Click or drag to resize
AB4D logo

BaseAxisWithLabelsVisual3DMinorTicksStep Property

Gets or sets a double value that defines the step (difference) between two minor ticks makers. When set to zero, negative value or when the value is smaller then MajorTicksStep, then minor ticks are not shown. Default value is 0.5.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public double MinorTicksStep { get; set; }

Property Value

Double
See Also