Dundas Chart for ASP.NET
ImageStorageMode Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : ImageStorageMode Enumeration


Specifies the mode of storing chart images.
Chart image storage mode.

Syntax

Visual Basic (Declaration)  
Public Enum ImageStorageMode 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ImageStorageMode
C#  
public enum ImageStorageMode : Enum 

Members

Member Description
Auto The Chart sets a mode of storing images based on the feature set specified.
Storage is automatically detected.
UseHttpHandler The Chart stores images to memory or a file using an HTTP handler.
Images are stored using HTTP Handler.
UseImageUrl The Chart stores images at the location specified by the ImageUrl property.
Images is saved in temp. file using ImageUrl specified.

Remarks

The ImageStorageMode enumeration is used with the ImageStorageMode property. It defines the type of storage that will be used when the chart is rendered as an image. 

By default, this property is set to Auto, meaning that the ChartHttpHandler will be used if it is present in the configuration file. If you wish to always use the storage features of the ChartHttpHandler, you can set ImageStorageMode to UseHttpHandler

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.ImageStorageMode

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.