[]
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).
public interface IChartBars
Returns the IChartFormat object (read-only).
IChartFormat Format { get; }
Returns the parent object for the specified object.
IChartGroup Parent { get; }
Deletes the object.
void Delete()