ChartHttpHandlerStorageType Enum

Definition

Specifies a storage type for chart images.

public enum class ChartHttpHandlerStorageType
public enum ChartHttpHandlerStorageType
type ChartHttpHandlerStorageType = 
Public Enum ChartHttpHandlerStorageType
Inheritance
ChartHttpHandlerStorageType

Fields

File 1

Chart images are stored in a file.

InProcess 0

Chart images are stored in the private process memory. You cannot use this option in a multiple-process or farm environment.

Session 2

Chart images are stored in the ASP.NET session.

Applies to