Back to Devexpress

SankeyNodeLabel Class

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

latest1.8 KB
Original Source

SankeyNodeLabel Class

A node label of the Sankey Diagram Control.

Namespace : DevExpress.Xpf.Charts.Sankey

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class SankeyNodeLabel :
    Control,
    INotifyPropertyChanged
vb
Public Class SankeyNodeLabel
    Inherits Control
    Implements INotifyPropertyChanged

The following members return SankeyNodeLabel objects:

Remarks

The following image shows a diagram with a marked node and label:

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control SankeyNodeLabel

See Also

SankeyNodeLabel Members

DevExpress.Xpf.Charts.Sankey Namespace