Use the members of this enumeration to set the value of the C1WebChart.ImageTransferMethod property in the C1WebChart class.
[Visual Basic]
Public Enum C1.Web.C1WebChart.ImageTransferMethodEnum
[C#]
public enum C1.Web.C1WebChart.ImageTransferMethodEnum
[Delphi]
type C1.Web.C1WebChart.ImageTransferMethodEnum = (Cache, File, None, Session);
Namespace: C1.Web.C1WebChart
Assembly: C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)
Members
Member name |
Description |
Cache |
Image is transferred in a cache object. |
File |
Image is transferred in a file. |
None |
Image is not transferred. |
Session |
Image is transferred in a session object. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |