menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportSettings

    Show / Hide Table of Contents

    Class ExportSettings

    Inheritance
    System.Object
    EJTagHelper
    ExportSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ExportSettings : EJTagHelper

    Constructors

    ExportSettings()

    Declaration
    public ExportSettings()

    Properties

    Action

    Gets or sets the value for Action which Specifies the action link for server side call..

    Declaration
    [JsonProperty("action")]
    public string Action { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies the action link for server side call.

    Angle

    Gets or sets the value for Angle which specifies the Angle to rotate the chart control.

    Declaration
    [JsonProperty("angle")]
    public double Angle { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Angle to rotate the chart.

    FileName

    Gets or sets the value for FileName which Specifies the name of the file which has to be exported.

    Declaration
    [JsonProperty("fileName")]
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Specifies the name of the file which has to be exported.

    Mode

    Gets or sets the value for Mode in which Specifies the exporting mode in chart control.

    Declaration
    [JsonProperty("mode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ChartExportingMode Mode { get; set; }
    Property Value
    Type Description
    ChartExportingMode
    Remarks

    Specifies the exporting mode.

    MultipleExport

    Gets or sets the value for MultipleExport which Enables or disables multiple excel exporting option.

    Declaration
    [JsonProperty("multipleExport")]
    public bool MultipleExport { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Enables or disables multiple excel exporting option.

    Orientation

    Gets or sets the value for Orientation which Specifies the orientation of the file which has to be exported.

    Declaration
    [JsonProperty("orientation")]
    public ChartExportingOrientation Orientation { get; set; }
    Property Value
    Type Description
    ChartExportingOrientation
    Remarks

    Specifies the orientation of the file which has to be exported.

    Type

    Gets or sets the value for Type which Specifies the format of the file which has to be exported.

    Declaration
    [JsonProperty("type")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ChartExportingType Type { get; set; }
    Property Value
    Type Description
    ChartExportingType
    Remarks

    Specifies the format of the file which has to be exported.

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