Method | Description | |
---|---|---|
CreateSeries ( this chat, string seriesName, ViewType seriesType, object dataSource, string xBindName, string yBindName ) : void |
创建Series
|
|
CreateSeries ( this chat, string seriesName, ViewType seriesType, object dataSource, string xBindName, string yBindName, Action |
创建Series
|
public static CreateSeries ( this chat, string seriesName, ViewType seriesType, object dataSource, string xBindName, string yBindName ) : void | ||
chat | this | ChartControl |
seriesName | string | Series名字『诸如:理论电量』 |
seriesType | ViewType | seriesType『枚举』 |
dataSource | object | 数据源 |
xBindName | string | ChartControl的X轴绑定 |
yBindName | string | ChartControl的Y轴绑定 |
return | void |
public static CreateSeries ( this chat, string seriesName, ViewType seriesType, object dataSource, string xBindName, string yBindName, Action |
||
chat | this | ChartControl |
seriesName | string | Series名字『诸如:理论电量』 |
seriesType | ViewType | seriesType『枚举』 |
dataSource | object | 数据源 |
xBindName | string | ChartControl的X轴绑定 |
yBindName | string | ChartControl的Y轴绑定 |
createSeriesRule | Action |
Series自定义『委托』 |
return | void |