Gets or sets a value that determines where the title is docked.
Title docking.
Visual Basic (Declaration) | |
---|---|
Public Property Docking As Docking |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Docking Docking {get; set;} |
Return Value
A Docking enumeration value. Defaults to "Docking.Top".
The Title can be docked to the Top, Left, Bottom or Right of either the entire chart image or either inside or outside of a chart area. If the DockInsideChartArea property is set to false then docking applies to the entire chart image. If the DockInsideChartArea property is set to true then docking applies to the ChartArea object specified by the DockToChartArea property .
This property has no effect if the Position property is not set to Auto.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family