Gets or sets a value indicating whether to display the chart's legend.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowLegend { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowLegend As Boolean |
A boolean value. The default is false.
RemarksTo specify the position of the legend, use the LegendPosition property.
See Also