Aspose::Cells::Charts::ChartFrame::GetXRatioToChart method
ChartFrame::GetXRatioToChart method
Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area.
double Aspose::Cells::Charts::ChartFrame::GetXRatioToChart()
Remarks
This is a fraction value, its valid range is between 0-1. How to convert units of ratio to pixels? XPixel = XRatioToChart * Chart.ChartObject.Width;
See Also
- Class Vector
- Class ChartFrame
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++