Class LineJsonModel
This class is used to set the properties of Line from Line ReportItem.
Inheritance
System.Object
LineJsonModel
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 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 int? ZIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Methods
Dispose()
Declaration
public override void Dispose()
Overrides