ASP.NET MVC - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartRowBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartRowBuilder

    Inheritance
    System.Object
    ControlBuilder
    ChartRowBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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()
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartRowBuilder : ControlBuilder

    Constructors

    ChartRowBuilder()

    Declaration
    public ChartRowBuilder()

    ChartRowBuilder(List<ChartRow>)

    Declaration
    public ChartRowBuilder(List<ChartRow> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<ChartRow> collection

    Methods

    Add()

    Declaration
    public void Add()

    Border(Object)

    Options to customize the border of the rows.

    Declaration
    public ChartRowBuilder Border(object border)
    Parameters
    Type Name Description
    System.Object border
    Returns
    Type Description
    ChartRowBuilder

    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 ChartRowBuilder Height(string height)
    Parameters
    Type Name Description
    System.String height
    Returns
    Type Description
    ChartRowBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved