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 |