AxesLength Property

The AxesLength property returns or sets the axis length for the Piper or Durov plot. Returns a Double.

Syntax

object.AxesLength

object.AxesLength = AxesLength

 

Parameter Type Description
AxesLength Double required; length of Piper or Durov plot axes in page units

 

Example

This example shows how to set the Durov axes' length to 3.5 inches.

Graph1.AxesLength = 3.5

 

Used by: AutoGraph object