Spread for ASP.NET 12 Product Documentation
ChartImageType Property


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class : ChartImageType Property
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;}
See Also

Reference

FpChart Class
FpChart Members