[]
        
(Showing Draft Content)

C1.Android.Chart._Point

_Point Class

Represents point.

Inheritance
_Point
Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public sealed class _Point : ValueType

Constructors

Name Description
_Point(double, double)

Creates an instance of _Point.

Fields

Name Description
X

X-coordinate.

Y

Y-coordinate.

Methods

Name Description
Clone()

Clones the specified point.

ToString()

Output X, Y as string.