ChartImageUtils.GetViewImage(SeriesViewBase, ISvgPaletteProvider) Method
Returns an image that depicts the series view with the specified palette.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| view | SeriesViewBase | The series view to display. |
| provider | DevExpress.Utils.Design.ISvgPaletteProvider | An ISvgPaletteProvider object that specifies colors used to paint vector images. |
Returns
| Type | Description |
|---|---|
| Image | The resulting image. |
See Also