Class Gridlines

Class Gridlines

Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.4.0)

Represents gridlines that appear in a GanttChart view.

public class Gridlines

Inheritance

object Gridlines

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

int

IntervalColor

Gets or sets the color of secondary gridlines.

public Color IntervalColor { get; set; }

Property Value

Color

IntervalPattern

Gets or sets the line pattern for secondary gridlines.

public LinePattern IntervalPattern { get; set; }

Property Value

LinePattern

NormalColor

Gets or sets the color of normal gridlines.

public Color NormalColor { get; set; }

Property Value

Color

NormalPattern

Gets or sets the line pattern for normal gridlines.

public LinePattern NormalPattern { get; set; }

Property Value

LinePattern

Type

Gets or sets the gridline type.

public GridlineType Type { get; set; }

Property Value

GridlineType

 English