Skip to main content
A newer version of this page is available. .
All docs
V20.2

SankeyNodeLabel.Font Property

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

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Font Font { get; set; }

Property Value

Type Description
Font

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

See Also