Line Styles
The line style constants can be used in all properties requiring line style constants, such as separator style, tab fill style, and table borders.
Line Style |
Description |
NO_BORDER |
No line |
ULTRA_THIN_LINE |
Very thin line at ¼ of a point width |
THIN_THIN_LINE |
Very thin line at ½ of a point width |
THIN_LINE |
Thin line at one point width |
MEDIUM_LINE |
Medium width line |
THICK_LINE |
Thick width line |
DOUBLE_LINE |
Double line |
RAISED_3D |
Raised 3D line |
LOWERED_3D |
Lowered 3D line |
DOUBLE_3D_RAISED |
Raised double 3D line |
DOUBLE_3D_LOWERED |
Lowered double 3D line |
DOT_LINE |
Dotted line |
DASH_LINE |
Dash line |
MEDIUM_DASH |
Medium size dash line |
LARGE_DASH |
Large size dash line |
BREAK_BORDER |
A special line style that signals a page break in a table row. This line style can only be used in the table border. |
Type
integer
Example
style = StyleConstant.DOT_LINE;
| << Chart Styles | © 1996-2013 InetSoft Technology Corporation (v11.4) | Painter Layout >> |