Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarAngleAxis Class / Title Property


Title Property (PolarAngleAxis)
Gets or sets the axis title.
Syntax
'Declaration
 
Public Property Title As String
 
'Usage
 
Dim instance As PolarAngleAxis
Dim value As String
 
instance.Title = value
 
value = instance.Title
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also