Charting for WPF Programmer's Guide

Scatter.ScatterSize Property

See Also
 


Gets or sets the size of this Scatter.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double ScatterSize { get; set; }

Visual Basic  Copy Code

Public Property ScatterSize As Double

 Property Value

A double value. Default is 8.0.

 See Also