WallsGetCubePointXPx Method |
Gets x-coordinate of the apex point of walls cube after calls Chart.Calculate() method.
The number of apex points of walls cube is eight
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic float GetCubePointXPx(
int index
)
Public Function GetCubePointXPx (
index As Integer
) As Single
public:
float GetCubePointXPx(
int index
)
member GetCubePointXPx :
index : int -> float32
Parameters
- index
- Type: SystemInt32
Return Value
Type:
Single
See Also