Skip to main content
A newer version of this page is available. .
All docs
V20.2

SankeyTitle.Dock Property

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

Namespace: DevExpress.Xpf.Charts.Sankey

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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