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


Gets or sets a string value that identifies the ChartArea object name that this title should be docked to.


Chart area name the title is docked to inside or outside.

Syntax

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

Return Value

A value that identifies the name of the ChartArea object that this Title should be docked to. Defaults to "NotSet".

Remarks

If this property is set to "NotSet" then the title is docked to the outside edge of the plotted chart areas. If the name of a ChartArea object is used it will be docked to that chart area, and uses the Docking and DockInsideChartArea properties.

NOTE: This only applies if the Position property is set to "Auto". If the Position value is not set to Auto, then DockToChartArea will have no effect since the title's position is determined by the Position property setting.

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.