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