LinearGrid Property

The LinearGrid property returns or sets if the axis grid is an arc or a line. Returns a Boolean.

Syntax

object.LinearGrid

object.LinearGrid = LinearGrid

 

Parameter Type Description
LinearGrid Boolean required, true to use lines

 

Remarks

The AtMajorTicks or AtMinorTicks property must be True for all axes in the plot before LinearGrid has an effect.

Example

This example shows how to have all axes in a plot use a circular grid.

Graph1.LinearGrid= False

 

Used by: AutoRadarGraph object