GrapeCity.Xaml.Excel
LineSeries Property (IExcelStockChart)


GrapeCity.Excel.Chart Namespace > IExcelStockChart Interface : LineSeries Property
Specifies the series collection on the line chart.
Syntax
'Declaration
 
Property LineSeries As List(Of IExcelLineSeries)
'Usage
 
Dim instance As IExcelStockChart
Dim value As List(Of IExcelLineSeries)
 
instance.LineSeries = value
 
value = instance.LineSeries
List<IExcelLineSeries> LineSeries {get; set;}
See Also

Reference

IExcelStockChart Interface
IExcelStockChart Members