get_on_category_axis_point_count method

get_on_category_axis_point_count

Gets the number of the points on category axis after calls Chart.Calculate() method. Only applies to area chart.

def get_on_category_axis_point_count(self):
    ...

Remarks

Area 2D chart return 1 Area 3D chart return 2.

See Also