ChartImageUtils.GetViewImage(ViewType, ISvgPaletteProvider, Size) Method
In This Article
Returns an image of the given size that depicts the series view with the specified palette.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
view |
View |
The series view type shown in the resulting image. |
provider | DevExpress. |
An ISvg |
image |
Size | The image size. |
#Returns
Type | Description |
---|---|
Image | The resulting image. |
See Also