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

SankeyNodeLabelItem.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

public Font Font { get; set; }

Property Value

Type Description
Font

The font that is used to display the label text.

See Also