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


Data point label border style

Syntax

Visual Basic (Declaration)  
<BindableAttribute(True)>
<CategoryAttribute("Label Appearance")>
<PersistenceModeAttribute()>
<DescriptionAttribute("Data point label border style")>
<DefaultValueAttribute()>
Public Property LabelBorderStyle As ChartDashStyle
Visual Basic (Usage) Copy Code
Dim instance As DataPointAttributes
Dim value As ChartDashStyle
 
instance.LabelBorderStyle = value
 
value = instance.LabelBorderStyle
C#  
[BindableAttribute(true)]
[CategoryAttribute("Label Appearance")]
[PersistenceModeAttribute()]
[DescriptionAttribute("Data point label border style")]
[DefaultValueAttribute()]
public ChartDashStyle LabelBorderStyle {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