Interface TickStylingInfo

Represents the styling information that applies to scale ticks in the Mod Visualization.

interface TickStylingInfo {
    stroke: string;
}

Properties

Properties

stroke: string

Gets the stroke to use for scale ticks. This value is valid a CSS color or the value "none".