GrapeCity.Xaml.Excel
PlotVisibleOnly Property (IExcelChart)


GrapeCity.Excel.Chart Namespace > IExcelChart Interface : PlotVisibleOnly Property
Specifies that only visible cells shall be plotted on the chart
Syntax
'Declaration
 
Property PlotVisibleOnly As Boolean
'Usage
 
Dim instance As IExcelChart
Dim value As Boolean
 
instance.PlotVisibleOnly = value
 
value = instance.PlotVisibleOnly
bool PlotVisibleOnly {get; set;}
Remarks
The default value is true
See Also

Reference

IExcelChart Interface
IExcelChart Members