The HorzText property returns or sets the pie map Draw text horizontally option. Returns a Boolean.
Syntax
object.HorzText
object.HorzText = HorzText
Parameter |
Type |
Description |
HorzText |
Boolean |
required; true to draw text horizontally, false to draw with slice orientation |
Example 1
This example returns the state of drawing the percentage text horizontally for a pie map.
Debug.Print PieMap.HorzText
Example 2
This example displays the percentage text horizontally for a pie map.
PieMap.HorzText=True
Used by: PieMap object