Back to Devexpress

SankeyTitleCollection Class

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-c7ce02fa.md

latest1.5 KB
Original Source

SankeyTitleCollection Class

Contains a collection of the Sankey diagram titles.

Namespace : DevExpress.Xpf.Charts.Sankey

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class SankeyTitleCollection :
    ObservableCollection<SankeyTitle>
vb
Public Class SankeyTitleCollection
    Inherits ObservableCollection(Of SankeyTitle)

The following members return SankeyTitleCollection objects:

Inheritance

Object Collection<SankeyTitle> ObservableCollection<SankeyTitle> SankeyTitleCollection

See Also

SankeyTitleCollection Members

DevExpress.Xpf.Charts.Sankey Namespace