Indicates the method by which image data is transferred to the source page.
[Visual Basic]
Public Property ImageTransferMethod As C1.Web.C1WebChart.ImageTransferMethodEnum
[C#]
public C1.Web.C1WebChart.ImageTransferMethodEnum ImageTransferMethod {get;set;}
[Delphi]
public property ImageTransferMethod: C1.Web.C1WebChart.ImageTransferMethodEnum read get_ImageTransferMethod write set_ImageTransferMethod;
Remarks
When a secondary URL is used to stream image data back to an <IMG> tag on the primary page, it is necessary to transfer the chart data through either a session object, cache object, or a file.
See Also
C1WebChart Class | C1WebChart Members | C1.Web.C1WebChart Namespace | C1WebChart Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |