ChartGlobalizationSettings
Contents
[
Hide
]Inheritance: java.lang.Object
public class ChartGlobalizationSettings
Represents the globalization settings for chart.
Constructors
Constructor | Description |
---|---|
ChartGlobalizationSettings() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAxisTitleName() | Gets the name of Title for Axis. |
getAxisUnitName(int type) | Gets the Name of Axis Unit. |
getChartTitleName() | Gets the name of Chart Title. |
getClass() | |
getLegendDecreaseName() | Gets the name of Decrease for Legend. |
getLegendIncreaseName() | Gets the name of increase for Legend. |
getLegendTotalName() | Gets the name of Total for Legend. |
getOtherName() | Gets the name of “Other” labels for Chart. |
getSeriesName() | Gets the name of Series in the Chart. |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ChartGlobalizationSettings()
public ChartGlobalizationSettings()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAxisTitleName()
public String getAxisTitleName()
Gets the name of Title for Axis.
Returns: java.lang.String -
getAxisUnitName(int type)
public String getAxisUnitName(int type)
Gets the Name of Axis Unit.
Parameters:
Parameter | Type | Description |
---|---|---|
type | int |
Returns: java.lang.String -
getChartTitleName()
public String getChartTitleName()
Gets the name of Chart Title.
Returns: java.lang.String -
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLegendDecreaseName()
public String getLegendDecreaseName()
Gets the name of Decrease for Legend.
Returns: java.lang.String -
getLegendIncreaseName()
public String getLegendIncreaseName()
Gets the name of increase for Legend.
Returns: java.lang.String -
getLegendTotalName()
public String getLegendTotalName()
Gets the name of Total for Legend.
Returns: java.lang.String -
getOtherName()
public String getOtherName()
Gets the name of “Other” labels for Chart.
Returns: java.lang.String -
getSeriesName()
public String getSeriesName()
Gets the name of Series in the Chart.
Returns: java.lang.String -
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |