Class TimelineView
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.4.0)
Represents a timeline view of a project.
public class TimelineView : View, IComparable<view>
Inheritance
object ← View ← TimelineView
Implements
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
DisplayOverlapped
Gets or sets a value indicating whether to display overlapped tasks on multiple rows.
public bool DisplayOverlapped { get; set; }
Property Value
ShowDates
Gets a value indicating whether to show dates.
public bool ShowDates { get; }
Property Value
ShowPanZoom
Gets or sets a value indicating whether to show pan and zoom control.
public bool ShowPanZoom { get; set; }
Property Value
ShowTimescale
Gets or sets a value indicating whether to show timescale.
public bool ShowTimescale { get; set; }
Property Value
ShowToday
Gets or sets a value indicating whether to display a line representing today.
public bool ShowToday { get; set; }
Property Value
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>