[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IChartBars

Interface IChartBars

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

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

Properties

Format

Returns the IChartFormat object (read-only).

IChartFormat Format { get; }

Property Value

IChartFormat

Parent

Returns the parent object for the specified object.

IChartGroup Parent { get; }

Property Value

IChartGroup

Methods

Delete()

Deletes the object.

void Delete()