Aspose::Cells::Charts::ChartFrame::SetHeightRatioToChart method

ChartFrame::SetHeightRatioToChart method

Gets or sets the height of frame in units of ratio of the chart area.

void Aspose::Cells::Charts::ChartFrame::SetHeightRatioToChart(double value)

Remarks

This is a fraction value, its valid range is between 0-1. How to convert units of ratio to pixels? HeightPixel = HeightRatioToChart * Chart.ChartObject.Height;

See Also