get_on_category_axis_point_y_px method

get_on_category_axis_point_y_px

Gets y-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart.

def get_on_category_axis_point_y_px(self, index):
    ...
ParameterTypeDescription
indexint

Remarks

Area 2D chart: index is 0. Area 3D chart: index is 0 or 1.

See Also