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


In This Topic
    AxisTitle Property
    In This Topic
    Gets an IAxisTitle object that represents the title of the specified axis.
    Syntax
    'Declaration
     
    ReadOnly Property AxisTitle As IAxisTitle
    'Usage
     
    Dim instance As IAxis
    Dim value As IAxisTitle
     
    value = instance.AxisTitle
    IAxisTitle AxisTitle {get;}
    See Also