JMSL Chart Programmer's Guide
|
3D Drawing Elements >> Line Attributes |
Line Attributes
All lines, except for those used to draw markers or outline filled regions are
affected by the attributes described in this section. These include axis lines and
lines drawn when a Data
node is rendered with its DataType
attribute having its
DATA_TYPE_LINE
bit set.
Attribute LineColor
LineColor
is a Color
-valued attribute that determines the color of the line. Its
default value is Color.black
.
Attribute ColorFunction
ColorFunction
is a Color
-valued method which maps spatial points to colors.
If ColorFunction
is not defined then the line is drawn with a solid color
set by attribute LineColor
.
Attribute LineWidth
LineWidth
is a double-valued attribute that determines the thickness of the lines.
Its default value is 1.0.
© Visual Numerics, Inc. All rights reserved. |