Use the members of this enumeration to set the value of the PreviewMethod
property in the Chart3DView class.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
public enum PreviewMethodEnum |
| Visual Basic |
|---|
Public Enumeration PreviewMethodEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| PreviewAxes | 0 | During rotating, scaling, or zooming action only the axes of the chart will be redrawn. | |
| PreviewFull | 1 | During rotating, scaling, or zooming action the entire chart will be redrawn. |