Click or drag to resize

ErrorBarType Enumeration

Error-bar type.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ErrorBarType
Members
Member name Value Description
Percentage 1 Represents the Percentage error-bar source type.
Fixed 2 Represents the FixedValue error-bar source type.
StandardDeviation 3 Represents the StandardDeviation error-bar source type.
Custom 4 Represents the Custom error-bar source type.
StandardError 5 Represents the StandardError error-bar source type.
See Also