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


Enterprise Edition Only Feature. Gets or sets a value that determines the fill color of the box around the point label text when the CalloutStyle is LabelCalloutStyle.Box.
Label callout back color. Applies to the Box style only!

Syntax

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

Return Value

A Color structure. The default value is Color.Transparent.

Remarks

This property get or sets a Color value that sets the fill color of box around the point label text when the CalloutStyle is LabelCalloutStyle.Box. There will be no visible effect unless the CalloutStyle is set as LabelCalloutStyle.Box.

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.