Skip to main content

ChartImageUtils.GetViewImage(SeriesViewBase) Method

Returns an image that depicts the series view.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public static Image GetViewImage(
    SeriesViewBase view
)

Parameters

Name Type Description
view SeriesViewBase

The series view to display.

Returns

Type Description
Image

The resulting image.

See Also