Log Property

3D Graph Control

Log Property

Syntax

CWAxis3D.Log

Data Type

Boolean

Purpose

Specifies if the axis has a Log10 scale.

Remarks

When you change the Log property from a property page, you can change the settings for minimum values, maximum values, and tick mark placement to work better with a log scale.

Example

'Set the y-axis of the graph to Log mode
CWGraph3D1.Axes.Item(2).Log = True