Aspose::Cells::Charts::ChartFrame::GetHeightRatioToChart method

ChartFrame::GetHeightRatioToChart method

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

double Aspose::Cells::Charts::ChartFrame::GetHeightRatioToChart()

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