Interface DataStatsGraphStyle

interface DataStatsGraphStyle {
    averageColor: string;
    averageLabel: string;
    backgroundColor: string;
    baseColor: string;
    boldText: boolean;
    edgePad: number;
    fullWidthHelperLines: boolean;
    graphPad: number;
    helperLineSize: number;
    highColor: string;
    highLabel: string;
    labelWithStdDev: boolean;
    leftPad: number;
    lowColor: string;
    lowLabel: string;
    minRenderDist: number;
    offset: number;
    rectOutLineWidth: number;
    rectOutlineColor: string;
    rectOutlineVisible: boolean;
    scale: number;
    showText: boolean;
    size: Vec2;
    textOffset: number;
    textSize: number;
    thinLine: number;
    topLeft: Vec2;
    trendLineColor: string;
    trendLineSize: number;
    trendLineVisible: boolean;
    valueOffset: number;
}

Properties

averageColor: string
averageLabel: string
backgroundColor: string
baseColor: string
boldText: boolean
edgePad: number
fullWidthHelperLines: boolean
graphPad: number
helperLineSize: number
highColor: string
highLabel: string
labelWithStdDev: boolean
leftPad: number
lowColor: string
lowLabel: string
minRenderDist: number
offset: number
rectOutLineWidth: number
rectOutlineColor: string
rectOutlineVisible: boolean
scale: number
showText: boolean
size: Vec2
textOffset: number
textSize: number
thinLine: number
topLeft: Vec2
trendLineColor: string
trendLineSize: number
trendLineVisible: boolean
valueOffset: number

Generated using TypeDoc