Pen.TrendType
- Last UpdatedDec 08, 2015
- 1 minute read
The Pen.TrendType property is a read-write integer property that gets or sets the plot type of the currently selected pen.
0 = Point
1 = Line
2 = StepLine
3 = Auto
When Pen.TrendType is set to Auto and there is no Historian default available, the Trend Client uses a plot type of Line for real tags and StepLine for integer tags.
Syntax
Pen.TrendType = int;
Result = Pen.TrendType;
Remarks
The default is 3.