Gets or sets the legend position.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public LegendPosition LegendPosition { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LegendPosition As LegendPosition |
A member of the LegendPosition enumeration. The default is RightMiddle.
See Also