Gets or sets the size of the scatter marks of this series when displayed in a chart with SurfaceType set to Scatter. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public DoubleCollection ScatterSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScatterSize As DoubleCollection |
A double value. The default is 1.
See Also