Trendline[Sample|Source|Documentation] Created with Raphaël 2.0.1Apple Inc. stock prices and capitalization (2012)AAPLTrendLineJanFebMarAprMayJunJulAugSepOctNovDec2012420440460480500520540560580600620640660680Stock price621.26601.95587.58582.79570.05534.08533.47514.61508.3498.4460.05394.55 Settings Order: SampleCount: FitType: Polynom Exponent Logarithmic Power Fourier MinX MinY MaxX MaxY AverageX AverageY Description This sample demostrates how to draw a trendline on C1BubbleChart. You can customize the trendline by setting following properties: FitType - sepcifies the type of the trendline. SampleCount - specifies the sample count for function calculation. It works only if the FitType is polynom, power, exponent, logarithmic and fourier.< Order - defines the number of terms in polynom equation. It works only if the FitType is polynom, power, exponent, logarithmic and fourier.<