GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / ErrorBars Property


In This Topic
ErrorBars Property
In This Topic
Gets an IErrorBars object that represents the error bars for the series.
Syntax
'Declaration
 
ReadOnly Property ErrorBars As IErrorBars
 
'Usage
 
Dim instance As ISeries
Dim value As IErrorBars
 
value = instance.ErrorBars
See Also