Skip to content
Snippets Groups Projects
Verified Commit ef345742 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix typo in comment

parent b8e3c5fe
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ classdef report_table < handle ...@@ -37,7 +37,7 @@ classdef report_table < handle
showVlines = false % showVlines = false %
vlineAfter = '' % Show a vertical line after the specified date (or dates if a cell array of dates is passed). Default: empty. vlineAfter = '' % Show a vertical line after the specified date (or dates if a cell array of dates is passed). Default: empty.
vlineAfterEndOfPeriod = false % Show a vertical line after the end of every period (i.e. after every year, after the fourth quarter, etc.). Default: false. vlineAfterEndOfPeriod = false % Show a vertical line after the end of every period (i.e. after every year, after the fourth quarter, etc.). Default: false.
data = '' % The dseries that provides the data for the graph. Default: none. data = '' % The dseries that provides the data for the table. Default: none.
seriesToUse = '' % The names of the series contained in the dseries provided to the data option. If empty, use all series provided to data option. Default: empty. seriesToUse = '' % The names of the series contained in the dseries provided to the data option. If empty, use all series provided to data option. Default: empty.
range = {} % The date range of the data to be displayed. Default: all. range = {} % The date range of the data to be displayed. Default: all.
precision = 1 % The number of decimal places to report in the table data (rounding done via the round half away from zero method). Default: 1. precision = 1 % The number of decimal places to report in the table data (rounding done via the round half away from zero method). Default: 1.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment