Graph.ExportSVG

Exports to SVG image with optional WebStatistica information.

Syntax Parameters Return Value
Sub Graph.ExportSVG( _
    Destination As Variant, _
    Optional Level As ExportSvgDetailLevel = scgExportSvgOnly, _
    Optional Width As Integer = 0, _
    Optional Height As Integer = 0)
  • Destination [in]

    Type: Variant

  • Level [in, optional]

    Type: ExportSvgDetailLevel

    Default value: scgExportSvgOnly

  • Width [in, optional]

    Type: Integer

    Default value: 0

  • Height [in, optional]

    Type: Integer

    Default value: 0

This function does not return a value.