Gets the chart area in the worksheet
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic 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