[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart3DPoint

Chart3DPoint Class

Represents the point in 3D space.

Inheritance
Chart3DPoint
Implements
IC1Serializable
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class Chart3DPoint : ChartObject, INotifyPropertyChanged, IC1Serializable

Constructors

Name Description
Chart3DPoint()

Properties

Name Description
X

Gets or sets X-coordinate of the point.

Y

Gets or sets Y-coordinate of the point.

Z

Gets or sets Z-coordinate of the point.

Methods

Name Description
AssignFrom(ChartObject)

For internal use only. Assigns (copies) properties from another ChartObject to the current object.

ToString()

Gets the string represents the point.