MindFusion.Wpf Pack Programmer's Guide
LineChart.LegendDock Property
See Also
 





Gets or sets the legend position relative to the chart. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public Nullable<Dock> LegendDock { get; set; }

Visual Basic  Copy Code

Public Property LegendDock As Nullable(Of Dock)

 Property Value

A member of the Dock enumeration or null (Nothing in Visual Basic). The default is null.

 See Also

LineChart Members
LineChart Class
MindFusion.Reporting.Wpf Namespace