Specifies the placement target for item and dependency popups.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public enum PopupPlacement |
Visual Basic
Copy Code
|
|---|
Public Enum PopupPlacement |
Members| Member name | Description | |
|---|---|---|
![]() |
RelativeToItem |
Specifies that the popup is placed relative to the item. |
![]() |
Static |
Specifies that the popup is placed in a static position, relative to the chart object; Actual position is the top right corner of the left grid in a chart. |
See Also