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


Indicates that the legend is docked inside the chart area. This property is only available when DockToChartArea is set.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Indicates that the legend is docked inside the chart area.  This property is only available when DockToChartArea is set.")>
<BindableAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("Docking")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute()>
Public Property DockInsideChartArea As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Legend
Dim value As Boolean
 
instance.DockInsideChartArea = value
 
value = instance.DockInsideChartArea
C#  
[DescriptionAttribute("Indicates that the legend is docked inside the chart area.  This property is only available when DockToChartArea is set.")]
[BindableAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Docking")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
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