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


In This Topic
    Height Property (IDataLabel)
    In This Topic
    Gets or sets the height of the object.
    Syntax
    'Declaration
     
    Property Height As Double
    'Usage
     
    Dim instance As IDataLabel
    Dim value As Double
     
    instance.Height = value
     
    value = instance.Height
    double Height {get; set;}
    Remarks
    This property works with custom setting only. It doesn't return the auto calculated height of the label.
    See Also