reporting: series: tableRowColor add missing check

time-shift
Houtan Bastani 2013-09-26 14:48:59 +02:00
parent a9eb95ff2a
commit 34b3b94c5f
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');