ForceVerticalPoints Property

Sets whether point labels are forced into vertical, horizontal, or slanted orientation, or whether the orientation is automatically determined by the Enhanced Chart object (HistogramChart, LineChart, SPCBarChart, or XYChart Object).

Syntax

object.ForceVerticalPoints [= enumForceVerticalPoints]

Properties

The ForceVerticalPoints property syntax has these parts:

Part

Description

object

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

enumForceVerticalPoints

An enumeration that represents the point label display settings in the Enhanced Chart:

Valid entries:
0 – PointLabelAuto
1 – PointLabelVertical
2 – PointLabelHorizontal
3 – PointLabelSlanted

 

Applies To