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


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