DockingSelector Members
Include Protected Members
Include Inherited Members
Renders the control that is used by the chart editing controls to set the docking position of chart legend and title elements.
The DockingSelector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DockingSelector | Initializes a new instance of the DockingSelector class. |
Top
Methods
Name | Description | |
---|---|---|
CreateChildControls | Creates the child controls that render the docking position settings. (Overrides Control.CreateChildControls().) | |
LoadUI(Legend) | Loads the docking position settings from a Legend object. | |
LoadUI(Title) | Loads the docking position settings from the Title object. | |
SaveUI(Legend) | Saves the docking position settings to a Legend object. | |
SaveUI(Title) | Saves the docking position settings to a Title object. |
Top