ig.excel.ChartLineBase
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
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
-
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.