根据指定的栅格单值专题图子项的单值、颜色和名称构造一个栅格单值专题图类的新对象。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public ThemeGridUniqueItem( double unique, Color color, string caption ) |
参数
- unique
- Type: System..::.Double
指定的栅格单值专题图子项的单值。
- color
- Type: System.Drawing..::.Color
指定的栅格单值专题图子项的颜色。
- caption
- Type: System..::.String
指定的栅格单值专题图子项的名称。