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


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