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