Retrieves the color value 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 Color GetColor()
Visual Basic (Declaration)
Public Overridable Function GetColor As Color
Visual C++
public:
virtual Color GetColor()

Return Value

Color containing the color value.

Implements

IChartObject..::.GetColor()()()

See Also