Back to Devexpress

ChartControlSettings.BinaryStorageMode Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-0f82180b.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public BinaryStorageMode BinaryStorageMode { get; set; }
vb
Public Property BinaryStorageMode As BinaryStorageMode

Property Value

TypeDescription
BinaryStorageMode

A BinaryStorageMode enumeration value indicating the storage mode.

|

Available values:

NameDescription
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

Charting

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace