XlsChartShape
ChartArea Property
|
Returns an object that represents the complete chart area for the chart. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IChartFrameFormat ChartArea { get; }
Public ReadOnly Property ChartArea As IChartFrameFormat
Get
public:
virtual property IChartFrameFormat^ ChartArea {
IChartFrameFormat^ get () sealed;
}
abstract ChartArea : IChartFrameFormat with get
override ChartArea : IChartFrameFormat with get
Property Value
Type:
IChartFrameFormat
Implements
IChart
ChartArea
See Also