Aspose::Cells::Charts::ChartFrame::GetX method

ChartFrame::GetX method

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

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

Remarks

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

See Also