Class Fields
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class Fields : EJTagHelper
Constructors
Fields()
Declaration
public Fields()
Properties
CategoryField
Gets or sets the CategoryField in data source.
Declaration
[JsonProperty("category")]
public string CategoryField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the category of the bullet graph.
ComparativeMeasureField
Gets or sets the ComparativeMeasureField in data source.
Declaration
[JsonProperty("comparativeMeasure")]
public string ComparativeMeasureField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Comparative measure render based on the values in the specified field.
DataSource
Gets or sets the DataSource of bullet graph.
Declaration
[JsonProperty("dataSource")]
[HtmlAttributeName("datasource")]
[JsonConverter(typeof(DataManagerConverter))]
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Remarks
Specifies the dataSource for the bullet graph.
FeatureMeasureField
Gets or sets the FeatureMeasureField in data source.
Declaration
[JsonProperty("featureMeasures")]
public string FeatureMeasureField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Feature measure render based on the values in the specified field.
Query
Gets or sets the Query for data source.
Declaration
[JsonProperty("query")]
[JsonConverter(typeof(QueryConverter))]
public string Query { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the query for fetching the values form data source to render the bullet graph.
TableName
Gets or sets the TableName in data source.
Declaration
[JsonProperty("tableName")]
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the name of the table.