Gets or sets a value indicating whether to display the legend title.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public bool ShowLegendTitle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowLegendTitle As Boolean |
true to show the LegendTitle, or false otherwise. The default value is true.
See Also