XlsChartSerie
ErrorBar Method (Boolean, ErrorBarIncludeType, ErrorBarType)
|
Creates error bar object.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Parameters
-
bIsY
-
Type:
System
Boolean
If true - on Y axis; otherwise on X axis.
-
include
-
Type:
Spire.Xls
ErrorBarIncludeType
Represents include type.
-
type
-
Type:
Spire.Xls
ErrorBarType
Represents error bar type.
Return Value
Type:
IChartErrorBars
Return error bar objcet.
Implements
IChartSerie
ErrorBar(Boolean, ErrorBarIncludeType, ErrorBarType)
See Also