SpreadsheetGear 2017
SeriesLines Property (IChartGroup)






SpreadsheetGear.Charts Namespace > IChartGroup Interface : SeriesLines Property
Returns an instance of ISeriesLines which represents the series lines on a stacked bar or pie of pie chart, or null if HasSeriesLines is false.
Syntax
'Declaration
 
ReadOnly Property SeriesLines As ISeriesLines
'Usage
 
Dim instance As IChartGroup
Dim value As ISeriesLines
 
value = instance.SeriesLines
ISeriesLines SeriesLines {get;}
read-only property SeriesLines: ISeriesLines; 
function get SeriesLines : ISeriesLines
__property ISeriesLines* get_SeriesLines();
property ISeriesLines^ SeriesLines {
   ISeriesLines^ get();
}
Remarks
The HasSeriesLines property must be set to true to access an instance of ISeriesLines.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IChartGroup Interface
IChartGroup Members
HasSeriesLines Property