ChartStyle property (XY Plot object)
Returns the type of the runtime chart. Currently the only style supported is "
XY Plot
". Read only. String.Syntax
XYPlot1
.ChartStyle
where
XYPlot1
- is the name of an XY Plot object or an expression that evaluates to an XY Plot object.Example
Private Sub GetChartStyle() Dim str As String str = XYPlot1.ChartStyle End Sub
Provide Feedback