Interface AxesSettings

interface AxesSettings {
    bubbleSizePrimary: number;
    bubbleSizeSecondary: number;
    className: string;
    colorX: string;
    colorXSub: string;
    colorY: string;
    colorYSub: string;
    colorZ: string;
    colorZSub: string;
    fontColor: string;
    fontFamily: string;
    fontPxSize: number;
    fontWeight: string;
    lineWidth: number;
    padding: number;
    size: number;
}

Properties

bubbleSizePrimary: number
bubbleSizeSecondary: number
className: string
colorX: string
colorXSub: string
colorY: string
colorYSub: string
colorZ: string
colorZSub: string
fontColor: string
fontFamily: string
fontPxSize: number
fontWeight: string
lineWidth: number
padding: number
size: number