Class NavigatorDataSource
Inheritance
System.Object
NavigatorDataSource
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 NavigatorDataSource
Constructors
NavigatorDataSource()
Declaration
public NavigatorDataSource()
Properties
Data
Gets or sets the DataSource of RangeNavigator
Declaration
[JsonProperty("data")]
[JsonConverter(typeof(DataManagerConverter))]
public object Data { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Query
Gets or sets the Query for data source
Declaration
[JsonConverter(typeof(QueryConverter))]
[JsonProperty("query")]
public string Query { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Query to filter the data source
XName
Gets or sets the XName of data source
Declaration
[JsonProperty("xName")]
public string XName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the xName for dataSource. This is used to take the x values from dataSource
YName
Gets or sets the YName of data source
Declaration
[JsonProperty("yName")]
public string YName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the YName for dataSource. This is used to take the y values from dataSource