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


Label callout line style.

Syntax

Visual Basic (Declaration)  
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
<BindableAttribute(True)>
<PersistenceModeAttribute()>
<DescriptionAttribute("Label callout line style.")>
Public Overridable Property CalloutLineStyle As ChartDashStyle
Visual Basic (Usage) Copy Code
Dim instance As SmartLabelsStyle
Dim value As ChartDashStyle
 
instance.CalloutLineStyle = value
 
value = instance.CalloutLineStyle
C#  
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[BindableAttribute(true)]
[PersistenceModeAttribute()]
[DescriptionAttribute("Label callout line style.")]
public virtual ChartDashStyle CalloutLineStyle {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