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


In This Topic
    JpegQuality Property
    In This Topic
    Gets or sets the image quality of the FpChart control when the ChartImageType is ImageType.Jpeg.
    Syntax
    'Declaration
     
    
    Public Overridable Property JpegQuality As Integer
    'Usage
     
    
    Dim instance As FpChart
    Dim value As Integer
     
    instance.JpegQuality = value
     
    value = instance.JpegQuality
    public virtual int JpegQuality {get; set;}
    Remarks
    The percentage value that indicates the image quality. The default value is 100.
    Example
    This example uses the JpegQuality property.
    See Also