Visual Basic: MSChart Control

Standing Property

See Also   Example   Applies To

Returns or sets a value that specifies whether axis labels are displayed horizontally in the x or z plane or vertically on the text baseline in the y plane.

Syntax

object**.Standing** [ = boolean ]

The Standing property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression that specifies how to display the axis labels, as described in Settings.

Settings

The settings for boolean are:

Setting Description
True The axis labels are displayed vertically on the text baseline in the y plane.
False (Default) The axis labels are displayed horizontally in the x or z plane.