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