Aspose::Cells::Charts::ChartFrame::SetHeight method
ChartFrame::SetHeight method
Gets or sets the height of frame in units of 1/4000 of the chart area.
void Aspose::Cells::Charts::ChartFrame::SetHeight(int32_t value)
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++