Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / Width Property


In This Topic
    Width Property (FpChart)
    In This Topic
    Gets or sets the width of the chart in pixels.
    Syntax
    'Declaration
     
    
    Public Overrides Property Width As Unit
    'Usage
     
    
    Dim instance As FpChart
    Dim value As Unit
     
    instance.Width = value
     
    value = instance.Width
    public override Unit Width {get; set;}
    Exceptions
    ExceptionDescription
    if Width unit is not pixel.
    if Width value is not larger than zero.
    See Also