Back to Devexpress

CustomLegendItem.DXFont Property

corelibraries-devexpress-dot-xtracharts-dot-customlegenditem-6bcf6660.md

latest1.3 KB
Original Source

CustomLegendItem.DXFont Property

Gets or sets the font used to display the custom legend item content.

Namespace : DevExpress.XtraCharts

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

The font used to display the custom legend item content.

|

Remarks

Important

Use this property instead of Font to specify the font used to display the custom legend item content.

See Also

CustomLegendItem Class

CustomLegendItem Members

DevExpress.XtraCharts Namespace