Class RowDefinitionsBuilder
Inheritance
System.Object
RowDefinitionsBuilder
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.dll
Syntax
public class RowDefinitionsBuilder
Constructors
RowDefinitionsBuilder(RowDefinitions)
Declaration
public RowDefinitionsBuilder(RowDefinitions options)
Parameters
RowDefinitionsBuilder(RowDefinitions, Chart)
Declaration
public RowDefinitionsBuilder(RowDefinitions options, Chart chart)
Parameters
Methods
Add()
Declaration
LineColor(String)
Declaration
public RowDefinitionsBuilder LineColor(string lineColor)
Parameters
Type |
Name |
Description |
System.String |
lineColor |
|
Returns
LineWidth(Double)
Declaration
public RowDefinitionsBuilder LineWidth(double lineWidth)
Parameters
Type |
Name |
Description |
System.Double |
lineWidth |
|
Returns
RowHeight(Double)
Declaration
public RowDefinitionsBuilder RowHeight(double rowHeight)
Parameters
Type |
Name |
Description |
System.Double |
rowHeight |
|
Returns
Unit(String)
Declaration
public RowDefinitionsBuilder Unit(string unit)
Parameters
Type |
Name |
Description |
System.String |
unit |
|
Returns