Skip to main content
All docs
V25.1
  • SankeyTitle.Dock Property

    Gets or sets the diagram edge to which the title is docked.

    Namespace: DevExpress.Xpf.Charts.Sankey

    Assembly: DevExpress.Xpf.Charts.v25.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public Dock Dock { get; set; }

    Property Value

    Type Description
    Dock

    The diagram edge to which the title is docked.

    Remarks

    The following code docks a title to the right side of a Sankey diagram:

    <dxsa:SankeyDiagramControl.Titles>
      <dxsa:SankeyTitle Content="Export/Import" Dock="Right" VerticalAlignment="Top" />
    </dxsa:SankeyDiagramControl.Titles>
    

    Result:

    Sankey view options

    See Also