根据给定的参数构造一个ThemeLabelRangeItem类的新对象。

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

语法

C#
public ThemeLabelRangeItem(
	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
指定子项的名称。

请参见