Skip to main content
All docs
V25.1
  • ChartImageUtils.GetViewImage(SeriesViewBase, Size) Method

    Returns an image of the given size that depicts the series view.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public static Image GetViewImage(
        SeriesViewBase view,
        Size imageSize
    )

    Parameters

    Name Type Description
    view SeriesViewBase

    The series view to display.

    imageSize Size

    The image size.

    Returns

    Type Description
    Image

    The resulting image.

    See Also