ExcelChartWorksheetSeriesByRows 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: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool SeriesByRows { get; set; }
Public Property SeriesByRows As Boolean
Get
Set
public:
property bool SeriesByRows {
bool get ();
void set (bool value);
}
member SeriesByRows : bool with get, set
Property Value
Boolean