CNiPlot::PointStyle

CNi

Class
CNiPlot::
PointStyle
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: PointColorNext page: TempPlot    
Public Data Item Declared in:
NiPlot.h

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

PointStyles PointStyle;

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

Specifies the point style for drawing points on a plot. The following list includes valid line styles.

  • CNiPlot::PointNone - none.
  • CNiPlot::PointEmptySquare - empty square.
  • CNiPlot::PointSolidSquare - solid square.
  • CNiPlot::PointAsterisk - asterisk.
  • CNiPlot::PointDottedEmptySquare - dotted empty square.
  • CNiPlot::PointDottedSolidSquare - dotted solid square.
  • CNiPlot::PointSolidDiamond - solid diamond.
  • CNiPlot::PointEmptySquareWithX - empty square with X.
  • CNiPlot::PointEmptySquareWithCross - empty square with cross.
  • CNiPlot::PointEmptyCircle - empty circle.
  • CNiPlot::PointSolidCircle - solid circle.
  • CNiPlot::PointDottedEmptyCircle - dotted empty circle.
  • CNiPlot::PointDottedSolidCircle - dotted solid circle.
  • CNiPlot::PointX - X.
  • CNiPlot::PointBoldX - bold X.
  • CNiPlot::PointSmallX - small X.
  • CNiPlot::PointCross - cross.
  • CNiPlot::PointBoldCross - bold cross.
  • CNiPlot::PointSmallCross - small cross.
  • CNiPlot::PointSmallEmptySquare - small empty square.
  • CNiPlot::PointSmallSolidSquare - small solid square.
  • CNiPlot::PointSimpleDot - simple dot.
  • CNiPlot::PointEmptyDiamond - empty diamond.

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