ActiveYAxisColor property (TrendPro object)
Returns or sets the color for the y-axis for the current tag in the runtime chart. Read/write. OLE_COLOR.
OLE_COLOR is a type definition that resolves to a Long.
Syntax
TrendPro1
.ActiveYAxisColor
[= value
]where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.value
- is an RGB color value that specifies the color of the y-axis.Example
Private Sub SetActiveYAxisColor() TrendPro1.ActiveYAxisColor = RGB(0,0,0) End Sub
Provide Feedback