GrapeCity.Xaml.Excel
DropLine Property (ExcelLine3DChart)


GrapeCity.Excel.Chart Namespace > ExcelLine3DChart Class : DropLine Property
Specifies the dropLine format.
Syntax
'Declaration
 
Public Property DropLine As ExcelChartLines
'Usage
 
Dim instance As ExcelLine3DChart
Dim value As ExcelChartLines
 
instance.DropLine = value
 
value = instance.DropLine
public ExcelChartLines DropLine {get; set;}
See Also

Reference

ExcelLine3DChart Class
ExcelLine3DChart Members