Visualization
    Preparing search index...

    Interface ScaleStylingInfo

    Represents the styling information that applies to scales in the Mod Visualization.

    interface ScaleStylingInfo {
        font: FontInfo;
        line: LineStylingInfo;
        tick: TickStylingInfo;
    }
    Index

    Properties

    Properties

    font: FontInfo

    Gets and object describing the font that shall be used in the scales of the Mod Visualization.

    Gets and object describing the styling information for scale lines in the Mod Visualization.

    Gets and object describing the styling information for scale ticks in the Mod Visualization.