Specifies a path for various render methods.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
public string ImageUri { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
Public Property ImageUri As String
	Get
	Set

Remarks

This property specifies a pathname. It has different applications for different properties and settings. For more information, see ImageRenderMethod Property. Also refer to File-based Rendering Tutorials, HTTPHandler-based Rendering Tutorials, and ASP Page-based Rendering Tutorials.

See Also