Back to Devexpress

LegendBaseModel.DXFont Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-legendbasemodel.md

latest1.3 KB
Original Source

LegendBaseModel.DXFont Property

Specifies the value of the LegendBase.DXFont property within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[LocalizableCategory(DesignerCategories.Appearance)]
public DXFont DXFont { get; set; }
vb
<LocalizableCategory(DesignerCategories.Appearance)>
Public Property DXFont As DXFont

Property Value

TypeDescription
DXFont

The font used to display the legend’s contents.

|

See Also

LegendBaseModel Class

LegendBaseModel Members

DevExpress.XtraCharts.Designer Namespace