Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ILegend Interface / Width Property


In This Topic
    Width Property (ILegend)
    In This Topic
    Gets or sets the width of the object.
    Syntax
    'Declaration
     
    Property Width As Double
    'Usage
     
    Dim instance As ILegend
    Dim value As Double
     
    instance.Width = value
     
    value = instance.Width
    double Width {get; set;}
    See Also