Aspose::Cells::Charts::ChartFrame::SetXRatioToChart method
ChartFrame::SetXRatioToChart method
Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area.
void Aspose::Cells::Charts::ChartFrame::SetXRatioToChart(double value)
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++