ChartPointGetOnCategoryAxisPointCount Method |
Gets the number of the points on category axis after calls Chart.Calculate() method. Only applies to area chart.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic int GetOnCategoryAxisPointCount()
Public Function GetOnCategoryAxisPointCount As Integer
public:
int GetOnCategoryAxisPointCount()
member GetOnCategoryAxisPointCount : unit -> int
Return Value
Type:
Int32
Remarks
Area 2D chart return 1
Area 3D chart return 2.
See Also