Gets or sets the orientation of the legend. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Orientation LegendOrientation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LegendOrientation As Orientation |
A member of the Orientation enumeration. The default is Vertical.
See Also