Represents the error bars on a chart series.

Inheritance

constructor

public ErrorBars()

Returns ErrorBars

Inherited from: ChartObject

Returns the owning chart (read-only)

public WorksheetChart Chart { get; }

Inherited from: ChartObject

returns this object's owner. (read-only)

public ChartObject Owner { get; }

Inherited from: ChartObject

The owning sheet (read-only)

public Sheet Sheet { get; }

Inherited from: ChartObject

The owning workbook (read-only)

public Workbook Workbook { get; }

Inherited from: ChartObject

The owning worksheet (read-only)

public Worksheet Worksheet { get; }

Returns or sets a value which determines the direction in which the error bars extend from the data points.

public ErrorBarDirection Direction { get; set; }

Returns or sets the end style for the error bars.

public EndStyleCap EndStyle { get; set; }

Returns or sets a value which determines the units used to evaluate the error.

public ErrorValueType ErrorValueType { get; set; }

Returns or sets a derived object which defines the fill color/gradient for the line.

public ChartFillBase Fill { get; set; }

Returns or sets a value which defines the error range.

public double Value { get; set; }

Determines the width of the line, expressed in points.

public double WidthInPoints { get; set; }