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