Dundas Chart for ASP.NET
CalloutStyle Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > SmartLabelsStyle Class : CalloutStyle Property


Enterprise Edition Only Feature. Gets or sets the style to use when drawing the callout lines.
Callout style of the repositioned SmartLabels.

Syntax

Visual Basic (Declaration)  
Public Overridable Property CalloutStyle As LabelCalloutStyle
Visual Basic (Usage) Copy Code
Dim instance As SmartLabelsStyle
Dim value As LabelCalloutStyle
 
instance.CalloutStyle = value
 
value = instance.CalloutStyle
C#  
public virtual LabelCalloutStyle CalloutStyle {get; set;}

Return Value

A value of type LabelCalloutStyle enumeration that represents the style to use when drawing the callout lines. The default value is LabelCalloutStyle.Underline.

Remarks

This property represents the style to use when drawing the callout lines. Possible values are:

Member Name

Description

None

Label callout line will terminate without any added style.

Underline

Label callout line will terminate with horizontal line beneath the label text.

Box

Label callout line will terminate to box around the label text.


NOTE: SmartLabels only work when the Label angle property is set to zero.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.