f69d245bb21be88752420e834a6b6be37e9b525fTripp * The ComboSplineSeries class renders a combination of splines, plots and areaspline fills in a single series. Each
f69d245bb21be88752420e834a6b6be37e9b525fTripp * series type has a corresponding boolean attribute indicating if it is rendered. By default, splines and plots
f69d245bb21be88752420e834a6b6be37e9b525fTripp * are rendered and areaspline is not.
a75ebc38c1de401b679953a9b87bd323f0f48d02Tripp * @module charts
f69d245bb21be88752420e834a6b6be37e9b525fTripp * @class ComboSplineSeries
8648721e29bb657dd5c5ff20f03e86fe50628ce6Tripp * @extends ComboSeries
8648721e29bb657dd5c5ff20f03e86fe50628ce6Tripp * @extends CurveUtil
f69d245bb21be88752420e834a6b6be37e9b525fTripp * @constructor
e393eced613f9b4a5fb6bdd461d0e0bf5064d5ecTrippY.ComboSplineSeries = Y.Base.create("comboSplineSeries", Y.ComboSeries, [Y.CurveUtil], {
f69d245bb21be88752420e834a6b6be37e9b525fTripp * @protected
f69d245bb21be88752420e834a6b6be37e9b525fTripp * Draws the series.
f69d245bb21be88752420e834a6b6be37e9b525fTripp * @method drawSeries
8648721e29bb657dd5c5ff20f03e86fe50628ce6Tripp * Read-only attribute indicating the type of series.
8648721e29bb657dd5c5ff20f03e86fe50628ce6Tripp * @attribute type
8648721e29bb657dd5c5ff20f03e86fe50628ce6Tripp * @type String
8648721e29bb657dd5c5ff20f03e86fe50628ce6Tripp * @default comboSpline