Back to Devexpress

SparklineImageType Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-b9ef34ab.md

latest1.7 KB
Original Source

SparklineImageType Enum

Specifies how the XRSparkline control should be internally rendered in a report.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum SparklineImageType
vb
Public Enum SparklineImageType

Members

NameDescription
Metafile

The control is rendered as a metafile. In this case the quality of the rendered image is always good, but in some cases some details of the control may be lost.

| | Bitmap |

The control is rendered as a bitmap. In this case the quality of the rendered image is sometimes poor, but it allows a control to be drawn more precisely.

| | Svg |

The control is rendered as vector graphics.

|

The following properties accept/return SparklineImageType values:

Remarks

Use this enumeration’s members to determine whether the specified XRSparkline control should be rendered as a bitmap image, vector graphics (SVG), or as a metafile in a report.

See Also

ImageType

DevExpress.XtraReports.UI Namespace