Search
ScatterType Enumeration
See Also
 






Identifies the shapes rendered by a ScatterRenderer.

Namespace: MindFusion.Charting
File: ScatterType.js

 Syntax

JavaScript  Copy Code

// 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