Gets or sets a value indicating whether the chart should draw a legend.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public bool ShowLegend { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowLegend As Boolean |
See Also