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
)
Public Function ErrorBar ( 
	bIsY As Boolean,
	include As ErrorBarIncludeType,
	type As ErrorBarType
) As IChartErrorBars
public:
virtual IChartErrorBars^ ErrorBar(
	bool bIsY, 
	ErrorBarIncludeType include, 
	ErrorBarType type
) sealed
abstract ErrorBar : 
        bIsY : bool * 
        include : ErrorBarIncludeType * 
        type : ErrorBarType -> IChartErrorBars 
override ErrorBar : 
        bIsY : bool * 
        include : ErrorBarIncludeType * 
        type : ErrorBarType -> IChartErrorBars 

Return Value

IChartErrorBars

Implements

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

See Also