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


True if labels are shown with offset

Syntax

Visual Basic (Declaration)  
<RefreshPropertiesAttribute()>
<CategoryAttribute("Appearance")>
<BindableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("True if labels are shown with offset. Only font angles 0, 90 and -90 can be used if this property is set.")>
<PersistenceModeAttribute()>
Public Property OffsetLabels As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Label
Dim value As Boolean
 
instance.OffsetLabels = value
 
value = instance.OffsetLabels
C#  
[RefreshPropertiesAttribute()]
[CategoryAttribute("Appearance")]
[BindableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("True if labels are shown with offset. Only font angles 0, 90 and -90 can be used if this property is set.")]
[PersistenceModeAttribute()]
public bool OffsetLabels {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