ChartSheet
ChartArea Property
|
Returns an object that represents the complete chart area for the chart.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartArea ChartArea { get; }
Public ReadOnly Property ChartArea As ChartArea
Get
public:
property ChartArea^ ChartArea {
ChartArea^ get ();
}
member ChartArea : ChartArea with get
Property Value
Type:
ChartArea
See Also