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