Chart.ChartArea Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a ChartArea object that represents the complete chart area for the chart. Read-only.
public:
property Microsoft::Office::Interop::Word::ChartArea ^ ChartArea { Microsoft::Office::Interop::Word::ChartArea ^ get(); };
public Microsoft.Office.Interop.Word.ChartArea ChartArea { get; }
member this.ChartArea : Microsoft.Office.Interop.Word.ChartArea
Public ReadOnly Property ChartArea As ChartArea