Class NavigatorPointsBuilder
Inheritance
System.Object
NavigatorPointsBuilder
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()
Assembly: Syncfusion.EJ.dll
Syntax
public class NavigatorPointsBuilder
Constructors
NavigatorPointsBuilder(Points)
Declaration
public NavigatorPointsBuilder(Points points)
Parameters
Type |
Name |
Description |
Points |
points |
|
NavigatorPointsBuilder(Points, Series)
Declaration
public NavigatorPointsBuilder(Points options, Series series)
Parameters
Methods
Add()
Declaration
Add(String, Double)
Declaration
public void Add(string x, double y)
Parameters
Type |
Name |
Description |
System.String |
x |
|
System.Double |
y |
|
Add(String, Double, Double)
Declaration
public void Add(string x, double high, double low)
Parameters
Type |
Name |
Description |
System.String |
x |
|
System.Double |
high |
|
System.Double |
low |
|
Add(String, Double, Double, Double, Double)
Declaration
public void Add(string x, double high, double low, double open, double close)
Parameters
Type |
Name |
Description |
System.String |
x |
|
System.Double |
high |
|
System.Double |
low |
|
System.Double |
open |
|
System.Double |
close |
|
Close(Double)
Declaration
public NavigatorPointsBuilder Close(double close)
Parameters
Type |
Name |
Description |
System.Double |
close |
|
Returns
Font(ChartFont)
Declaration
public NavigatorPointsBuilder Font(ChartFont font)
Parameters
Returns
High(Double)
Declaration
public NavigatorPointsBuilder High(double high)
Parameters
Type |
Name |
Description |
System.Double |
high |
|
Returns
Low(Double)
Declaration
public NavigatorPointsBuilder Low(double low)
Parameters
Type |
Name |
Description |
System.Double |
low |
|
Returns
Open(Double)
Declaration
public NavigatorPointsBuilder Open(double open)
Parameters
Type |
Name |
Description |
System.Double |
open |
|
Returns
Size(Int32)
Declaration
public NavigatorPointsBuilder Size(int size)
Parameters
Type |
Name |
Description |
System.Int32 |
size |
|
Returns
Text(String)
Declaration
public NavigatorPointsBuilder Text(string Text)
Parameters
Type |
Name |
Description |
System.String |
Text |
|
Returns
X(String)
Declaration
public NavigatorPointsBuilder X(string X)
Parameters
Type |
Name |
Description |
System.String |
X |
|
Returns
Y(Double)
Declaration
public NavigatorPointsBuilder Y(double Y)
Parameters
Type |
Name |
Description |
System.Double |
Y |
|
Returns