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;}
Example
This example uses the JpegQuality property.
See Also