TimeScaleFixedInterval Constructors
Serves as a base for the classes for which TimeScaleFixedInterval.Value is a fixed time interval.| Name | Parameters | Description |
|---|---|---|
| TimeScaleFixedInterval() | none | Initializes a new instance of the TimeScaleFixedInterval class with the default settings. |
| TimeScaleFixedInterval(TimeSpan) | scaleValue | Initializes a new instance of the TimeScaleFixedInterval class with the specified scale value. |
See Also