SankeyDiagramControl.Titles Property
Provides access to the diagram's title collection.
Namespace: DevExpress.XtraCharts.Sankey
Assembly: DevExpress.XtraCharts.v20.2.UI.dll
Declaration
public SankeyTitleCollection Titles { get; }
Public ReadOnly Property Titles As SankeyTitleCollection
Property Value
Type | Description |
---|---|
SankeyTitleCollection | A collection of titles. |
Remarks
The code below adds a title to a Sankey Diagram:
See Also
Feedback