Class ChartGridLinesExval
Inheritance
System.Object
ChartGridLinesExval
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.EJ.ReportViewer.JsonModel
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ChartGridLinesExval : IReportDispose, IDisposable
Constructors
ChartGridLinesExval()
Declaration
public ChartGridLinesExval()
Properties
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 string IntervalOffsetType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IntervalType
Declaration
public string IntervalType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Style
Declaration
public BorderVal Style { get; set; }
Property Value
Type | Description |
---|---|
BorderVal |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable