Gets or sets the placement position of item popups in a chart. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public PopupPlacement PopupPlacement { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PopupPlacement As PopupPlacement |
A member of the PopupPlacement enumeration. The default is Static.
See Also