FillStyle Property

Measurement Studio User Interface

FillStyle Property

Syntax

CWPointer.FillStyle

Data Type

CWPointerFillStyles

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.

Purpose

Specifies how the pointer is filled.

Example

'Fill the area between the pointer 1 and the minimum value
CWSlide1.Pointers.Item(1).FillStyle = cwFillToMin

See Also

FillColor