Use the members of this enumeration to set the value of the PreviewMethod property in the Chart3DView class.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public enum PreviewMethodEnum
Visual Basic
Public Enumeration PreviewMethodEnum

Members

Member nameValueDescription
PreviewAxes0 During rotating, scaling, or zooming action only the axes of the chart will be redrawn.
PreviewFull1 During rotating, scaling, or zooming action the entire chart will be redrawn.

See Also