LegendEntry.Font Property
Retrieves font options for a specific legend entry.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ShapeTextFont Font { get; }
#Property Value
Type | Description |
---|---|
Shape |
A Shape |
#Remarks
Note
The SpreadsheetLegend
property. The font specified by the Legend.
property is applied to all entries. However, the Legend
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.