GrapeCity.Xaml.Excel
ScatterChart Property (ExcelChart)


GrapeCity.Excel.Chart Namespace > ExcelChart Class : ScatterChart Property
Specifies there is a scatter chart.
Syntax
'Declaration
 
Public Property ScatterChart As IExcelScatterChart
'Usage
 
Dim instance As ExcelChart
Dim value As IExcelScatterChart
 
instance.ScatterChart = value
 
value = instance.ScatterChart
public IExcelScatterChart ScatterChart {get; set;}
See Also

Reference

ExcelChart Class
ExcelChart Members