FrequencyRulerRenderInput
type FrequencyRulerRenderInput = object;Properties
Section titled “Properties”| Property | Type |
|---|---|
backgroundColor? | string |
canvas | HTMLCanvasElement |
color? | string |
font? | string |
frequencyFormat? | FrequencyFormatMode |
frequencyScale? | FrequencyScale |
labelColor? | string |
maxFrequency | number |
minFrequency | number |
minMajorPixelSpacing? | number |
tickColor? | string |
tickPosition? | "left" | "right" | "both" | "inside" |