Visualization
    Preparing search index...

    Interface MarkingInfo

    Marking information for a DataView.

    interface MarkingInfo {
        colorHexCode: string;
        name: string;
    }
    Index

    Properties

    Properties

    colorHexCode: string

    The hex code for the marking. Note that when the mod has a defined color axis, the color should be retrieved via the DataViewRow.color method.

    name: string

    The name of the marking.