ig.excel.GeographicMapSettings

地理マップ チャートの外観と動作を制御するプロパティを公開します。

備考

このクラスは不変です。

このクラスは、RegionMap チャートのみに適用されます。

依存関係

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
このコントロールにオプションはありません。
このコントロールにイベントはありません。
  • ig.excel.GeographicMapSettings
    コンストラクター

    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] );

    新しい GeographicMapSettings インスタンスを作成します。

  • area

    .area( );

    このインスタンスのマッピング領域を返します。

  • attribution

    .attribution( );

    このインスタンスの帰属を返します。

  • colors

    .colors( );
    返却型:
    ig.excel.GeographicMapColors
    返却型の説明:
    GeographicMapColors を返します。

    地理マップ チャートの適用可能な領域に使用される最小、中点、および最大の色を定義する GeographicMapColors インスタンスを返します。

  • cultureLanguage

    .cultureLanguage( );

    このインスタンスのカルチャ言語を返します。

  • cultureRegion

    .cultureRegion( );

    このインスタンスのカルチャ地域を返します。

  • labels

    .labels( );
    返却型:
    ig.excel.GeographicMapLabels
    返却型の説明:
    GeographicMapLabels を返します。

    マップ領域 ラベルの表示方法を示す値を返します。

  • projection

    .projection( );

    このインスタンスのマップ投影法を返します。

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.