UpBars Interface

Definition

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 class UpBars
[System.Runtime.InteropServices.Guid("000208C5-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface UpBars
Public Interface UpBars
Attributes

Remarks

Only 2-D line groups that contain at least two series can have up bars. This object isn’t a collection. There’s no object that represents a single up bar; you either have up bars turned on for all points in a chart group or you have them turned off.

Use the UpBars property to return the UpBars object.

If the HasUpDownBars property is False, most properties of the UpBars object are disabled.

Properties

Application

Returns an Application object that represents the Microsoft Excel application.

Border

Returns a Border object that represents the border of the object.

Creator

Returns a 32-bit integer that indicates the application in which this object was created.

Fill

Returns a ChartFillFormat object for a specified chart that contains fill formatting properties for the chart.

Format

Returns the ChartFormat object. Read-only.

Interior

Returns an Interior object that represents the interior of the specified object.

Name

Returns the name of the object.

Parent

Returns the parent object for the specified object.

Methods

Delete()

Deletes the object.

Select()

Selects the object.

Applies to