Charting for WinForms Programmer's Guide
ScatterType Enumeration
See Also
 






Identifies the shapes rendered by a ScatterRenderer.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public enum ScatterType

Visual Basic  Copy Code

Public Enum ScatterType

 Members

  Member name Description

Circle

Draw circles.

Diamond

Draw diamonds.

None

Do not draw scatter.

Square

Draw squares.

Triangle

Draw triangles.

 See Also

MindFusion.Charting Namespace