Aspose::Cells::Charts::ChartFrame::SetYRatioToChart method
ChartFrame::SetYRatioToChart method
Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area.
void Aspose::Cells::Charts::ChartFrame::SetYRatioToChart(double value)
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
- Class Vector
- Class ChartFrame
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++