Dundas Chart for Windows Forms
BackColor Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > AxisScrollBar Class : BackColor Property


Gets or sets the background color of a scrollbar.


Data view scroll bar back color.

Syntax

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

Return Value

A Drawing.Color value that determines the background color of the scrollbar. Defaults to Color.Empty.

Remarks

This property can be set to any valid ARGB color.

If this property is Empty the background color of the scrollbar will be determined by the BackColor property value of the chart area the scrollbar is being used for.

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

© 2009 All Rights Reserved.