ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMKnowledgeLinkChartChronologicalLayoutSettings Class


In This Topic
    CIMKnowledgeLinkChartChronologicalLayoutSettings Class Properties
    In This Topic

    For a list of all members of this type, see CIMKnowledgeLinkChartChronologicalLayoutSettings members.

    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating the width of the line, in points, representing the duration of an event with non-zero duration.  
    Public Property Gets or sets a value indicating where the entity of a non-zero duration event will be placed. 0.0 represents the start of the duration interval, 1.0 represents the end of the duration interval. Used in multi-timeline layout only.  
    Public Property Gets or sets the event ticks visualization option. Event ticks are displayed in the time banner.  
    Public Property Gets or sets the multiplier used for line separation. Lines will be more separated with a higher multiplier.  
    Public Property Gets or sets a value indicating whether the first bend on a relationship line related to an event is moved higher up from the event location when some events are separated. Used only in the mono-timeline layout, when 'SeparateTimelineOverlaps' is true.  
    Public Property Gets or sets the ratio at which the second bend or a relationship occurs, for event relationships and non-event relationships between events and non-event entities. Used only in the mono-timeline layout.  
    Public Property Gets or sets the separated line shape ratio. When the ratio is high, the angle between the extremities of the separated line geometry and the original line is small.  
    Public Property Gets or sets a value indicating whether events that overlap on a timeline are separated.  
    Public Property Gets or sets a value indicating whether events that overlap in time are separated.  
    Public Property Gets or sets a value indicating whether lines representing the duration of events with non-zero durations are shown.  
    Public Property Gets or sets a value indicating whether duration interval bounds are represented in relationship lines of events that have non-zero durations. Used in multi-timeline layout only.  
    Public Property Gets or sets a value indicating whether separated lines are spaced evenly. When true, the offset for the i-th overlapping line is proportional to 'i'. When false, the offset for the i-th overlapping line is proportional to 'squareRoot(i)'.  
    Public Property Gets or sets the UTC offset of the time banner, in minutes.  
    Public Property Gets or sets the time axis direction.  
    Public Property Gets or sets a value indicating whether to use Bezier curves to represent separated lines.  
    Top
    See Also