Gets or sets the font size of the legend, or null (Nothing in Visual Basic), to use the FontSize property.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> LegendFontSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LegendFontSize As Nullable(Of Double) |
A nullable double value. The default is null (Nothing in Visual Basic).
See Also