Back to Devexpress

LegendEntry.Font Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-legendentry-fd61d19d.md

latest1.7 KB
Original Source

LegendEntry.Font Property

Retrieves font options for a specific legend entry.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ShapeTextFont Font { get; }
vb
ReadOnly Property Font As ShapeTextFont

Property Value

TypeDescription
ShapeTextFont

A ShapeTextFont object that contains font options.

|

Remarks

Note

The SpreadsheetControl does not display an individual font for each legend entry specified by the LegendEntry.Font property. The font specified by the Legend.Font property is applied to all entries. However, the LegendEntry.Font property can be retrieved in code, exported in supported formats, and visualized in Microsoft Excel.

If the Legend.Font property is not specified, but one or multiple of the legend entry has the Font property specified, the font is retrieved from the first entry in the collection.

See Also

LegendEntry Interface

LegendEntry Members

DevExpress.Spreadsheet.Charts Namespace