ChartStyle property (Trend object)
Returns or sets the plotting style of the chart. A trend chart can either plot values against time or against a selected pen. Read/write. Constant.
Syntax
Trend
.ChartStyle
[ = chartStyle
]where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.chartStyle -
is a constant of the type RSTchartStyle. It can be against time or against a selected pen.Provide Feedback