ChartStyle property (TrendPro object)

Returns the type of the runtime chart. Currently the only style supported is "
Trend
". Read only. String.
Syntax
TrendPro1
.
ChartStyle
where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.
Example
Private Sub GetChartStyle() Dim str As String str = TrendPro1.ChartStyle End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal