Class Gridlines
Class Gridlines
Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)
Represents gridlines that appear in a GanttChart view.
public class Gridlines
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Gridlines()
public Gridlines()
Properties
Interval
Gets or sets the number from 0 to 99 that specifies the interval between gridlines.
public int Interval { get; set; }
Property Value
IntervalColor
Gets or sets the color of secondary gridlines.
public Color IntervalColor { get; set; }
Property Value
IntervalPattern
Gets or sets the line pattern for secondary gridlines.
public LinePattern IntervalPattern { get; set; }
Property Value
NormalColor
Gets or sets the color of normal gridlines.
public Color NormalColor { get; set; }
Property Value
NormalPattern
Gets or sets the line pattern for normal gridlines.
public LinePattern NormalPattern { get; set; }
Property Value
Type
Gets or sets the gridline type.
public GridlineType Type { get; set; }