Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IChartErrorBars ErrorBar(
	bool bIsY,
	ErrorBarIncludeType include,
	ErrorBarType type,
	double numberValue
)
Public Function ErrorBar ( 
	bIsY As Boolean,
	include As ErrorBarIncludeType,
	type As ErrorBarType,
	numberValue As Double
) As IChartErrorBars
public:
virtual IChartErrorBars^ ErrorBar(
	bool bIsY, 
	ErrorBarIncludeType include, 
	ErrorBarType type, 
	double numberValue
) sealed
abstract ErrorBar : 
        bIsY : bool * 
        include : ErrorBarIncludeType * 
        type : ErrorBarType * 
        numberValue : float -> IChartErrorBars 
override ErrorBar : 
        bIsY : bool * 
        include : ErrorBarIncludeType * 
        type : ErrorBarType * 
        numberValue : float -> IChartErrorBars 

Parameters

bIsY
Boolean
include
ErrorBarIncludeType
type
ErrorBarType
numberValue
Double

Return Value

IChartErrorBars

Implements

IChartSerie..::..ErrorBar(Boolean, ErrorBarIncludeType, ErrorBarType, Double)

See Also