Click or drag to resize

XlsChartSerie ErrorBar Method (Boolean, ErrorBarIncludeType, ErrorBarType)

Creates error bar object.

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,
	ErrorBarIncludeType include,
	ErrorBarType type
)

Parameters

bIsY
Type: System Boolean
If true - on Y axis; otherwise on X axis.
include
Type: Spire.Xls ErrorBarIncludeType
Represents include type.
type
Type: Spire.Xls ErrorBarType
Represents error bar type.

Return Value

Type: IChartErrorBars
Return error bar objcet.

Implements

IChartSerie ErrorBar(Boolean, ErrorBarIncludeType, ErrorBarType)
See Also