GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / PlotArea Property


In This Topic
PlotArea Property (IChart)
In This Topic
Gets an IPlotArea object that represents the plot area of a chart.
Syntax
'Declaration
 
ReadOnly Property PlotArea As IPlotArea
 
'Usage
 
Dim instance As IChart
Dim value As IPlotArea
 
value = instance.PlotArea
Remarks
This function works with Spread WPF only.
See Also