Skip to main content

ChartImageUtils.GetViewImage(ViewType, Size) Method

Returns an image of the given size that depicts the specified series view.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public static Image GetViewImage(
    ViewType viewType,
    Size imageSize
)

Parameters

Name Type Description
viewType ViewType

The series view type shown in the resulting image.

imageSize Size

The image size.

Returns

Type Description
Image

The resulting image.

See Also