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