Winnovative Excel Library

ExcelChartSeriesByRows Property

Winnovative Excel Library Documentation
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:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public bool SeriesByRows { get; set; }

Property Value

Type: Boolean
See Also

Reference