GrapeCity.Xaml.Excel
DataTable Property (ExcelChart)


GrapeCity.Excel.Chart Namespace > ExcelChart Class : DataTable Property
Represents chart table settings
Syntax
'Declaration
 
Public Property DataTable As IExcelChartDataTable
'Usage
 
Dim instance As ExcelChart
Dim value As IExcelChartDataTable
 
instance.DataTable = value
 
value = instance.DataTable
public IExcelChartDataTable DataTable {get; set;}
See Also

Reference

ExcelChart Class
ExcelChart Members