TitleVisible Property (IndexAxis)
In This Topic
Gets or sets whether the axis title is visible.
Syntax
'Declaration
Public Property TitleVisible As Boolean
'Usage
Dim instance As IndexAxis
Dim value As Boolean
instance.TitleVisible = value
value = instance.TitleVisible
public bool TitleVisible {get; set;}
Example
This example sets the TitleVisible property.
See Also