SecondaryPlot 属性

       

如果数据点位于复合饼图或复合条饼图中的第二个饼图或条形图上,则该值为 True。仅适用于复合饼图或复合条饼图中的数据点。Boolean 类型,可读写。

示例

本示例必须在复合饼图或复合条饼图中运行。本示例将第四个数据点移到图表的第二部分。

With myChart.SeriesCollection(1)
    .Points(4).SecondaryPlot = True
End With