ChartFrame.X
ChartFrame.X property
Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area.
public virtual int X { get; set; }
Remarks
How to convert units of 1/4000 to pixels? X In Pixels = X * Chart.ChartObject.Width / 4000;
See Also
- class ChartFrame
- namespace Aspose.Cells.Charts
- assembly Aspose.Cells