Skip to main content
A newer version of this page is available. .

ChartImageUtils.GetViewSvgImage(ViewType) Method

Returns a vector image that depicts the series view.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public static SvgImage GetViewSvgImage(
    ViewType viewType
)

Parameters

Name Type Description
viewType ViewType

The series view to display.

Returns

Type Description
SvgImage

The resulting image.

See Also