Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IAxisTitle Interface / Height Property


In This Topic
    Height Property (IAxisTitle)
    In This Topic
    Gets the height, in pixels, of the object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Height As Double
    'Usage
     
    
    Dim instance As IAxisTitle
    Dim value As Double
     
    value = instance.Height
    double Height {get;}
    See Also