Class: ThemeGraphAxes

SuperMap.ThemeGraphAxes

The ThemeGraphAxes class.

new SuperMap.ThemeGraphAxes(options)

ThemeGraphAxes.js, line 6
Name Type Description
options Object

The parameters.

Name Type Default Description
axesColor SuperMap.ServerColor (0, 0, 0) optional

Axes color.

axesDisplayed boolean false optional

Whether to display the axes.

axesGridDisplayed boolean false optional

Whether to show the grid in graph's axes.

axesTextDisplayed boolean false optional

Whether to show the text label in graph's axes.

axesTextStyle SuperMap.ServerTextStyle optional

The minimum and maximum size of the statistical symbol.

Members

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.

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.