示例:OffsetPercent 属性

Private Sub SetOffset() ' Add an overlay to the overlays collection Trend1.Overlays.Add ("Overlay1") ' Overlay must be anchored by position to use the OffsetPercent property Trend1.Overlays.Item(1).AnchorType = rstOverlayAnchorTypePosition ' Set the offset to 25% Trend1.Overlays.Item(1).OffsetPercent = 25 End Sub
提供反馈
对本文档有问题或反馈吗? 请在这里提交您的反馈
Normal