Click or drag to resize

XlsChartSerie ErrorBar Method (Boolean, IXLSRange, IXLSRange)

Sets custom error bar type.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IChartErrorBars ErrorBar(
	bool bIsY,
	IXLSRange plusRange,
	IXLSRange minusRange
)

Parameters

bIsY
Type: System Boolean
If true - on Y axis; otherwise on X axis.
plusRange
Type: Spire.Xls.Core IXLSRange
Represents plus range.
minusRange
Type: Spire.Xls.Core IXLSRange
Represents minus range.

Return Value

Type: IChartErrorBars
Returns error bar object.

Implements

IChartSerie ErrorBar(Boolean, IXLSRange, IXLSRange)
See Also