Sets the color of the pen to draw this object.

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

Syntax

C#
public virtual void SetColor(
	Color color
)
Visual Basic (Declaration)
Public Overridable Sub SetColor ( _
	color As Color _
)
Visual C++
public:
virtual void SetColor(
	Color color
)

Parameters

color
Type: System.Drawing..::.Color
Specifies the color.

Implements

IChartObject..::.SetColor(Color)

See Also