ig.excel.GeographicMapColors
Exposes properties related to series coloring for a geographic map chart.
Remarks
This class is immutable.
Assign an instance of this class to the Colors property of the GeographicMapSettings class to provide custom colors for map areas.
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.GeographicMapColors
Constructor- new $.ig.excel.GeographicMapColors( seriesColor:ig.excel.GeographicMapSeriesColor, minimum:ig.excel.WorkbookColorInfo, midpoint:ig.excel.WorkbookColorInfo, maximum:ig.excel.WorkbookColorInfo );
Createa a new GeographicMapColors instance.
- seriesColor
- Type:ig.excel.GeographicMapSeriesColor
- The value of the GeographicMapColors.seriesColor property.
- minimum
- Type:ig.excel.WorkbookColorInfo
- The value of the GeographicMapColors.minimum property.
- midpoint
- Type:ig.excel.WorkbookColorInfo
- The value of the GeographicMapColors.midpoint property. Not applicable when the seriesColor parameter is set to Sequential.
- maximum
- Type:ig.excel.WorkbookColorInfo
- The value of the GeographicMapColors.maximum property.
-
maximum
- .maximum( );
- Return Type:
- ig.excel.WorkbookColorInfo
- Return Type Description:
- Returns a WorkbookColorInfo.
Returns the color used for the maximum value.
See Also
-
midpoint
- .midpoint( );
- Return Type:
- ig.excel.WorkbookColorInfo
- Return Type Description:
- Returns a WorkbookColorInfo.
Returns the color used for the midpoint value.
See Also
-
minimum
- .minimum( );
- Return Type:
- ig.excel.WorkbookColorInfo
- Return Type Description:
- Returns a WorkbookColorInfo.
Returns the color used for the minimum value.
See Also
-
seriesColor
- .seriesColor( );
- Return Type:
- ig.excel.GeographicMapSeriesColor
- Return Type Description:
- Returns a GeographicMapSeriesColor.
Returns a value indicating whether a sequential (two-color) or divergent (three-color) scheme is used to color regions in a geographic map chart.
See Also