IUpDownBarsManager

IUpDownBarsManager 接口

提供对线图或股票图的上下条形的访问。

public interface IUpDownBarsManager

属性

名称描述
DownBarsFormat { get; }返回下跌条的格式。只读 IFormat
GapWidth { get; set; }返回或设置间隙宽度。读写 Int32。
HasUpDownBars { get; set; }确定图表是否具有上下条形。读写 Boolean。
UpBarsFormat { get; }返回上涨条的格式。只读 IFormat

另见