Title Property (IndexAxis)
In This Topic
Gets or sets the axis title.
Syntax
'Declaration
Public Property Title As String
'Usage
Dim instance As IndexAxis
Dim value As String
instance.Title = value
value = instance.Title
public string Title {get; set;}
Exceptions
Example
This example uses the Title property.
See Also