Aspose::Cells::Charts::ChartArea::GetHeight method

ChartArea::GetHeight method

Gets or sets the vertical offset from its lower right corner row, in units of 1/4000 of the chart area.

Deprecated

Use ChartArea.HeightRatioToChart property, instead.

int32_t Aspose::Cells::Charts::ChartArea::GetHeight()

Remarks

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

See Also