Sets the background color behind the bar for the specified start and end bars inclusively.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public void SetBarBackgroundColor(
	BarData barStart,
	BarData barEnd,
	Color barColor
)
Visual Basic (Declaration)
Public Sub SetBarBackgroundColor ( _
	barStart As BarData, _
	barEnd As BarData, _
	barColor As Color _
)
Visual C++
public:
void SetBarBackgroundColor(
	BarData^ barStart, 
	BarData^ barEnd, 
	Color barColor
)

Parameters

barStart
Type: RightEdge.Common..::.BarData
BarData instance to start at.
barEnd
Type: RightEdge.Common..::.BarData
BarData instance to end at.
barColor
Type: System.Drawing..::.Color
Color to draw the bar.

See Also