stream-charts
    Preparing search index...

    Type Alias AxisTickStyle

    Holds the style for the axis tick labels

    type AxisTickStyle = {
        font: AxesFont;
        rotation: number;
        useAutoRotation: boolean;
    }
    Index

    Properties

    font: AxesFont
    rotation: number
    useAutoRotation: boolean