Spread Windows Forms 12.0 Product Documentation
Title Property (RadarValueAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > RadarValueAxis Class : Title Property
Gets or sets the title.
Syntax
'Declaration
 
Public Property Title As String
'Usage
 
Dim instance As RadarValueAxis
Dim value As String
 
instance.Title = value
 
value = instance.Title
public string Title {get; set;}
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also

Reference

RadarValueAxis Class
RadarValueAxis Members