GrapeCity.Xaml.Excel
PlotAreaFormat Property (ExcelChart)


GrapeCity.Excel.Chart Namespace > ExcelChart Class : PlotAreaFormat Property
Represents the format settings for the plot area.
Syntax
'Declaration
 
Public Property PlotAreaFormat As IExcelChartFormat
'Usage
 
Dim instance As ExcelChart
Dim value As IExcelChartFormat
 
instance.PlotAreaFormat = value
 
value = instance.PlotAreaFormat
public IExcelChartFormat PlotAreaFormat {get; set;}
See Also

Reference

ExcelChart Class
ExcelChart Members