Retrieves the smoothing mode 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 ChartObjectSmoothingMode GetSmoothingMode()
Visual Basic (Declaration)
Public Overridable Function GetSmoothingMode As ChartObjectSmoothingMode
Visual C++
public:
virtual ChartObjectSmoothingMode GetSmoothingMode()

Return Value

ChartObjectSmoothingMode enum setting for this object.

Implements

IChartObject..::.GetSmoothingMode()()()

See Also