ig.excel.GeographicMapSettings
Exposes properties which control the appearance and behavior
of a geographic map chart.
Remarks
This class is immutable.
This class is only used by RegionMap charts.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
ig.excel.GeographicMapSettings
Constructor- new $.ig.excel.GeographicMapSettings( cultureLanguage:string, cultureRegion:string, attribution:string, [projection:ig.excel.GeographicMapProjection], [area:ig.excel.GeographicMappingArea], [labels:ig.excel.GeographicMapLabels], [colors:ig.excel.GeographicMapColors] );
Creates a new GeographicMapSettings instance.
- cultureLanguage
- Type:string
- The value of the GeographicMapSettings.cultureLanguage property.
- cultureRegion
- Type:string
- The value of the GeographicMapSettings.cultureRegion property.
- attribution
- Type:string
- The value of the GeographicMapSettings.attribution property.
- projection
- Type:ig.excel.GeographicMapProjection
- Optional
- The value of the GeographicMapSettings.projection property.
- area
- Type:ig.excel.GeographicMappingArea
- Optional
- The value of the GeographicMapSettings.area property.
- labels
- Type:ig.excel.GeographicMapLabels
- Optional
- The value of the GeographicMapSettings.labels property.
- colors
- Type:ig.excel.GeographicMapColors
- Optional
- The value of the GeographicMapSettings.colors property.
-
area
- .area( );
Returns the mapping area for this instance.
-
attribution
- .attribution( );
Returns the attribution for this instance.
-
colors
- .colors( );
- Return Type:
- ig.excel.GeographicMapColors
- Return Type Description:
- Returns a GeographicMapColors.
Returns a GeographicMapColors instance which defines the minimum, midpoint, and maximum colors used for the applicable areas of a geographic map chart.
See Also
-
cultureLanguage
- .cultureLanguage( );
Returns the culture language for this instance.
-
cultureRegion
- .cultureRegion( );
Returns the culture region for this instance.
-
labels
- .labels( );
- Return Type:
- ig.excel.GeographicMapLabels
- Return Type Description:
- Returns a GeographicMapLabels.
Returns a value indicating the manner in which map area labels are displayed.
See Also
-
projection
- .projection( );
Returns the map projection for this instance.