Aspose::Cells::Charts::PlotArea::SetInnerYRatioToChart method
PlotArea::SetInnerYRatioToChart method
Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area.
void Aspose::Cells::Charts::PlotArea::SetInnerYRatioToChart(double value)
Remarks
The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and InnerHeightRatioToChart properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
InnerY in Pixel = InnerYRatioToChart * chart.ChartObject.Width.
See Also
- Class Vector
- Class PlotArea
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++