Search
ScatterChart.Shape Property
See Also
 






Gets or sets the type of scatter shapes.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public ScatterType Shape { get; set; }

Visual Basic  Copy Code

Public Property Shape As ScatterType

 Property Value

A member of the ScatterType enumeration.

 See Also