In This Topic
Specifies whether the axis title overlaps the axis label.
Syntax
'Declaration
Protected _titleOverlay As Boolean
'Usage
Dim instance As Axis
Dim value As Boolean
value = instance._titleOverlay
instance._titleOverlay = value
protected bool _titleOverlay
See Also