reporting: series: tableRowColor add missing check

remove-priordens
Houtan Bastani 2013-09-26 14:48:59 +02:00
parent 5fd2a4755c
commit 07fc0307ab
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ end
assert(ischar(o.tableNegColor), '@series.write: tableNegColor must be a string');
assert(ischar(o.tablePosColor), '@series.write: tablePosColor must be a string');
assert(ischar(o.tableRowColor), '@series.write: tableRowColor must be a string');
assert(islogical(o.tableShowMarkers), '@series.write: tableShowMarkers must be true or false');
assert(islogical(o.tableAlignRight), '@series.write: tableAlignRight must be true or false');
assert(isfloat(o.tableMarkerLimit), '@series,write: tableMarkerLimit must be a float');