TimescaleRuler Constructors
A timescale ruler.| Name | Parameters | Description |
|---|---|---|
| TimescaleRuler(TimescaleUnit, Int32, Double, Double, IFormatProvider) | unit, count, minWidth, maxWidth, formatProvider | Initializes a new instance of the TimescaleRuler class with the specified settings. |
| TimescaleRuler(TimescaleUnit, String, Int32, Double, Double, IFormatProvider) | unit, displayFormat, count, minWidth, maxWidth, formatProvider | Initializes a new instance of the TimescaleRuler class with the specified settings. |
See Also