GrapeCity.Xaml.Excel
SeriesLines Property (IExcelBarChart)


GrapeCity.Excel.Chart Namespace > IExcelBarChart Interface : SeriesLines Property
Specifies series lines for the chart
Syntax
'Declaration
 
Property SeriesLines As ExcelChartLines
'Usage
 
Dim instance As IExcelBarChart
Dim value As ExcelChartLines
 
instance.SeriesLines = value
 
value = instance.SeriesLines
ExcelChartLines SeriesLines {get; set;}
See Also

Reference

IExcelBarChart Interface
IExcelBarChart Members