@diamondlightsource/davidia
    Preparing search index...

    Interface LineParams

    Represent line parameters

    interface LineParams {
        colour?: string;
        glyphType: GlyphType;
        lineOn: boolean;
        name: string;
        pointSize?: number;
    }
    Index

    Properties

    colour?: string

    The line colour

    glyphType: GlyphType

    The type of glyph

    lineOn: boolean

    If line is visible

    name: string

    The line name

    pointSize?: number

    The size of the data points (optional)