Represents one series of data for point data layout (Chart3DDataSetPoint class).

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart3D..::..Chart3DPointSeries

See Also