根据指定的栅格分段专题图子项的起始值、终止值、显示颜色、名称来构造一个栅格分段专题图子项的新对象。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public ThemeGridRangeItem( double start, double end, Color color, string caption ) |
参数
- start
- Type: System..::.Double
栅格分段专题图子项的起始值。
- end
- Type: System..::.Double
栅格分段专题图子项的终止值。
- color
- Type: System.Drawing..::.Color
栅格分段专题图子项的显示颜色。
- caption
- Type: System..::.String
栅格分段专题图子项的名称。