Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarAngleAxis Class / TitleDataField Property


In This Topic
    TitleDataField Property (PolarAngleAxis)
    In This Topic
    Gets or sets the field in the data source that stores the title.
    Syntax
    'Declaration
     
    
    Public Property TitleDataField As String
    'Usage
     
    
    Dim instance As PolarAngleAxis
    Dim value As String
     
    instance.TitleDataField = value
     
    value = instance.TitleDataField
    public string TitleDataField {get; set;}
    Exceptions
    ExceptionDescription
    value is a null reference (Nothing in VB).
    See Also