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


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