stream-charts
    Preparing search index...

    Interface SeriesStyle

    Holds the style information for a series in a chart

    interface SeriesStyle {
        color: string;
        highlightColor: string;
        margin?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color: string
    highlightColor: string
    margin?: number