Gets or sets the vertical alignment of the legend.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public VerticalAlignment LegendVerticalAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LegendVerticalAlignment As VerticalAlignment |
One of the System.Windows.VerticalAlignment enumeration values. Default value is VerticalAlignment.Center.
See Also