Back to Devexpress

CustomLegendItemModel.DXFont Property

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

latest1.3 KB
Original Source

CustomLegendItemModel.DXFont Property

Specifies the value of the CustomLegendItem.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 custom legend item’s content.

|

See Also

CustomLegendItemModel Class

CustomLegendItemModel Members

DevExpress.XtraCharts.Designer Namespace