Aspose::Cells::Charts::ChartFrame::GetY method

ChartFrame::GetY method

Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area.

int32_t Aspose::Cells::Charts::ChartFrame::GetY()

Remarks

How to convert units of 1/4000 to pixels? Y In Pixels = Y * Chart.ChartObject.Height / 4000;

See Also