Class RowDefinitions
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class RowDefinitions : EJTagHelper
Constructors
RowDefinitions()
Declaration
public RowDefinitions()
Properties
LineColor
Gets or sets the value for LineColor which specifies the Color of the line that indicates the starting point of the row in plotting area.
Declaration
[JsonProperty("lineColor")]
public string LineColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Color of the line that indicates the starting point of the row in plotting area.
LineWidth
Gets or sets the value for LineWidth which specifies the Width of the line that indicates the starting point of the row in plot area.
Declaration
[JsonProperty("lineWidth")]
public double LineWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Width of the line that indicates the starting point of the row in plot area.
RowHeight
Gets or sets the value for RowHeight which specifies the Height of the row in plotting area.
Declaration
[JsonProperty("rowHeight")]
public double RowHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Height of the row in plotting area. Height is measured in either pixel or percentage based on the value of unit property.
Unit
Gets or sets the value for Unit which Specifies the unit to measure the height of the row in plotting area.
Declaration
[JsonProperty("unit")]
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the unit to measure the height of the row in plotting area.