Gets or sets a value indicating whether to display the legend title.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public bool ShowTitle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowTitle As Boolean |
A boolean value.
See Also