stream-charts
    Preparing search index...

    Holds the font information for the axis labels

    interface AxesFont {
        color: string;
        family: string;
        size: number;
        weight: number;
    }
    Index

    Properties

    Properties

    color: string
    family: string
    size: number
    weight: number