{description}
{excerpt}Returns a [ChartRegion|ChartRegion] object, representing the chart area in the worksheet. The chart area is the entire area within the worksheet assigned to the chart.{excerpt}
{signature:C#}
 public ChartRegion ChartArea{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property ChartArea() As ChartRegion
{signature}
{scrollbar}