Skip to main content

ChartImageUtils.GetViewSvgImage(ViewType) Method

Returns a vector image that depicts the series view.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.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