ASP.NET MVC Controls
TrendLineFitType Enumeration

Specifies whether and where the Series is visible.
Syntax
'Declaration
 
Public Enum TrendLineFitType 
   Inherits System.Enum
public enum TrendLineFitType : System.Enum 
Members
MemberDescription
AverageXThe average X-value.
AverageYThe average Y-value.
ExponentialRegression fit to the equation Y(x) = a * exp(b*x).
FourierRegression fit to the equation Y(x) = a + b * cos(x) + c * sin(x) + d * cos(2*x) + e * sin(2*x) + ...
LinearA straight line that most closely approximates the data. Y(x) = a * x + b.
LogarithmicRegression fit to the equation Y(x) = a * ln(x) + b.
MaxXThe maximum X-value.
MaxYThe maximum Y-value.
MinXThe minimum X-value.
MinYThe minimum Y-value.
PolynomialRegression fit to the equation Y(x) = a * x^n + b * x^n-1 + c * x^n-2 + ... + z.
PowerRegression fit to the equation Y(x) = a * pow(x, b).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Chart.TrendLineFitType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Web.Mvc.Chart Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback