OffsetPercent property
Returns or sets the percentage the overlay is offset from the left side of the runtime chart when the Anchor property is set to rstPosition. Read/write. Single.
Syntax
overlay
.OffsetPercent
[ = value
]where
overlay
- is an Overlay object, or an expression that evaluates to an Overlay object.value
- is a parameter of the type Single that specifies the offset used when the AnchorType property is set to rstOverlayAnchorTypePosition. Offset positions range from –100.0 to 100.0.Remarks
The percentage is based on the total width of the chart. For example, if you anchor an overlay by position and select an offset value of 25%, the earliest data held in the snapshot begins overlaying at 25% of the chart width.
The offset defines how far a snapshot is anchored from the left edge of a runtime trend chart, in terms of a percentage of the total width of the chart. For example, if you anchor a snapshot by position and select an offset value of 25%, the earliest data in the overlay starts at 25% of the chart width.
Set up offset and overlay options on the Trend properties Overlays tab.

Provide Feedback