Class LineJsonModel
This class is used to set the properties of Line from Line ReportItem.
Inheritance
System.Object
LineJsonModel
Assembly: BoldReports.UWP.dll
Syntax
public class LineJsonModel : ReportItemBaseModel
Constructors
LineJsonModel()
Declaration
Properties
BookMark
Basic Line ReportItem Properties
Declaration
public string BookMark { get; set; }
Property Value
Type |
Description |
System.String |
|
DocumentMapLabel
Declaration
public string DocumentMapLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
LineColor
Declaration
public string LineColor { get; set; }
Property Value
Type |
Description |
System.String |
|
LineStyle
Declaration
public string LineStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
LineWidth
Declaration
public double LineWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
X1
Declaration
public double X1 { get; set; }
Property Value
Type |
Description |
System.Double |
|
X2
Declaration
public double X2 { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y1
Declaration
public double Y1 { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y2
Declaration
public double Y2 { get; set; }
Property Value
Type |
Description |
System.Double |
|
ZIndex
Declaration
public Nullable<int> ZIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|