MindFusion.Charting Programmer's Guide

Chart.ImageQuality Property

See Also
 





Gets or sets the quality of compressed chart image.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public int ImageQuality { get; }

Visual Basic  Copy Code

Public ReadOnly Property ImageQuality As Integer

 Property Value

The value should range from 1 to 100.

 Remarks

A greater value yields an image of higher quality, but with lower compression.

 See Also