Aspose::Cells::Charts::ChartFrame::GetHeight method
ChartFrame::GetHeight method
Gets or sets the height of frame in units of 1/4000 of the chart area.
int32_t Aspose::Cells::Charts::ChartFrame::GetHeight()
Remarks
How to convert units of 1/4000 to pixels? Height In Pixels = Y * Chart.ChartObject.Height / 4000;
See Also
- Class Vector
- Class ChartFrame
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++