PointStyle Property

Measurement Studio User Interface

PointStyle Property

Syntax

CWPlot.PointStyle

Data Type

CWPointStyles

You can use the following constants with this data type:

  • cwPointAsterisk–Asterisk
  • cwPointBoldCross–Bold cross
  • cwPointBoldX–Bold X
  • cwPointCross–Cross
  • cwPointDottedEmptyCircle–Dotted empty circle
  • cwPointDottedEmptySquare–Dotted empty square
  • cwPointDottedSolidCircle–Dotted solid circle
  • cwPointDottedSolidSquare–Dotted solid square
  • cwPointEmptyCircle–Empty circle
  • cwPointEmptyDiamond–Empty diamond
  • cwPointEmptySquare–Empty square
  • cwPointEmptySquareWithCross–Empty square with cross
  • cwPointEmptySquareWithX–Empty square with X
  • cwPointNone–None
  • cwPointSimpleDot–Simple dot
  • cwPointSmallCross–Small cross
  • cwPointSmallEmptySquare–Small empty square
  • cwPointSmallSolidSquare–Small solid square
  • cwPointSmallX–Small X
  • cwPointSolidCircle–Solid circle
  • cwPointSolidDiamond–Solid diamond
  • cwPointSolidSquare–Solid square
  • cwPointX–X

Purpose

Specifies the image drawn at each point on a plot.

Example

' use an asterisk to mark each point of the plot
CWGraph1.Plots.Item(1).PointStyle = cwPointAsterisk