CNiPlot::LineStyle

CNi

Class
CNiPlot::
LineStyle
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: LineColorNext page: LineToBase    
Public Data Item Declared in:
NiPlot.h

'Declaration' icon -- Shortcut to top of page. Declaration

LineStyles LineStyle;

'Description' icon -- Shortcut to top of page. 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.

'See Also' icon -- Shortcut to top of page. See Also