Back to Devexpress

CustomDrawSeriesEventArgsBase.DXLegendFont Property

corelibraries-devexpress-dot-xtracharts-dot-customdrawserieseventargsbase.md

latest1.5 KB
Original Source

CustomDrawSeriesEventArgsBase.DXLegendFont Property

Gets or sets the text font of the legend item of the series or series point that is currently being painted.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public DXFont DXLegendFont { get; set; }
vb
Public Property DXLegendFont As DXFont

Property Value

TypeDescription
DXFont

The text font of the legend item of the series or series point.

|

Remarks

Important

Use this property instead of e.LegendFont to specify the text font of the legend item of the series or series point.

See Also

CustomDrawSeriesEventArgsBase Class

CustomDrawSeriesEventArgsBase Members

DevExpress.XtraCharts Namespace