Back to Devexpress

SankeyTitleCollection Class

corelibraries-devexpress-dot-xtracharts-dot-sankey-47e78d34.md

latest1.6 KB
Original Source

SankeyTitleCollection Class

A collection of Sankey diagram titles.

Namespace : DevExpress.XtraCharts.Sankey

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

The following members return SankeyTitleCollection objects:

Inheritance

Object DXCollectionBase<SankeyTitle> DXCollection<SankeyTitle> NotificationCollection<SankeyTitle> SankeyTitleCollection

See Also

SankeyTitleCollection Members

DevExpress.XtraCharts.Sankey Namespace