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


In This Topic
    ChartImageType Property
    In This Topic
    Gets or sets the format of the output image.
    Syntax
    'Declaration
     
    
    Public Property ChartImageType As ImageType
    'Usage
     
    
    Dim instance As FpChart
    Dim value As ImageType
     
    instance.ChartImageType = value
     
    value = instance.ChartImageType
    public ImageType ChartImageType {get; set;}
    Example
    This example uses the ChartImageType property.
    See Also