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


In This Topic
    CIMKnowledgeLinkChartChronologicalLayoutSettings Class Members
    In This Topic

    The following tables list the members exposed by CIMKnowledgeLinkChartChronologicalLayoutSettings.

    Public Constructors
    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
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMKnowledgeLinkChartChronologicalLayoutSettings.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMKnowledgeLinkChartChronologicalLayoutSettings with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMKnowledgeLinkChartChronologicalLayoutSettings and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also