AxesXAxisLabelInc Option

 

The AxesXAxisLabelInc option changes the X Axis label increment. The OptionValue is set to any number.  

 

Syntax

object.Construct(“CreateModule”)

object.Option(“SourceModule”, “data file name”)

object.Option(“Type”, "Axes")

object.Do() or object.DoOnce()

 

object.Construct(“ModifyModule”)

object.Option(“Module”, “Axes”)

object.Option(“AxesXAxisLabelInc”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example shows how to change the X axis label increment.

 

  CommandApi.Construct ("ModifyModule")

  CommandApi.Option ("Module", "Axes")

  CommandApi.Option ("AxesXAxisLabelInc", "5")

  CommandApi.Do()

 

Used by: Axes module

 

 

See Also

Automation Model