Class ExportSettings
Inherited Members
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
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("mode")]
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.