menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class CircularGaugeExportSettings

    Inheritance
    System.Object
    EJTagHelper
    CircularGaugeExportSettings
    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 CircularGaugeExportSettings : EJTagHelper

    Constructors

    CircularGaugeExportSettings()

    Declaration
    public CircularGaugeExportSettings()

    Properties

    Action

    Gets or sets the value for Action.

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

    Specifies the action link for server side call.

    FileName

    Gets or sets the value for FileName.

    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.

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

    Specifies the exporting mode.

    Type

    Gets or sets the value for Type.

    Declaration
    [JsonProperty("type")]
    [JsonConverter(typeof(StringEnumConverter))]
    public GaugeExportingType Type { get; set; }
    Property Value
    Type Description
    GaugeExportingType
    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