Trendline Binding

Created with Raphaël 2.0.1SalesSalesBeveragesCondimentsConfectionsDairy ProductsGrains/CerealsMeat/PoultryProduceSeafood400004500050000550006000065000700007500080000850009000095000100000105000110000115000120000

This sample demostrates how to use C1BubbleChartBinding to draw a trendline by setting following properties:

  • TrendlineFitType - sepcifies the type of the trendline.
  • TrendlineSampleCount - specifies the sample count for function calculation. It works only if the TrendlineFitType is polynom, power, exponent, logarithmic and fourier.
  • TrendlineOrder - defines the number of terms in polynom equation. It works only if the TrendlineFitType is polynom, power, exponent, logarithmic and fourier.