Skip to main content
All docs
V25.1
  • ChartImageUtils.GetViewSvgImage(ViewType) Method

    Returns a vector image that depicts the series view.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public static SvgImage GetViewSvgImage(
        ViewType viewType
    )

    Parameters

    Name Type Description
    viewType ViewType

    The series view to display.

    Returns

    Type Description
    SvgImage

    The resulting image.

    See Also