GrapeCity.Xaml.Excel
Bar3DChart Property (IExcelChart)


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

Reference

IExcelChart Interface
IExcelChart Members