Search
VisualizationPosition Enumeration
See Also
 






Specifies the alignment of the radial menu items relative to the menu center.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public enum VisualizationPosition

Visual Basic  Copy Code

Public Enum VisualizationPosition

 Members

  Member name Description

Bottom

Indicates that the menu items are aligned below the menu center.

Left

Indicates that the menu items are aligned to the left of the menu center.

Right

Indicates that the menu items are aligned to the right of the menu center.

Top

Indicates that the menu items are aligned above the menu center.

 See Also