ChartImageType Enum

Definition

Specifies the image type for the chart.

public enum class ChartImageType
public enum ChartImageType
type ChartImageType = 
Public Enum ChartImageType
Inheritance
ChartImageType

Fields

Bmp 0

BMP image format type.

Emf 3

Windows Enhanced Metafile (EMF) image format type.

Jpeg 1

JPEG image format type.

Png 2

PNG image format type.

Remarks

The ChartImageType enumeration represents the image format type of the chart, as set by the ImageType property. This property determines the image type in which the chart is rendered, if image tag or input tag rendering is used.

Applies to