menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class LinearGaugeExportSettingsBuilder

    Class for linear gauge exporting builder.

    Inheritance
    System.Object
    LinearGaugeExportSettingsBuilder
    Inherited Members
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class LinearGaugeExportSettingsBuilder

    Constructors

    LinearGaugeExportSettingsBuilder(LinearGaugeExportSettings)

    Declaration
    public LinearGaugeExportSettingsBuilder(LinearGaugeExportSettings options)
    Parameters
    Type Name Description
    LinearGaugeExportSettings options

    Methods

    Action(String)

    Declaration
    public LinearGaugeExportSettingsBuilder Action(string action)
    Parameters
    Type Name Description
    System.String action
    Returns
    Type Description
    LinearGaugeExportSettingsBuilder

    FileName(String)

    Declaration
    public LinearGaugeExportSettingsBuilder FileName(string filename)
    Parameters
    Type Name Description
    System.String filename
    Returns
    Type Description
    LinearGaugeExportSettingsBuilder

    Mode(GaugeExportingMode)

    Declaration
    public LinearGaugeExportSettingsBuilder Mode(GaugeExportingMode mode)
    Parameters
    Type Name Description
    GaugeExportingMode mode
    Returns
    Type Description
    LinearGaugeExportSettingsBuilder

    Type(GaugeExportingType)

    Declaration
    public LinearGaugeExportSettingsBuilder Type(GaugeExportingType type)
    Parameters
    Type Name Description
    GaugeExportingType type
    Returns
    Type Description
    LinearGaugeExportSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved