Dundas Chart for ASP.NET
Docking Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Title Class : Docking Property


Gets or sets a value that determines where the title is docked.


Title docking.

Syntax

Visual Basic (Declaration)  
Public Property Docking As Docking
Visual Basic (Usage) Copy Code
Dim instance As Title
Dim value As Docking
 
instance.Docking = value
 
value = instance.Docking
C#  
public Docking Docking {get; set;}

Return Value

A Docking enumeration value. Defaults to "Docking.Top".

Remarks

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.

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.