Gets or sets the image quality created when the ImageFormat is set to jpeg.

Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
[DefaultValueAttribute(85)]
public int ImageQuality { get; set; }
Visual Basic
<DefaultValueAttribute(85)> _
Public Property ImageQuality As Integer
	Get
	Set

Remarks

This property accepts an integer from 0 to 100 which specifies the quality of the jpeg image file.

See Also