The Chart3DPointSeries type exposes the following members.

Constructors

  Name Description
Public method Chart3DPointSeries
Initializes a new instance of the Chart3DPointSeries class.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current Chart3DPointSeries.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Connected
Gets or sets whether the series points are connected with lines.
Public property Count
Gets the number of points in series.
Public property Item
Gets or sets data point by specified index.
Public property Label
Gets or sets the text label of series.
Public property Points
Gets or sets the array of points in the series.
Public property Style
Gets the style of point drawing.
Public property StyleIndex
Public property Visible
Gets or sets visibility of series.

See Also