Back to Devexpress

SankeyNodeLabel.Font Property

corelibraries-devexpress-dot-xtracharts-dot-sankey-dot-sankeynodelabel-1b71e42c.md

latest1.3 KB
Original Source

SankeyNodeLabel.Font Property

Gets or sets the font that is used to display the node label text.

Namespace : DevExpress.XtraCharts.Sankey

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public Font Font { get; set; }
vb
<Browsable(False)>
Public Property Font As Font

Property Value

TypeDescription
Font

Specifies the font that is used to display the node label text.

|

Remarks

Important

Use the DXFont property instead of Font to specify the font used to display the node label text.

See Also

SankeyNodeLabel Class

SankeyNodeLabel Members

DevExpress.XtraCharts.Sankey Namespace