Class Chart3DRowBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
Chart3DRowBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Chart3D.dll
Syntax
public class Chart3DRowBuilder : ControlBuilder
Constructors
Chart3DRowBuilder()
Declaration
public Chart3DRowBuilder()
Chart3DRowBuilder(List<Chart3DRow>)
Declaration
public Chart3DRowBuilder(List<Chart3DRow> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<Chart3DRow> | collection |
Methods
Add()
Declaration
public void Add()
Height(String)
The height of the row as a string accept input both as '100px' and '100%'. If specified as '100%, row renders to the full height of its chart.
Declaration
public Chart3DRowBuilder Height(string height)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | height |
Returns
| Type |
|---|
| Chart3DRowBuilder |