ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartGridLines - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartGridLines

    Represents the gridlines along with an axis.

    Inheritance
    System.Object
    ChartGridLines
    ChartMajorGridLines
    ChartMinorGridLines
    Inherited Members
    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.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ChartGridLines

    Constructors

    ChartGridLines()

    Declaration
    public ChartGridLines()

    ChartGridLines(ReportSerializer)

    Declaration
    public ChartGridLines(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    Enabled

    Declaration
    public string Enabled { get; set; }
    Property Value
    Type Description
    System.String

    Interval

    Declaration
    public float Interval { get; set; }
    Property Value
    Type Description
    System.Single

    IntervalOffset

    Declaration
    public float IntervalOffset { get; set; }
    Property Value
    Type Description
    System.Single

    IntervalOffsetType

    Declaration
    public IntervalType IntervalOffsetType { get; set; }
    Property Value
    Type Description
    IntervalType

    IntervalType

    Declaration
    public IntervalType IntervalType { get; set; }
    Property Value
    Type Description
    IntervalType

    Style

    Declaration
    public Style Style { get; set; }
    Property Value
    Type Description
    Style

    Methods

    ResetInterval()

    Declaration
    public void ResetInterval()

    ResetIntervalOffset()

    Declaration
    public void ResetIntervalOffset()

    ResetIntervalOffsetType()

    Declaration
    public void ResetIntervalOffsetType()

    ResetIntervalType()

    Declaration
    public void ResetIntervalType()

    ShouldSerializeInterval()

    Declaration
    public bool ShouldSerializeInterval()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeIntervalOffset()

    Declaration
    public bool ShouldSerializeIntervalOffset()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeIntervalOffsetType()

    Declaration
    public bool ShouldSerializeIntervalOffsetType()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeIntervalType()

    Declaration
    public bool ShouldSerializeIntervalType()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved