:: com :: sun :: star :: chart2 ::

unpublished enum CurveStyle
Usage Restrictions
not published
Description
Sets the type of curves that are drawn for line charts.

Values
LINES Lines between data points are not smoothed  
CUBIC_SPLINES Data points are connected via a smoothed cubic spline curve. The data points themselves are part of to the curve.  
B_SPLINES Data points are connected via a parametric, interpolating B-spline curve.  
NURBS  
STEP_START Data points are connected via a 2-segmented stepped line. The line starts horizontally. O | | | O-----+  
STEP_END Data points are connected via a 2-segmented stepped line. The line ends horizontally. +------O | | | O  
STEP_CENTER_X Data points are connected via a 3-segmented stepped line. The lines is horizontal till the center of the X values. +--O | | | O--+  
STEP_CENTER_Y Data points are connected via a 3-segmented stepped line. The lines is horizontal at the center of the Y values. O | +-----+ | O  
Values' Details
LINES
LINES,
Description
Lines between data points are not smoothed
CUBIC_SPLINES
CUBIC_SPLINES,
Description
Data points are connected via a smoothed cubic spline curve. The data points themselves are part of to the curve.
B_SPLINES
B_SPLINES,
Description
Data points are connected via a parametric, interpolating B-spline curve.
NURBS
NURBS,
STEP_START
STEP_START,
Description
Data points are connected via a 2-segmented stepped line. The line starts horizontally. O | | | O-----+
STEP_END
STEP_END,
Description
Data points are connected via a 2-segmented stepped line. The line ends horizontally. +------O | | | O
STEP_CENTER_X
STEP_CENTER_X,
Description
Data points are connected via a 3-segmented stepped line. The lines is horizontal till the center of the X values. +--O | | | O--+
STEP_CENTER_Y
STEP_CENTER_Y,
Description
Data points are connected via a 3-segmented stepped line. The lines is horizontal at the center of the Y values. O | +-----+ | O
Top of Page