| ExcelChartSeriesByRows Property  | 
 
            Gets or sets a flag indicating if the chart series are created from the data source range rows or columns.
            The data source range can be specified when the chart is added to the worksheet. 
            When this flag is true the series are created from rows otherwise from columns.
            
 
    Namespace: 
   ExpertXls.ExcelLib
    Assembly:
   expertxls (in expertxls.dll) Version: 7.0.0
 Syntax
Syntaxpublic bool SeriesByRows { get; set; }Public Property SeriesByRows As Boolean
	Get
	Set
Property Value
Type: 
Boolean See Also
See Also