menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MinorGridLines

    Inheritance
    System.Object
    EJTagHelper
    MinorGridLines
    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 MinorGridLines : EJTagHelper

    Constructors

    MinorGridLines()

    Declaration
    public MinorGridLines()

    Properties

    Color

    Gets or sets the Color of the minor grid lines, which provides an option to customize colors of minor grid lines.

    Declaration
    [JsonProperty("color")]
    public string Color { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Color of the minor grid lines

    DashArray

    Gets or sets the DashArray of the minor grid lines, which provides an option to customize gaps and dashes of major grid lines stroke.

    Declaration
    [JsonProperty("dashArray")]
    public string DashArray { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    Patterns of dashes and gaps used to stroke the minor grid lines.

    Opacity

    Gets or sets the Opacity of the minor grid lines, which provides an option to customize opacity of minor grid lines.

    Declaration
    [JsonProperty("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Opacity of the minor grid lines.

    Visible

    Gets or sets the value of Visible property of the minor grid lines, which controls the visibility of minor grid lines.

    Declaration
    [JsonProperty("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Show/hides the minor grid lines.

    Width

    Gets or sets the Width of the minor grid lines, which provides an option to customize width of minor grid lines.

    Declaration
    [JsonProperty("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Width of the minorGridLines.

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