SpreadsheetGear 2023
ErrorBar(ErrorBarDirection,ErrorBarInclude,ErrorBarType,Double) Method


SpreadsheetGear.Charts Namespace > ISeries Interface > ErrorBar Method : ErrorBar(ErrorBarDirection,ErrorBarInclude,ErrorBarType,Double) Method
Add error bars to this series.
Syntax
'Declaration
 
Overloads Function ErrorBar( _
   ByVal direction As ErrorBarDirection, _
   ByVal include As ErrorBarInclude, _
   ByVal type As ErrorBarType, _
   ByVal amount As System.Double _
) As IErrorBars
'Usage
 
Dim instance As ISeries
Dim direction As ErrorBarDirection
Dim include As ErrorBarInclude
Dim type As ErrorBarType
Dim amount As System.Double
Dim value As IErrorBars
 
value = instance.ErrorBar(direction, include, type, amount)

Parameters

direction
include
type
amount
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISeries Interface
ISeries Members
Overload List