Search
ScatterChart.ShowScatterLabels Property
See Also
 






Gets or sets a value indicating whether the chart should render labels along with scatter shapes.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public new bool ShowScatterLabels { get; set; }

Visual Basic  Copy Code

Public Shadows Property ShowScatterLabels As Boolean

 Property Value

 See Also