Skip to main content

ChartControlSettings.BinaryStorageMode Property

Gets or sets a value indicating the mode in which the chart’s image is stored on the server.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public BinaryStorageMode BinaryStorageMode { get; set; }

Property Value

Type Description
BinaryStorageMode

A BinaryStorageMode enumeration value indicating the storage mode.

Available values:

Name Description
Default

The Cache mode is used if another configuration isn’t defined by the BinaryStorageConfigurator.Mode field.

Cache

Binary data is stored within a cache.

Session

Binary data is stored within a session.

Custom

Custom mode provides for implementing a custom scenario for storing and accessing binary data.

Remarks

For more information, refer to Web Farm and Web Gardens Support.

See Also