new SuperMap.ThemeGraphAxes(options)
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
The parameters.
|
Members
-
axesColorSuperMap.ServerColor
-
Axes color. It is valid when axesDisplayed=true.
- Default Value: (0, 0, 0)
axesDisplayedboolean
Whether to display the axes.
Those properties are not suit for pie graph and ring graph, because they have no axes. Only if this property is true, other properties can be active.
axesGridDisplayedboolean
Whether to show the grid in graph's axes.
axesTextDisplayedboolean
Whether to show the text label in graph's axes.
axesTextStyleSuperMap.ServerTextStyle
The minimum and maximum size of the statistical symbol. It is valid when axesTextDisplayed = true.
Methods
-
SuperMap.ThemeGraphAxes.fromObj(obj){SuperMap.ThemeGraphAxes}
ThemeGraphAxes.js, line 78 -
Obtaining the coordinate axis style class of the statistical thematic map from the incoming object.
Name Type Description obj
Object the incoming object.
Returns:
Type Description SuperMap.ThemeGraphAxes ThemeGraphAxes object. -
destroy()
ThemeGraphAxes.js, line 59 -
Disposes the resource. The property that references resource is set to null.