接口 IChartBars
public interface IChartBars
Represents the up bars in a chart group. Up bars connect points on series one with higher values on the last series in the chart group (the lines go up from series one).
-
方法概要
修饰符和类型方法说明void
delete()
Deletes the object.Returns theIChartFormat
object.Returns the parent object for the specified object.
-
方法详细资料
-
getFormat
IChartFormat getFormat()Returns theIChartFormat
object. -
getParent
IChartGroup getParent()Returns the parent object for the specified object. -
delete
void delete()Deletes the object.
-