ChartOptionsPrintModel.ImageFormat Property
Gets or sets the ChartOptionsPrint.ImageFormat property within the ChartOptionsPrintModel.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public PrintImageFormat ImageFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| PrintImageFormat | The chart image format in a Print Preview form. |
Available values:
| Name | Description |
|---|---|
| Bitmap | Represents the bitmap image format. |
| Metafile | Represents the metafile image format. |
| Svg |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ImageFormat |
|---|---|
| ChartModel |
|
See Also