PointType Property

In an Enhanced Chart, sets the predefined point types for the GeneralDataSet Object or RealTimeSPCDataSet object.

Syntax

object.PointType  [=enumPointsType]

Properties

The PointType property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

enumPointsType

An enumeration that represents the predefined point types in the Enhanced Chart:

Valid entries:
1 – Point_Cross
6 – Point_Diamond
7 – Point_DiamondSolid
2 – Point_Dot
3 – Point_DotSolid
10 – Point_DownTriangle
11 – Point_DownTriangleSolid
0 – Point_Plus
4 – Point_Square
5 – Point_SquareSolid
8 – Point_UpTriangle
9 – Point_UpTriangleSolid

 

Applies To