ChartHttpHandlerStorageType Enum

Definition

Specifies a storage type for chart images.

C#
public enum ChartHttpHandlerStorageType
Inheritance
ChartHttpHandlerStorageType

Fields

Name Value Description
InProcess 0

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

File 1

Chart images are stored in a file.

Session 2

Chart images are stored in the ASP.NET session.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1