Represents point data layout.

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

Syntax

C#
[DefaultMemberAttribute("Item")]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Chart3DDataSetPoint : Chart3DDataSet
Visual Basic
<DefaultMemberAttribute("Item")> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Chart3DDataSetPoint _
	Inherits Chart3DDataSet

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart3D..::..Chart3DDataSet
    C1.Win.C1Chart3D..::..Chart3DDataSetPoint

See Also