IBarChartSymbolPlanBarChartSize 方法 |
依据参考信息规划柱状图尺寸
命名空间:
GISShare.SMap.WinForm.Symbol
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法void PlanBarChartSize(
int iBarNum,
float fBarWidth
)
Sub PlanBarChartSize (
iBarNum As Integer,
fBarWidth As Single
)
void PlanBarChartSize(
int iBarNum,
float fBarWidth
)
abstract PlanBarChartSize :
iBarNum : int *
fBarWidth : float32 -> unit
参数
- iBarNum
- 类型: SystemInt32
柱个数(即:列) - fBarWidth
- 类型: SystemSingle
柱宽度
参见