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


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