GrapeCity.Xaml.Excel
DropLine Property (ExcelArea3DChart)


GrapeCity.Excel.Chart Namespace > ExcelArea3DChart Class : DropLine Property
specifies drop lines.
Syntax
'Declaration
 
Public Property DropLine As ExcelChartLines
'Usage
 
Dim instance As ExcelArea3DChart
Dim value As ExcelChartLines
 
instance.DropLine = value
 
value = instance.DropLine
public ExcelChartLines DropLine {get; set;}
See Also

Reference

ExcelArea3DChart Class
ExcelArea3DChart Members