LineType Property

Specifies the line type in a GeneralDataSet Object or RealTimeSPCDataSet object.

Syntax

object.LineType [= enumLineType]

Properties

The LineType property syntax has these parts:

Part

Description

object

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

enumLineType

An enumeration that represents the type of line to use for the GeneralDataSet Object or RealTimeSPCDataSet object.

Valid entries:
1 – Line_Dash
3 – Line_DashDot
4 – Line_DashDotDot
2 – Line_Dot
32 – Line_ExtraThickDash
34 – Line_ExtraThickDashDot
35 – Line_ExtraThickDashDotDot
33 – Line_ExtraThickDot
11 – Line_ExtraThickSolid
20 – Line_MediumDash
22 – Line_MediumDashDot
23 – Line_MediumDashDotDot
21 – Line_MediumDot
5 – Line_MediumSolid
24 – Line_MediumThickDash
26 – Line_MediumThickDashDot
27 – Line_MediumThickDashDotDot
25 – Line_MediumThickDot
10 – Line_MediumThickSolid
16 – Line_MediumThinDash
18 – Line_MediumThinDashDot
19 – Line_MediumThinDashDotDot
17 – Line_MediumThinDot
9 – Line_MediumThinSolid
28 – Line_ThickDash
30 – Line_ThickDashDot
31 – Line_ThickDashDotDot
29 – Line_ThickDot
6 – Line_ThickSolid
0 – Line_ThinSolid

 

Applies To