Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IAxis Interface / HasTitle Property


In This Topic
    HasTitle Property
    In This Topic
    true if the axis has a visible title and false otherwise.
    Syntax
    'Declaration
     
    Property HasTitle As Boolean
    'Usage
     
    Dim instance As IAxis
    Dim value As Boolean
     
    instance.HasTitle = value
     
    value = instance.HasTitle
    bool HasTitle {get; set;}
    See Also