MindFusion.Wpf Pack Programmer's Guide
ScatterType Enumeration
See Also
 





Specifies the types of scatter shapes supported by the control.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public enum ScatterType

Visual Basic  Copy Code

Public Enum ScatterType

 Members

  Member name Description

Circle

The scatter is drawn in the shape of a circle.

Cross

The scatter is drawn in the shape of a cross.

Diamond

The scatter is drawn in the shape of a diamond.

HorStick

The scatter is drawn in the shape of a horizontal stick.

InvertedTriangle

The scatter is drawn in the shape of an inverted triangle.

None

No scatter is drawn.

Plus

The scatter is drawn in the shape of a plus.

Square

The scatter is drawn in the shape of a square.

Star

The scatter is drawn in the shape of a star.

Triangle

The scatter is drawn in the shape of a triangle.

VertStick

The scatter is drawn in the shape of a vertical stick.

 See Also

MindFusion.Charting.Wpf Namespace