Aspose::Cells::Charts::ChartFrame::SetY method

ChartFrame::SetY method

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

void Aspose::Cells::Charts::ChartFrame::SetY(int32_t value)

Remarks

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

See Also