Gets or sets whether the chart has a legend.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowLegend { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowLegend As Boolean |
A bool value. The default value is false.
See Also