Use the members of this enumeration to set the value of the Layout property in the Chart3DData class.

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

Syntax

C#
public enum DataLayoutEnum
Visual Basic
Public Enumeration DataLayoutEnum

Members

Member nameValueDescription
PointData0 Point data
GridData1 Regular grid data
IrGridData2 Irregular grid data

See Also