Aspose::Cells::Charts::ChartFrame::GetWidth method

ChartFrame::GetWidth method

Gets or sets the width of frame in units of 1/4000 of the chart area.

int32_t Aspose::Cells::Charts::ChartFrame::GetWidth()

Remarks

How to convert units of 1/4000 to pixels? Width In Pixels = Width * Chart.ChartObject.Height / 4000;

See Also