Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarRadiusAxis Class / Title Property


In This Topic
    Title Property (PolarRadiusAxis)
    In This Topic
    Gets or sets the title.
    Syntax
    'Declaration
     
    
    Public Property Title As String
    'Usage
     
    
    Dim instance As PolarRadiusAxis
    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