GrapeCity.Xaml.Excel
BarChart Property (IExcelChart)


GrapeCity.Excel.Chart Namespace > IExcelChart Interface : BarChart Property
Specifies there is a Bar or column series on the chart.
Syntax
'Declaration
 
Property BarChart As IExcelBarChart
'Usage
 
Dim instance As IExcelChart
Dim value As IExcelBarChart
 
instance.BarChart = value
 
value = instance.BarChart
IExcelBarChart BarChart {get; set;}
See Also

Reference

IExcelChart Interface
IExcelChart Members