ManualScaleControlX Property

Sets the grid scale used for the X axis. This property only applies to XY Enhanced Charts.

Syntax

object.ManualScaleControlX [= enumManualScaleControl]

Properties

The ManualScaleControlX property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

enumManualScaleControl

An enumeration that represents the grid scale for the X axis in an XYChart.

Valid entries:
0 – XYManScaleNone
3 – XYManScaleMinMax

 

Applies To