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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | SeriesViewBase | The series view to display. |
Returns
Type | Description |
---|---|
SvgImage | The resulting image. |
See Also