Skip to main content
All docs
V26.1
  • SankeyLinearLayoutAlgorithm Members

    Contains Sankey linear layout algorithm settings.

    Constructors

    Name Description
    SankeyLinearLayoutAlgorithm() Initializes a new instance of the SankeyLinearLayoutAlgorithm class.

    Fields

    Name Description
    NodeAlignmentProperty static Identifies the NodeAlignment dependency property.
    ResolveOverlappingProperty static Identifies the ResolveOverlapping dependency property.

    Properties

    Name Description
    ActualResolveOverlapping Returns a value that indicates whether nodes are automatically repositioned to avoid link overlap.
    NodeAlignment Specifies the node alignment within the Sankey diagram control.
    ResolveOverlapping Indicates whether nodes are automatically repositioned to avoid link overlap.
    TypeNameSerializable Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.

    Methods

    Name Description
    CalculateNodeBounds(IEnumerable<ISankeyNodeLayoutItem>, DXRectangle) Calculates node bounds. Inherited from SankeyLayoutAlgorithmBase.

    Events

    Name Description
    PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
    See Also