XlsChartSerie
ErrorBar Method (Boolean)
|
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
)
Public Function ErrorBar (
bIsY As Boolean
) As IChartErrorBars
public:
virtual IChartErrorBars^ ErrorBar(
bool bIsY
) sealed
abstract ErrorBar :
bIsY : bool -> IChartErrorBars
override ErrorBar :
bIsY : bool -> IChartErrorBars
Parameters
-
bIsY
-
Type:
System
Boolean
If true - on Y axis; otherwise on X axis.
Return Value
Type:
IChartErrorBars
Return error bar objcet.
Implements
IChartSerie
ErrorBar(Boolean)
See Also