Aspose::Cells::Charts::ChartPoint::GetOnCategoryAxisPointYPx method

ChartPoint::GetOnCategoryAxisPointYPx method

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

float Aspose::Cells::Charts::ChartPoint::GetOnCategoryAxisPointYPx(int32_t index)

Remarks

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

See Also