Sets the alpha or transparency 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 SetAlpha(
	byte alpha
)
Visual Basic (Declaration)
Public Overridable Sub SetAlpha ( _
	alpha As Byte _
)
Visual C++
public:
virtual void SetAlpha(
	unsigned char alpha
)

Parameters

alpha
Type: System..::.Byte
Alpha channel value, 0=transparent, 255=completely filled.

Implements

IChartObject..::.SetAlpha(Byte)

See Also