Gets or sets the Image format to be used for the client side image.
Namespace:
C1.Web.C1WebChartBaseAssembly: C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(ImageFormatConverter))] public ImageFormat ImageFormat { get; set; } |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(ImageFormatConverter))> _ Public Property ImageFormat As ImageFormat Get Set |
Remarks
Note that while this property accepts a .Net ImageFormat value, the only image formats available
to the C1WebChart programmer are gif, jpeg, and png.