A newer version of this page is available.
Switch to the current version.
PrintImageFormat Enum
Lists the values used to specify an image format to be maintained for a chart in its Print Preview.
Namespace: DevExpress.XtraCharts.Printing
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum PrintImageFormat
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum PrintImageFormat
Members
Name | Description |
---|---|
Bitmap | Represents the bitmap image format. |
Metafile | Represents the metafile image format. |
Related API Members
The following properties accept/return PrintImageFormat values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | ChartOptionsPrint.ImageFormat |
ChartPrinter.ImageFormat | |
WinForms Controls | SnapChart.ImageType |
Remarks
The values listed by the PrintImageFormat enumeration are used to set the ChartOptionsPrint.ImageFormat and ChartPrinter.ImageFormat properties.
See Also
Feedback