Table of Contents

TChartErrorBars.TChartErrorBars Constructor

Creates a new TChartErrorBars instance.

Syntax

Namespace: FlexCel.Core

public TChartErrorBars(TChartErrorBarDirection aDirection, TChartErrorBarBarType aBarType, TChartErrorBarErrorType aErrorType, Boolean aIsTShaped, Double aNumValue, ChartLineOptions aLineOptions, String aCustomDefPlus, Object[] aCustomValuesPlus, String aCustomDefMinus, Object[] aCustomValuesMinus)

Parameters

<-> Parameter Type Description
aDirection TChartErrorBar​Direction Direction of the error bars.
aBarType TChartErrorBar​BarType Positive or negative error bars.
aErrorType TChartErrorBar​Error​Type Type of error bar.
aIsTShaped Boolean If true, the error bar has a top line like a T.
aNumValue Double Numeric value of the error. The meaning of this depends in the ErrorType.
aLineOptions ChartLineOptions Line options for the error bars, color, line width, etc. If null, standard options will be used.
aCustomDefPlus String Definition for the custom error bars in the plus direction. If the error is not custom this will be null.
aCustomValuesPlus Object[] Values for the custom error bars in the plus direction. If the error is not custom this will be null.
aCustomDefMinus String Definition for the custom error bars in the minus direction. If the error is not custom this will be null.
aCustomValuesMinus Object[] Values for the custom error bars in the minus direction. If the error is not custom this will be null.

See also