Back to Devexpress

SankeyNodeLabel.DXFont Property

corelibraries-devexpress-dot-xtracharts-dot-sankey-dot-sankeynodelabel-375bb594.md

latest1.4 KB
Original Source

SankeyNodeLabel.DXFont 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
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public DXFont DXFont { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property DXFont As DXFont

Property Value

TypeDescription
DXFont

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

|

Remarks

Important

Use this 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