Constructor Summary |
---|
Method Summary | ||
---|---|---|
function | getAxisTitleName() | |
Gets the name of Title for Axis.
|
||
function | getAxisUnitName(type) | |
Gets the Name of Axis Unit.
|
||
function | getChartTitleName() | |
Gets the name of Chart Title.
|
||
function | getLegendDecreaseName() | |
Gets the name of Decrease for Legend.
|
||
function | getLegendIncreaseName() | |
Gets the name of increase for Legend.
|
||
function | getLegendTotalName() | |
Gets the name of Total for Legend.
|
||
function | getOtherName() | |
Gets the name of "Other" labels for Chart.
|
||
function | getSeriesName() | |
Gets the name of Series in the Chart.
|
||
function | setAxisTitleName(name) | |
Sets the name of Title for Axis.
|
||
function | setAxisUnitName(type, name) | |
Sets the Name of Axis Unit.
|
||
function | setChartTitleName(name) | |
Sets the name of Chart Title.
|
||
function | setLegendDecreaseName(name) | |
Sets the name of Decrease for Legend.
|
||
function | setLegendIncreaseName(name) | |
Sets the name of increase for Legend.
|
||
function | setLegendTotalName(name) | |
Sets the name of Total for Legend.
|
||
function | setOtherName(name) | |
Sets the name of "Other" labels for Chart.
|
||
function | setSeriesName(name) | |
Sets the name of Series in the Chart.
|
function getSeriesName()
function setSeriesName(name)
name: String
- local dependent namefunction getChartTitleName()
function setChartTitleName(name)
name: String
- local dependent namefunction getLegendIncreaseName()
function setLegendIncreaseName(name)
name: String
- local dependent namefunction getLegendDecreaseName()
function setLegendDecreaseName(name)
name: String
- local dependent namefunction getLegendTotalName()
function setLegendTotalName(name)
name: String
- local dependent namefunction getAxisTitleName()
function setAxisTitleName(name)
name: String
- local dependent namefunction getOtherName()
function setOtherName(name)
name: String
- local dependent namefunction getAxisUnitName(type)
function setAxisUnitName(type, name)
name: String
- local dependent nametype
- A DisplayUnitType value.