ErrorBars Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the error bars on a chart series.
public interface class ErrorBars
[System.Runtime.InteropServices.Guid("000208CE-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ErrorBars
Public Interface ErrorBars
- Attributes
Remarks
Error bars indicate the degree of uncertainty for chart data. Only series in area, bar, column, line, and scatter groups on a 2-D chart can have error bars. Only series in scatter groups can have x and y error bars. This object isn’t a collection. There’s no object that represents a single error bar; you either have x error bars or y error bars turned on for all points in a series or you have them turned off.
Use the ErrorBars property to return the ErrorBars object.
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. |
EndStyle |
Returns or sets the end style for the error bars. |
Format |
Returns the ChartFormat object. Read-only. |
Name |
Returns the name of the object. |
Parent |
Returns the parent object for the specified object. |
Methods
ClearFormats() |
Clears the formatting of the object. |
Delete() |
Deletes the object. |
Select() |
Selects the object. |