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