Aspose::Cells::Charts::ChartFrame::GetYRatioToChart method

ChartFrame::GetYRatioToChart method

Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area.

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

Remarks

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

See Also