Class PlotArea
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
Encapsulates the object that represents the plot area in a chart.
public class PlotArea : ChartFrame
Inheritance
object ← ChartFrame ← PlotArea
Inherited Members
ChartFrame.m_IsAutoXPos, ChartFrame.m_IsAutoYPos, ChartFrame.m_IsOffsetPosBeSet, ChartFrame.m_fontIndex, ChartFrame.m_AutoScaleFont, ChartFrame.m_BackgroundMode, ChartFrame.m_isAutoSize, ChartFrame.SetPositionAuto(), ChartFrame.IsInnerMode, ChartFrame.Border, ChartFrame.Area, ChartFrame.TextOptions, ChartFrame.Font, ChartFrame.AutoScaleFont, ChartFrame.BackgroundMode, ChartFrame.IsAutomaticSize, ChartFrame.X, ChartFrame.Y, ChartFrame.Height, ChartFrame.Width, ChartFrame.Shadow, ChartFrame.ShapeProperties, ChartFrame.IsDefaultPosBeSet, ChartFrame.DefaultX, ChartFrame.DefaultY, ChartFrame.DefaultWidth, ChartFrame.DefaultHeight, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Height
Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area.
public override int Height { get; set; }
Property 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 X, Y, Width and Height 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 InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
InnerHeight
Gets or sets the height of plot area in units of 1/4000 of the chart area.
public int InnerHeight { get; set; }
Property 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 X, Y, Width and Height 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 InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
InnerWidth
Gets or sets the width of plot area in units of 1/4000 of the chart area.
public int InnerWidth { get; set; }
Property 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 X, Y, Width and Height 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 InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
InnerX
Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
public int InnerX { get; set; }
Property 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 X, Y, Width and Height 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 InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
InnerY
Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
public int InnerY { get; set; }
Property 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 X, Y, Width and Height 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 InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
IsAutomaticSize
Indicates whether the plot area is automatic sized.
public override bool IsAutomaticSize { get; set; }
Property Value
Width
Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area.
public override int Width { get; set; }
Property 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 X, Y, Width and Height 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 InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
X
Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of 1/4000 of the chart area.
public override int X { get; set; }
Property 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 X, Y, Width and Height 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 InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
Y
Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of 1/4000 of the chart area.
public override int Y { get; set; }
Property 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 X, Y, Width and Height 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 InnerX, InnerY, InnerWidth and InnerHeight properties.
For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
Methods
SetPositionAuto()
Set position of the plot area to automatic
public override void SetPositionAuto()