Gets or sets a value indicating whether the chart should render labels along with scatter shapes.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public bool ShowScatterLabels { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowScatterLabels As Boolean |
See Also