Class ChartDataPoint
Inheritance
System.Object
ChartDataPoint
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ChartDataPoint : Object
Constructors
ChartDataPoint(Object, Double)
Declaration
public ChartDataPoint(Object valueX, double valueY)
Parameters
Type |
Name |
Description |
Java.Lang.Object |
valueX |
|
System.Double |
valueY |
|
ChartDataPoint(Object, Double, Double)
Declaration
public ChartDataPoint(Object valueX, double value, double low)
Parameters
Type |
Name |
Description |
Java.Lang.Object |
valueX |
|
System.Double |
value |
|
System.Double |
low |
|
ChartDataPoint(Object, Double, Double, Double, Double)
Declaration
public ChartDataPoint(Object xValue, double open, double high, double low, double close)
Parameters
Type |
Name |
Description |
Java.Lang.Object |
xValue |
|
System.Double |
open |
|
System.Double |
high |
|
System.Double |
low |
|
System.Double |
close |
|
ChartDataPoint(Object, Double, Double, Double, Double, Double)
Declaration
public ChartDataPoint(Object xValue, double open, double high, double low, double close, double volume)
Parameters
Type |
Name |
Description |
Java.Lang.Object |
xValue |
|
System.Double |
open |
|
System.Double |
high |
|
System.Double |
low |
|
System.Double |
close |
|
System.Double |
volume |
|
Properties
Close
Declaration
public double Close { get; }
Property Value
High
Declaration
public double High { get; }
Property Value
Low
Declaration
public double Low { get; }
Property Value
Open
Declaration
public double Open { get; }
Property Value
Size
Declaration
public double Size { get; }
Property Value
Volume
Declaration
public double Volume { get; }
Property Value
XValue
Declaration
public Object XValue { get; }
Property Value
YValue
Declaration
public double YValue { get; }
Property Value
Methods
GetX()
Declaration
Returns
GetY()
Declaration
Returns