Aspose::Cells::Charts::ChartArea::SetY method

ChartArea::SetY method

Gets or gets the vertical offset from its upper left corner row, in units of 1/4000 of the chart area.

Deprecated

Use ChartArea.YRatioToChart property, instead.

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

Remarks

NOTE: This member is now obsolete. Please use ChartArea.YRatioToChart property, instead. Y = YRatioToChart * 4000; This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced.

See Also