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


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

Syntax

Visual Basic (Declaration)  
<BindableAttribute(True)>
<CategoryAttribute("Docking")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Chart area name the title is docked to inside or outside.")>
<TypeConverterAttribute("Dundas.Charting.WebControl.Design.LegendAreaNameConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")>
<NotifyParentPropertyAttribute(True)>
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#  
[BindableAttribute(true)]
[CategoryAttribute("Docking")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Chart area name the title is docked to inside or outside.")]
[TypeConverterAttribute("Dundas.Charting.WebControl.Design.LegendAreaNameConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")]
[NotifyParentPropertyAttribute(true)]
public string DockToChartArea {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