AtMajorTicks Property

The AtMajorTicks property returns or sets if grid lines are drawn at axis major tick marks. Returns a Boolean.

Syntax

object.AtMajorTicks

object.AtMajorTicks = AtMajorTicks

 

Parameter Type Description
AtMajorTicks Boolean required, true to draw grid lines at major tick marks

 

Example

This example shows how to add grid lines only at the major ticks.

GridX.AtMajorTicks = True

 

Used by: AutoAxisGrid object