interface ChartDefaults {
    barWidth: uint;
    fillColors: string;
    labelsX: ChartLabels;
    labelsY: ChartLabelsY;
    legend: ChartLegend;
    markers: ChartMarkers;
    nrPoints: uint;
    pointDistance: uint;
    pointMaxHeight: uint;
    seriesSpacing: uint;
    strokeColors: string;
    strokeWidth: uint;
    title: ChartTitle;
}

Properties

barWidth: uint
fillColors: string
labelsX: ChartLabels
labelsY: ChartLabelsY
legend: ChartLegend
markers: ChartMarkers
nrPoints: uint

Number of Points for ExprSeries

pointDistance: uint
pointMaxHeight: uint
seriesSpacing: uint
strokeColors: string
strokeWidth: uint
title: ChartTitle