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

In This Topic
    SpaceSeparatedLinesEvenly Property
    In This Topic
    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)'.
    Syntax
    public bool SpaceSeparatedLinesEvenly {get; set;}
    Public Property SpaceSeparatedLinesEvenly As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also