Interval defined by scaling original interval using either absolute or relative scale. If resulting interval's start becomes after its stop, the interval becomes undefined.
AbsoluteIncrement | The absolute increment value which creates a interval by expanding (or shortening if negative) the original interval by shifting its start/stop times equally by half of specified increment value. |
OriginalInterval | The original interval. |
RelativeIncrement | The relative increment value from which absolute increment is obtained by multiplying relative value by interval duration. The resulting absolute increment creates a new interval by expanding (or shortening if negative) the original interval by shifting its start/stop times equally by half of specified increment value. |
UseAbsoluteIncrement | Specify whether to use absolute or relative increment. |
Implemented Interface |
---|
IAgCrdnEventInterval |
IAgCrdn |
Create and configure scaled event interval.
[C#] | ||
---|---|---|
|
Create and configure scaled event interval.
[Visual Basic .NET] | ||
---|---|---|
|