stream-charts
    Preparing search index...

    Interface SeriesLineStyle

    Holds the style information for a series line-style in a chart.

    interface SeriesLineStyle {
        color: string;
        highlightColor: string;
        highlightWidth: number;
        lineWidth: number;
        margin?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color: string
    highlightColor: string
    highlightWidth: number
    lineWidth: number
    margin?: number