Interface LineStylingInfo

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

interface LineStylingInfo {
    stroke: string;
}

Properties

Properties

stroke: string

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