ig.excel.ErrorBars
Remarks
Dependencies
-
ig.excel.ErrorBars
Constructor- new $.ig.excel.ErrorBars( );
Creates a new ErrorBars instance.
-
direction
- .direction( );
Returns a value which determines the direction in which the error bars extend from the data points.
-
direction
- .direction( value:ig.excel.ErrorBarDirection );
Sets a value which determines the direction in which the error bars extend from the data points.
- value
- Type:ig.excel.ErrorBarDirection
-
endStyle
- .endStyle( );
Returns the end style for the error bars.
-
endStyle
- .endStyle( value:ig.excel.EndStyleCap );
Sets the end style for the error bars.
- value
- Type:ig.excel.EndStyleCap
-
errorValueType
- .errorValueType( );
Returns a value which determines the units used to evaluate the error.
-
errorValueType
- .errorValueType( value:ig.excel.ErrorValueType );
Sets a value which determines the units used to evaluate the error.
- value
- Type:ig.excel.ErrorValueType
-
fill
- .fill( );
Returns a ChartFillBase derived object which defines the fill color/gradient for the line.
-
fill
- .fill( value:ig.excel.ChartFillBase );
Sets a ChartFillBase derived object which defines the fill color/gradient for the line.
- value
- Type:ig.excel.ChartFillBase
-
value
- .value( );
Returns a value which defines the error range.
Remarks
The unit for this property is determined by the ErrorBars.errorValueType property.
See Also
-
value
- .value( value:number );
Sets a value which defines the error range.
- value
- Type:number
Remarks
The unit for this property is determined by the ErrorBars.errorValueType property.
See Also
-
widthInPoints
- .widthInPoints( );
Determines the width of the line, expressed in points.
Remarks
A point is a graphical unit equal to 1/72", i.e., there are 72 points in one inch.
-
widthInPoints
- .widthInPoints( value:number );
Determines the width of the line, expressed in points.
- value
- Type:number
Remarks
A point is a graphical unit equal to 1/72", i.e., there are 72 points in one inch.