menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowDefinitions

    Show / Hide Table of Contents

    Class RowDefinitions

    Inheritance
    System.Object
    EJTagHelper
    RowDefinitions
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved