ShouldSerializeVerticalText Method (Chart2DAxis)
In This Topic
Returns false if the VerticalText property is in the default state. The default state is to inherit the VerticalText from the Chart2DArea object.
Syntax
'Declaration
Public Function ShouldSerializeVerticalText() As Boolean
public bool ShouldSerializeVerticalText()
See Also