Aspose::Cells::Charts::ChartFrame::SetX method

ChartFrame::SetX method

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

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

Remarks

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

See Also