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