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


Data view scroll bar buttons color.

Syntax

Visual Basic (Declaration)  
<DefaultValueAttribute()>
<CategoryAttribute("AxisView")>
<BindableAttribute(True)>
<DescriptionAttribute("The color of the axis scroll bar buttons.")>
Public Property ButtonColor As Color
Visual Basic (Usage) Copy Code
Dim instance As AxisScrollBar
Dim value As Color
 
instance.ButtonColor = value
 
value = instance.ButtonColor
C#  
[DefaultValueAttribute()]
[CategoryAttribute("AxisView")]
[BindableAttribute(true)]
[DescriptionAttribute("The color of the axis scroll bar buttons.")]
public Color ButtonColor {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