Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartTitle Interface / Height Property


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