ComboSplineSeries.js revision cc21b565833307c2b0b06deb4e3ab22c2a94be3e
6466N/A * The ComboSplineSeries class renders a combination of splines, plots and areaspline fills in a single series. Each
6466N/A * series type has a corresponding boolean attribute indicating if it is rendered. By default, splines and plots
6466N/A drawSeries: function()
6466N/A this.drawAreaSpline();
6466N/A this.drawSpline();