Gets or sets a value indicating whether to display projections from the scatter marks to the bottom of the plot area. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowScatterFlag { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowScatterFlag As Boolean |
The default is false.
See Also