SpreadsheetGear 2023
ErrorBars Property (ISeries)


SpreadsheetGear.Charts Namespace > ISeries Interface : ErrorBars Property
Returns an instance of IErrorBars which represents the error bars of this series, or null if HasErrorBars is false.
Syntax
'Declaration
 
ReadOnly Property ErrorBars As IErrorBars
'Usage
 
Dim instance As ISeries
Dim value As IErrorBars
 
value = instance.ErrorBars
IErrorBars ErrorBars {get;}
Remarks
The ISeries.HasErrorBars property must be set to true to access an instance of IErrorBars.
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
HasErrorBars Property