Share via


DockingSelector.LoadUI Method (Legend)

Loads the docking position settings from a Legend object.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Sub LoadUI ( _
    legend As Legend _
)
'Usage
Dim instance As DockingSelector
Dim legend As Legend

instance.LoadUI(legend)
public void LoadUI(
    Legend legend
)

Parameters

Remarks

This method loads the docking position settings from the Legend object and uses them to set the state of the docking position selection radio buttons.

See Also

Reference

DockingSelector Class

DockingSelector Members

LoadUI Overload

Microsoft.Office.Server.WebControls Namespace