AutoDivisions Property
From 3D Graph Control
AutoDivisions Property
Syntax
CWTicks3D.AutoDivisions
Data Type
Purpose
Specifies if divisions on the specified axis are automatically calculated to display the data.
Example
'Automatically calculate divisions on the graph's x-axis
CWGraph3D1.Axes.Item(1).Ticks.AutoDivisions = True