Sets the width of the pen line for 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 SetWidth(
	int width
)
Visual Basic (Declaration)
Public Overridable Sub SetWidth ( _
	width As Integer _
)
Visual C++
public:
virtual void SetWidth(
	int width
)

Parameters

width
Type: System..::.Int32
Positive integer that specifies the width.

Implements

IChartObject..::.SetWidth(Int32)

See Also