![]() |
LineStyle








Public Data Item |
Declared in: NiPlot.h |
Declaration
LineStyles LineStyle;
Description
Specifies the line style for connecting points on a plot. The following list includes valid line styles.
- CNiPlot::LineNone - no line.
- CNiPlot::LineSolid - solid line.
- CNiPlot::LineStepXY - step X-Y line.
- CNiPlot::LineStepYX - step Y-X line.
- CNiPlot::LineDash - dash line.
- CNiPlot::LineDot - dotted line.
- CNiPlot::LineDashDot - dash-dot line.
- CNiPlot::LineDashDotDot - dash-dot-dot line.
Note: Dashed line styles work only when the line width is 1. The dashed lines appear solid for all other line widths.