ASPxGaugeControl.ImageType Property
Gets or sets an image type used to render the ASPxGaugeControl.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.1.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
Property Value
Type | Default | Description |
---|---|---|
ImageType | Default | An ImageType enumeration value that specifies the image type used to render the ASPxGaugeControl. |
Available values:
Name | Description |
---|---|
Default | The ASPxGaugeControl is rendered like a PNG image. |
Bmp | The ASPxGaugeControl is rendered like a BMP image. |
Jpeg | The ASPxGaugeControl is rendered like a JPEG image. |
Png | The ASPxGaugeControl is rendered like a PNG image. |
Gif | The ASPxGaugeControl is rendered like a GIF image. |
Remarks
By default, the ASPxGaugeControl is rendered like a PNG image. Use the ImageType property to specify the required image type. The following types are supported: BMP, GIF, JPEG and PNG.