Skip to main content
A newer version of this page is available. .

CustomLegendItem.Font Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Description
Font

A Font object which specifies the font used to display the custom legend item content.

See Also