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


Positive or negative offset of docked title position.

Syntax

Visual Basic (Declaration)  
<PersistenceModeAttribute()>
<CategoryAttribute("Docking")>
<BindableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Sets or gets the offset of docked title position. Offset can be positive or negative number.")>
<NotifyParentPropertyAttribute(True)>
Public Property DockOffset As Integer
Visual Basic (Usage) Copy Code
Dim instance As Title
Dim value As Integer
 
instance.DockOffset = value
 
value = instance.DockOffset
C#  
[PersistenceModeAttribute()]
[CategoryAttribute("Docking")]
[BindableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Sets or gets the offset of docked title position. Offset can be positive or negative number.")]
[NotifyParentPropertyAttribute(true)]
public int DockOffset {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