Using the Process Analyst > Process Analyst for Developers > Automation Model > AxisLabelType [Enumeration]

AxisLabelType [Enumeration]

Specifies how the labels are drawn on the vertical axis.

Defined As

Members

Member Name

Description

Value

AxisLabelType_NONE

No labels will be visible on axis

0

AxisLabelType_DOUBLE

Displays in decimal format

1

AxisLabelType_INTEGER

Displays in integer format

2

AxisLabelType_PERCENT

Displays as "%"

3

AxisLabelType_AMPS

Displays as "A"

4

AxisLabelType_DEGREES

Displays as "deg"

5

AxisLabelType_FEET

Displays as "ft"

6

AxisLabelType_FEETPERMIN

Displays as "ft/min"

7

AxisLabelType_FEETPERSEC

Displays as "ft/s"

8

AxisLabelType_GALLONS

Displays as "gal"

9

AxisLabelType_GALLONSPERHR

Displays as "gal/h"

10

AxisLabelType_GALLONSPERMIN

Displays as "gal/min"

11

AxisLabelType_GALLONSPERSEC

Displays as "gal/s"

12

AxisLabelType_HERTZ

Displays as "Hz"

13

AxisLabelType_KILOGRAMS

Displays as "kg"

14

AxisLabelType_KILOGRAMSPERHR

Displays as "kg/h"

15

AxisLabelType_KILOGRAMSPERMIN

Displays as "kg/min"

16

AxisLabelType_KILOGRAMSPERSEC

Displays as "kg/s"

17

AxisLabelType_KILOMETRESPERHR

Displays as "kg/h"

18

AxisLabelType_KILOPASCALS

Displays as "kPa"

19

AxisLabelType_KILOWATTS

Displays as "kW"

20

AxisLabelType_LITRES

Displays as "l"

21

AxisLabelType_LITRESPERHR

Displays as "l/h"

22

AxisLabelType_LITRESPERMIN

Displays as "l/min"

23

AxisLabelType_LITRESPERSEC

Displays as "l/s"

24

AxisLabelType_METRES

Displays as "m"

25

AxisLabelType_METRESPERMIN

Displays as "m/min"

26

AxisLabelType_METRESPERSEC

Displays as "m/s"

27

AxisLabelType_REVS

Displays as "Rev"

28

AxisLabelType_REVSPERHR

Displays as "Rev/h"

29

AxisLabelType_REVSPERMIN

Displays as "RPM"

30

AxisLabelType_TONNES

Displays as "t"

31

AxisLabelType_TONNESPERHR

Displays as "t/h"

32

AxisLabelType_VOLTS

Displays as "V"

33

AxisLabelType_WATTS

Displays as "W"

34

AxisLabelType_LOOKUP

Displays user-defined text for label

35