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

SankeyTextElement.Font Property

Gets or sets the font that is used to display 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

A font that is used to display text.

See Also