Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarValueAxis Class / Title Property


In This Topic
    Title Property (RadarValueAxis)
    In This Topic
    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