The method used to draw a chart object.

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

Syntax

C#
public enum ChartObjectSmoothingMode
Visual Basic (Declaration)
Public Enumeration ChartObjectSmoothingMode
Visual C++
public enum class ChartObjectSmoothingMode

Members

Member nameDescription
Default
Draw object using the default drawing method.
AntiAlias
Draw object anti-aliased. This allows for smoother, but slower drawing.

See Also