The method used to draw a chart object.
Namespace:
RightEdge.CommonAssembly: 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 name | Description | |
|---|---|---|
| Default |
Draw object using the default drawing method.
| |
| AntiAlias |
Draw object anti-aliased. This allows for smoother, but slower drawing.
|