Example: OffsetPercent property

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
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal