Back to Devexpress

WebChartControl.BinaryStorageMode Property

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-80d834a8.md

latest1.9 KB
Original Source

WebChartControl.BinaryStorageMode Property

Gets or sets a value indicating the mode in which the control’s images are stored on the server.

Namespace : DevExpress.XtraCharts.Web

Assembly : DevExpress.XtraCharts.v25.2.Web.dll

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
[DefaultValue(BinaryStorageMode.Default)]
public BinaryStorageMode BinaryStorageMode { get; set; }
vb
<DefaultValue(BinaryStorageMode.Default)>
Public Property BinaryStorageMode As BinaryStorageMode

Property Value

TypeDefaultDescription
BinaryStorageModeDefault

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

To learn more, see the Binary Storage Configuration topic.

See Also

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace