CIMKnowledgeLinkChartChronologicalLayoutSettings Class Members
In This Topic
The following tables list the members exposed by CIMKnowledgeLinkChartChronologicalLayoutSettings.
Public Constructors
Public Properties
| Name | Description |
| DurationLineWidth |
Gets or sets a value indicating the width of the line, in points, representing the duration of an event with non-zero duration.
|
| EntityPositionAtDurationRatio |
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.
|
| EventsTicksVisualization |
Gets or sets the event ticks visualization option.
Event ticks are displayed in the time banner.
|
| LineSeparationMultiplier |
Gets or sets the multiplier used for line separation.
Lines will be more separated with a higher multiplier.
|
| MoveFirstBends |
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.
|
| SecondBendRatio |
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.
|
| SeparatedLineShapeRatio |
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.
|
| SeparateTimelineOverlaps |
Gets or sets a value indicating whether events that overlap on a timeline are separated.
|
| SeparateTimeOverlaps |
Gets or sets a value indicating whether events that overlap in time are separated.
|
| ShowDurationLineForNonZeroDurationEntityEvents |
Gets or sets a value indicating whether lines representing the duration of events with non-zero durations are shown.
|
| ShowNonZeroDurationIntervalBounds |
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.
|
| SpaceSeparatedLinesEvenly |
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)'.
|
| TimeBannerUTCOffsetInMinutes |
Gets or sets the UTC offset of the time banner, in minutes.
|
| TimeDirection |
Gets or sets the time axis direction.
|
| UseBezierCurves |
Gets or sets a value indicating whether to use Bezier curves to represent separated lines.
|
Top
Public Methods
| Name | Description |
| Clone |
Creates a deep copy of CIMKnowledgeLinkChartChronologicalLayoutSettings.
|
| FromJson |
Reconstructs the CIMKnowledgeLinkChartChronologicalLayoutSettings with a specified state from a JSON encoding.
|
| GetSchema |
Not implemented, reserved for future use.
(Inherited from ArcGIS.Core.CIM.CIMObject) |
| ReadXml |
Reads the element inside the reader.
(Inherited from ArcGIS.Core.CIM.CIMObject) |
| ToJson | Overridden.
Creates a JSON encoding of the CIMKnowledgeLinkChartChronologicalLayoutSettings and its current state.
|
| WriteXml |
Writes the element inside the writer.
(Inherited from ArcGIS.Core.CIM.CIMObject) |
Top
Public Events
See Also