Interface 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).
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Deletes the object.Returns theIChartFormatobject.Returns the parent object for the specified object.
-
Method Details
-
getFormat
IChartFormat getFormat()Returns theIChartFormatobject. -
getParent
IChartGroup getParent()Returns the parent object for the specified object. -
delete
void delete()Deletes the object.
-