interface AxisStyle {
    font: string;
    lineColor: string;
    textColor: string;
}

Properties

font: string
lineColor: string
textColor: string