Class ChartPointValue
Inheritance
System.Object
ChartPointValue
Implements
System.IDisposable
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.ReportViewer.dll
Syntax
public class ChartPointValue : IReportDispose, IDisposable
Constructors
ChartPointValue()
Declaration
Properties
ActionInfo
Declaration
public ReportActionInfoExpVal ActionInfo { get; set; }
Property Value
ChartDataLabel
Declaration
public ChartDataLabelExval ChartDataLabel { get; set; }
Property Value
End
Declaration
public object End { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public string FormatedXLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FormatedYLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
High
Declaration
public object High { get; set; }
Property Value
Type |
Description |
System.Object |
|
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendText
Declaration
public string LegendText { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendVisibility
Declaration
public string LegendVisibility { get; set; }
Property Value
Type |
Description |
System.String |
|
Low
Declaration
public object Low { get; set; }
Property Value
Type |
Description |
System.Object |
|
Mean
Declaration
public object Mean { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public object Median { get; set; }
Property Value
Type |
Description |
System.Object |
|
Size
Declaration
public object Size { get; set; }
Property Value
Type |
Description |
System.Object |
|
Start
Declaration
public object Start { get; set; }
Property Value
Type |
Description |
System.Object |
|
Style
Declaration
public ItemStyleExval Style { get; set; }
Property Value
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
X
Declaration
public object X { get; set; }
Property Value
Type |
Description |
System.Object |
|
Y
Declaration
public object Y { get; set; }
Property Value
Type |
Description |
System.Object |
|
Methods
Dispose()
Declaration
Implements
System.IDisposable