Dundas.SharePoint.Charting.WebParts Send comments on this topic.
DockInsideChartArea Property
See Also 
Dundas.Charting.WebControl Namespace > Title Class : DockInsideChartArea Property


Indicates that title is docked inside chart area. DockToChartArea property must be set first.

Syntax

Visual Basic (Declaration)  
<CategoryAttribute("Docking")>
<PersistenceModeAttribute()>
<BindableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Indicates that title is docked inside chart area. DockToChartArea property must be set first.")>
<NotifyParentPropertyAttribute(True)>
Public Property DockInsideChartArea As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Title
Dim value As Boolean
 
instance.DockInsideChartArea = value
 
value = instance.DockInsideChartArea
C#  
[CategoryAttribute("Docking")]
[PersistenceModeAttribute()]
[BindableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Indicates that title is docked inside chart area. DockToChartArea property must be set first.")]
[NotifyParentPropertyAttribute(true)]
public bool DockInsideChartArea {get; set;}

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