Dundas Chart for ASP.NET
Compression Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Chart Class : Compression Property


Gets or sets the amount of compression for the chart image.


Image compression value

Syntax

Visual Basic (Declaration)  
Public Property Compression As Integer
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As Integer
 
instance.Compression = value
 
value = instance.Compression
C#  
public int Compression {get; set;}

Return Value

An integer that represents the amount of compression for the entire chart image.

Remarks

An integer that represents the amount of compression for the entire chart image. Measured as a percentage (e.g. to use 50% compression set this property to 50).

Compression is used for all rendering methods (determined by the RenderType property) but only for JPEGS (i.e. ImageType = "Jpeg").

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.