Class ChartPointValue
Inheritance
System.Object
ChartPointValue
Assembly: BoldReports.UWP.dll
Syntax
public class ChartPointValue : Object
Constructors
ChartPointValue()
Declaration
Properties
ActionInfo
Declaration
public ReportActionInfoExpVal ActionInfo { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.ItemModel.ReportActionInfoExpVal |
|
ChartDataLabel
Declaration
public ChartDataLabelExval ChartDataLabel { get; set; }
Property Value
End
Declaration
public object End { get; set; }
Property Value
Type |
Description |
System.Object |
|
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 |
|
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
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 |
|