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

ChartImageUtils.GetViewSvgImage(SeriesViewBase) Method

Returns a vector image that depicts the series view based on the given SeriesViewBase object.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v22.1.dll

NuGet Package: DevExpress.Charts

Declaration

public static SvgImage GetViewSvgImage(
    SeriesViewBase view
)

Parameters

Name Type Description
view SeriesViewBase

The series view to display.

Returns

Type Description
SvgImage

The resulting image.

See Also