menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExportType

    Specifies the export type for the component.

    Inheritance
    System.Object
    ExportType
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ExportType : Enum

    Fields

    CSV

    Specifies the rendered SfChart, SfStockChart, SfAccumulationChart and SfRangeNavigator components data to be exported in the CSV format.

    Declaration
    public const ExportType CSV
    Field Value
    Type Description
    ExportType

    CSV

    Remarks

    This is applicable only for chart, stockchart, accumulationchart and rangenavigator components.

    JPEG

    Specifies the rendered component to be exported in the JPEG format.

    Declaration
    public const ExportType JPEG
    Field Value
    Type
    ExportType

    PDF

    Specifies the rendered component to be exported in the PDF format.

    Declaration
    public const ExportType PDF
    Field Value
    Type
    ExportType

    PNG

    Specifies the rendered component to be exported in the PNG format.

    Declaration
    public const ExportType PNG
    Field Value
    Type
    ExportType

    SVG

    Specifies the rendered component to be exported in the SVG format.

    Declaration
    public const ExportType SVG
    Field Value
    Type
    ExportType

    XLSX

    Specifies the rendered SfChart, SfStockChart, SfAccumulationChart and SfRangeNavigator components data to be exported in the XLSX format.

    Declaration
    public const ExportType XLSX
    Field Value
    Type Description
    ExportType

    XLSX

    Remarks

    This is applicable only for chart, stockchart, accumulationchart and rangenavigator components.

    Back to top Generated by DocFX
    OSZAR »
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved
    OSZAR »