ChartStyle 属性(XY 图对象)
返回运行时图表的样式。目前,唯一支持的样式是“
XY 图
”。只读。字符串。语法
XYPlot1
.ChartStyle
其中
XYPlot1
- 是 XY 图对象的名称,或是对 XY 图对象求值的表达式。示例
Private Sub GetChartStyle() Dim str As String str = XYPlot1.ChartStyle End Sub
提供反馈
Private Sub GetChartStyle() Dim str As String str = XYPlot1.ChartStyle End Sub