Class TimelineView

Class TimelineView

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

Represents a timeline view of a project.

public class TimelineView : View, IComparable<view>

Inheritance

objectViewTimelineView

Implements

IComparable<view>

Inherited Members

View.Equals(object), View.GetHashCode(), View.CompareTo(View), View.Filter, View.Group, View.Uid, View.HighlightFilter, View.Name, View.Screen, View.ParentProject, View.Table, View.Type, View.ShowInMenu, View.PageInfo, View.VisualObjectsPlacements, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

TimelineView()

Initializes a new instance of the Aspose.Tasks.TimelineView class.

public TimelineView()

Properties

DateFormat

Gets or sets a value indicating how to format dates on the Timeline view.

public DateFormat DateFormat { get; set; }

Property Value

DateFormat

DisplayOverlapped

Gets or sets a value indicating whether to display overlapped tasks on multiple rows.

public bool DisplayOverlapped { get; set; }

Property Value

bool

ShowDates

Gets a value indicating whether to show dates.

public bool ShowDates { get; }

Property Value

bool

ShowPanZoom

Gets or sets a value indicating whether to show pan and zoom control.

public bool ShowPanZoom { get; set; }

Property Value

bool

ShowTimescale

Gets or sets a value indicating whether to show timescale.

public bool ShowTimescale { get; set; }

Property Value

bool

ShowToday

Gets or sets a value indicating whether to display a line representing today.

public bool ShowToday { get; set; }

Property Value

bool

TextLinesCount

Gets or sets a value indicating how many lines are used to display task in a timeline.

public int TextLinesCount { get; set; }

Property Value

int </view>