ChartHttpHandlerSettings.PrivateImages Property
.NET Framework (current version)
Gets a flag that indicates whether the handler will utilize private images.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Property Value
Type: System.BooleanTrue if the handler will utilize private images, otherwise false.
When the PrivateImages property is set, the handler will not return images out of session scope. In addition, the client will not be able to download another user's images. This is the default behavior.
.NET Framework
Available since 4.0
Available since 4.0
Show: