根据指定的标签专题图子项的起始值、终止值、显示风格、名称来构造一个标签专题图子项的新对象。

命名空间:  SuperMap.Mapping
程序集:  SuperMap.Mapping (in SuperMap.Mapping)
版本: dll

语法

C#
public ThemeLabelItem(
	double start,
	double end,
	TextStyle style,
	string caption
)

参数

start
Type: System..::.Double
标签专题图子项的起始值。
end
Type: System..::.Double
标签专题图子项的终止值。
style
Type: SuperMap.Data..::.TextStyle
标签专题图子项的显示风格。
caption
Type: System..::.String
标签专题图子项的名称。

请参见