i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > visual > LineStyle

    visual.LineStyle type

    The style of a line on an i2 Notebook chart. The default value is 'solid'.

    Signature:

    type LineStyle = 'solid' | 'dashed' | 'dotted' | 'dash-dot' | 'dash-dot-dot';
    

    Introduced: version 1.9

    In this article
    Back to top © N. Harris Computer Corporation