Class ChartDataPointValues
Contains a set of data values for a data point in the chart.
Inheritance
System.Object
ChartDataPointValues
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.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ChartDataPointValues
Constructors
ChartDataPointValues()
Declaration
public ChartDataPointValues()
ChartDataPointValues(ReportSerializer)
Declaration
public ChartDataPointValues(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
End
Declaration
public string End { get; set; }
Property Value
Type | Description |
---|---|
System.String |
High
Declaration
public string High { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Low
Declaration
public string Low { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mean
Declaration
public string Mean { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Median
Declaration
public string Median { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
Declaration
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Start
Declaration
public string Start { get; set; }
Property Value
Type | Description |
---|---|
System.String |
X
Declaration
public string X { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Y
Declaration
public string Y { get; set; }
Property Value
Type | Description |
---|---|
System.String |