UpBars Members
Include Protected Members
Include Inherited Members
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).
The UpBars type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the object. | |
Select | Selects the object. |
Top