ChartImageUtils.GetViewSvgImage(SeriesViewBase) Method
In This Article
Returns a vector image that depicts the series view based on the given SeriesViewBase object.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public static SvgImage GetViewSvgImage(
SeriesViewBase view
)
#Parameters
Name | Type | Description |
---|---|---|
view | Series |
The series view to display. |
#Returns
Type | Description |
---|---|
Svg |
The resulting image. |
See Also