GrapeCity.Xaml.Excel
LineSeries Property (ExcelStockChart)


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

Reference

ExcelStockChart Class
ExcelStockChart Members