Gets or sets the quality of a JPEG picture that represents a chart in a final html document.

Namespace:  PerpetuumSoft.Charts.Web
Assembly:  PerpetuumSoft.Chart.Web (in PerpetuumSoft.Chart.Web.dll) Version: 3.9.0.1

Syntax

C#
public byte JpegQuality { get; set; }
Visual Basic (Declaration)
Public Property JpegQuality As Byte
Visual C++
public:
property unsigned char JpegQuality {
	unsigned char get ();
	void set (unsigned char value);
}

See Also