GrapeCity.Xaml.Excel
PlotAreaLayout Property (ExcelChart)


GrapeCity.Excel.Chart Namespace > ExcelChart Class : PlotAreaLayout Property
Represents the layout of the plot area
Syntax
'Declaration
 
Public Property PlotAreaLayout As Layout
'Usage
 
Dim instance As ExcelChart
Dim value As Layout
 
instance.PlotAreaLayout = value
 
value = instance.PlotAreaLayout
public Layout PlotAreaLayout {get; set;}
See Also

Reference

ExcelChart Class
ExcelChart Members