CWPointerFillStyles Enumeration

Measurement Studio User Interface

CWPointerFillStyles Enumeration

CWPointerFillStyles are the constants that specify how a pointer is filled.

You can use the following constants with this data type:

  • cwFillNone–No fill is drawn.
  • cwFillToGreater–Fills the area between this pointer and the pointer with the next larger value. If there are no pointers with larger values, the system fills the area between this pointer and the maximum value.
  • cwFillToLess–Fills the area between this pointer and the pointer with the next smaller value. If there are no pointers with smaller values, the system fills the area between this pointer and the minimum value.
  • cwFillToMax–Fills the area between this pointer and the maximum value.
  • cwFillToMin–Fills the area between this pointer and the minimum value.

See Also

CWPointer.FillStyle