GrapeCity.Xaml.Excel
PlotVisibleOnly Property (ExcelChart)


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

Reference

ExcelChart Class
ExcelChart Members